随笔分类 - Others
摘要:1. In the class, right click 2. "Scource" 3. "Override / Implement Menthods" 4. Find the methods you want.
阅读全文
posted @ 2013-11-20 05:37
Zhentiw
摘要:目标: 使用Windows的任务计划去定时调用php的一段代码从而生成一个test.txt文件。花了挺多时间去做测试,但一直没有通过,最好发现原因是因为在生成文件的时候一定给的是绝对的路径,否则创建文件会失败。步骤:1.php代码:2. bat文件:"C:\myPHP\php-5.3.5\php.e...
阅读全文
posted @ 2013-07-03 20:46
Zhentiw