摘要:
1定义和使用委托 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 class program 2 { 3 //1定义委托 4 delegate Person CreatePersonHandle(st... 阅读全文
摘要:
函数参数传递引用是很常见的问题,但是最近在使用PHP写网页的时候发现了这样的问题! Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 public function delete(&$arr){ 2 unset($arr); 3 ... 阅读全文
摘要:
看zend framework tutorial时候,运行例子http://localhost/zf_tutorial/public/index.php时,apache error.log 中出现如下错误:Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the s... 阅读全文