摘要:
via raganwald.com http://raganwald.com/2014/07/09/javascript-constructor-problem.html preamble As you know, you can create new objects in JavaScript u 阅读全文
摘要:
About hogan.js Hogan.js is a JavaScript templating engine for Mustache templates. Hogan is a JavaScript library that parses and compiles Mustache temp 阅读全文
摘要:
mysql 常用的一些命令1, 查看MySQL服务器配置信息 mysql> show variables; 2, 查看MySQL服务器运行的各种状态值 mysql> show global status; 3, 慢查询 mysql> show variables like '%slow%'; + + 阅读全文
摘要:
在框架开发,模块化开发等场合,我们可能有一种需求,那就是在PHP运行时动态实例化对象。 什么是动态实例化对象呢?我们先来看一下PHP有一种变量函数(可变函数)的概念,例如如下代码: 运行上述代码将会输出“This is the foo function”。具体请参考PHP手册:可变函数。当然,如果需 阅读全文