$ sudo npm install -g express the installation goes fine. But when I try to create a project with express as$ express myProjectI get an error saying ....
分类:
其他好文 时间:
2014-10-26 22:51:58
阅读次数:
212
$errorno"; echo "错误信息是:$errmes"; } //必须重写set_error_handler处理器 set_error_handler("my_error",E_WARNING);//E_WARNING错误级别 $fp=fopen("...
分类:
Web程序 时间:
2014-10-26 22:50:50
阅读次数:
256
"; date_default_timezone_set("PRC"); echo date("Y-m-d G:i:s"); //$errmes错误信息 //3 是必填,表示追加 error_log...
分类:
Web程序 时间:
2014-10-26 22:39:58
阅读次数:
181
最近xcode更新频繁,没有删除,偷懒就共存了两版本,删除了一下,导致git用不了~ xcrun: error: active developer path ("/Applications/Xcode 2.app/Contents/Developer") does not exist, use `xcode-select --...
分类:
其他好文 时间:
2014-10-26 21:25:44
阅读次数:
212
mysql连接操作//建立连接$con = mysql_connect('localhost', 'root', '123456');//判断是否连接成功if($con){ die('连接失败!'.mysql_error()); exit;} //选择字符集mysql_set_char...
分类:
数据库 时间:
2014-10-26 19:37:36
阅读次数:
178
估计都快有两年历史了~也无需重构,因为差不多已经是最简版本。vbs纯粹是为了好玩,几次看到vbs身处语言排行榜的最尾端,心疼啊。 1 on error resume Next '遇到错误继续执行 2 dim url, val 3 url = InputBox("输入需要灌水的网址:...
分类:
其他好文 时间:
2014-10-26 19:33:55
阅读次数:
201
问题描述 做好的django项目,使用python manage.py runserver 可以正常work. 然而当将项目使用mod_wsgi部署到apache上之后却不能连接mysql.一直报错:“Internal Server Error”,查看日志信息,除了“Can‘t con...
分类:
数据库 时间:
2014-10-26 17:08:59
阅读次数:
210
首先是STRUTS.XML的配置,重点在于配置文件:
/error.jsp
这样一块。
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds...
分类:
其他好文 时间:
2014-10-26 17:03:23
阅读次数:
197
When running the command:+ mvn site site:stage -DskipTests -DskipTest -DskipITsyou get an error:[ERROR] Failed to execute goal org.apache.maven.plugin...
分类:
编程语言 时间:
2014-10-26 15:31:03
阅读次数:
405
(原文:http://www.libgdx.cn/topic/47/4-5-libgdx%E8%BF%90%E8%A1%8C%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86)
Application接口提供了简单的管理日志的方法。
日志的消息可以是info、error和debug。格式如下:
Gdx.app.log("MyTag", "my informative
...
分类:
其他好文 时间:
2014-10-26 11:49:20
阅读次数:
242