缘起 话说PHP操作Memcache有两个常用的模块: Memcache和Memcached;不过,请注意,这 …
分类存档:程序设计
var_export 与 var_dump的不同
参考资料: http://www.laruence.com/2008/04/03/15.html
base62
参考资料: http://www.lalit.org/lab/base62-php-convert-numbe …
你不知道的浏览器内置的JS对象
经常看看: 以下示例演示如何使用 Int8Array 对象处理从 XmlHttpRequest 获取的二进制数 …
HHVM
参考资料 https://github.com/facebook/hhvm https://github.co …
phpunit 之 @runTestsInSeparateProcesses
问题: 1. @runTestsInSeparateProcesses 测试是生效的,但是 @runInSe …
about extern “C”
一般的cpp的都文件这么写:
1 2 3 4 5 6 7 8 9 |
#ifdef __cplusplus extern "C" { #endif /*...*/ #ifdef __cplusplus } #endif |
这样的头文件是 …
关于GNU编译器的优化
缘起 闲的了 参考资料: http://www.ciselant.de/projects/gcc_printf …
一、什么是嵌套类及内部类 可以在一个类的内部定义另一个类,这种类称为嵌套类(nested cla …
理解JAVASCRIPT 中hasOwnProperty()的作用
【转载】http://hj149.javaeye.com/blog/505237 hasOwnProperty …