http://code.google.com/p/kint/
Monday, September 19, 2011
Wednesday, August 17, 2011
Stored Procedure For Finding Columns In MySQL
http://www.rustyrazorblade.com/2009/12/stored-procedure-for-finding-columns/
7 essential php command-line options
http://www.codediesel.com/php/7-essential-php-commandline-options/
Debugging HTTP traffic using Fiddler
http://www.codediesel.com/microsoft/debugging-http-traffic-using-fiddler/
Monday, July 4, 2011
Sunday, July 3, 2011
binh yen
binh yen la 6h30 ngoi ben quan tra da duoi toa nha. uong tra xanh va nghe nhac vang tu phong bao ve ben canh :)
Tuesday, June 28, 2011
Thursday, May 19, 2011
eA ver > 0.9.5
Đã ko còn hỗ trợ các function liên quan đến shared mem
These functions have been disabled by default. You should enable them with the configure command. Look at configure --help for the right options. These functions have been disabled because when leaving them on without any precautions these functions can be used for a local DoS attack by keep putting data in shared memory.
http://eaccelerator.net/ticket/37
These functions have been disabled by default. You should enable them with the configure command. Look at configure --help for the right options. These functions have been disabled because when leaving them on without any precautions these functions can be used for a local DoS attack by keep putting data in shared memory.
http://eaccelerator.net/ticket/37
Tuesday, April 19, 2011
GROUP_CONCAT(expr)
This function returns a string result with the concatenated non-
NULL values from a group. It returns NULL if there are no non-NULL values SELECT GROUP_CONCAT( Name )
FROM category
LIMIT 0 , 30
FROM category
LIMIT 0 , 30
return:
GROUP_CONCAT(Name)
ABC, DCE, CCC
Thursday, February 17, 2011
Subscribe to:
Comments (Atom)