摘要: PHP 写日志换行很多时候记录日志需要换行。不建议使用\r\n,因为:在windows中\r\n是换行在Mac中\r是换行在Liunx中\n是换行但是PHP提供了一个常量来匹配不同的操作系统file_put_contents(BasePath.DS.'debug_wfile.txt', dat... 阅读全文
posted @ 2016-04-15 14:45 Newman·Li 阅读(1716) 评论(0) 推荐(1)
摘要: AngularJS 可以构建一个单一页面应用程序(前端页面JS程序)手册 : http://www.runoob.com/angularjs/angularjs-reference.html自定义指令: http://www.cnblogs.com/xing901022/p/4288269.h... 阅读全文
posted @ 2016-04-15 09:36 Newman·Li 阅读(140) 评论(0) 推荐(0)