Posts

Showing posts from June, 2021

Javascript - Async/Await (Promise)

Reference 1 : async/await เรามารู้จัก syntax ที่จะมาเปลี่ยนโลกของ javascript กัน by Panjamapong Sermsawatsri Reference 2 : Tips For Using Async/Await in JavaScript by James Q Quick

Groovy GPATH Example

Image
You can copy the code and execute on https://www.tutorialspoint.com/execute_groovy_online.php to see how difference between result in case of it.title.text() and it.title;

phpMyAdmin - Wrong permissions on configuration file

Image
 If you found error "wrong permissions on configuration file, should not be world writable!" when call phpMyAdmin page (localhost), please change file "phpMyAdmin/config.inc.php" permission. Ex. sudo chmod 755 / your_directory /phpmyadmin/config.inc.php