放牧代码和思想
专注自然语言处理、机器学习算法
    This thing called love. Know I would've. Thrown it all away. Wouldn't hesitate.

PHP

第6页
消除警告Notice: Use of undefined constant PRC

消除警告Notice: Use of undefined constant PRC

阅读(10016)评论(1)

php默认的时区不对,尝试在页面的最前页加上 date_default_timezone_set(PRC); /*把时间调到北京时间,php5默认为格林威治标准时间*/ 之后发现提示Notice:  Use of undefine...

php网站怎么导入Zend-Studio

php网站怎么导入Zend-Studio

阅读(6746)评论(1)

别人的网站不是用Zend创建的,我希望用打开编辑,这时候应该使用文件——新建——from existing directory这一项。 导入的时候注意被导入的文件夹不应该在workspace里面,不然会冲突: 另外xampp关闭警告的方法是...

Zend + xampp php环境配置

Zend + xampp php环境配置

阅读(5848)评论(1)

这几天刚换了Zend,php环境用的是xampp,但是Zend调试的时候直接从workplace路径走到浏览器里,很明显找不到文件。网上有人说 打开Zend Optimizer,要想打开Zend Optimizer,你必须将XAMPP中的以...

php IDE推荐之Zend

php IDE推荐之Zend

阅读(4783)评论(2)

Zend目前有中文【破+解】版,自带代码提示功能,IDE是eclipse的分支,Java写惯了的朋友会感觉很熟悉。 Zend Studio 10下载地址:http://downloads.zend.com/studio-eclipse/10...

我的作品

HanLP自然语言处理包《自然语言处理入门》