To make my site show "live" I had to manually run the daemon using this code in ssh. [crayon-67694b164b3ca310607883/] Note: be sure is daemon.php never edited ( *1), if not , maybe you'll get some some warning , your d ...
Monthly Archives: July 2015
To edit files on the command line, you can use an editor such as vi. To open the file, run [crayon-67694b164bbcd176841564/] Now you see the contents of the file (if there is any. Please note that the file is ...
Thiết kế Class linh động để có thể dùng lại trong nhiều dự án http://richardmiller.co.uk/2011/07/07/dependency-injection-moving-from-basics-to-container/ dữ liệu nào bắt buộc thì set tr ...
Q. Just like in jsp, if we print something like system.out.println("some") it will be there at console not at page. A. First you need a little php helper function [crayon-67694b164c43d389026719/] source: stac ...
Q: I need to select a key from a json_encodED array from mysql.. [crayon-67694b164c86f741287676/] or something.. How I can do this? A: You'd have to use substring matching. MySQL doesn't have anything to deal wi ...