访问网站提示:date():Itisnotsafetorelyonthesystem’stimezonesettings.Youare*required*tousethedate.timezonesettingorthedate_default_timezone_set()function.Incaseyouusedanyofthosemethodsandyouarestillgettingthiswarning,youmostlikelymisspelledthetimezoneidenti..
分类:
Web程序 时间:
2014-09-15 19:44:10
阅读次数:
223
The?JVM doesn’t support TCO natively, so tail recursive methods will need to rely on the?Scala compiler performing the optimization.----------"Scala in Depth" 3.5.2 Jvm本身是不支持尾递归优化得,...
分类:
其他好文 时间:
2014-08-29 22:47:58
阅读次数:
368
有三种解决办法:1. php文件中设置时区 2. 设置php.ini data.timezone = "Asia/Shanghai"3. 设置date_timezone.ini date.timezone = "Asia/Shanghai"如果使用zend server ,在 Server Setu...
分类:
Web程序 时间:
2014-08-29 12:32:47
阅读次数:
187
public class ThreadLocal { /** * ThreadLocals rely on per-thread hash maps attached to each thread * (Thread.threadLocals and inheritab...
分类:
其他好文 时间:
2014-07-24 12:08:45
阅读次数:
247
配置完lnmp后,配置cacti,打开时发现,显示网页,手动运行/usr/local/php/bin/php /usr/local/nginx/html/cacti/poller.php --force时提示PHP Warning: date(): It is not safe to rely on...
分类:
Web程序 时间:
2014-07-17 00:27:33
阅读次数:
462
一个项目要求视图建主键,下面是一个例子
CREATE or replace VIEW SME_V_A.... (AGENTID,AGENTNAME,BUSYNUM,RESTNUM,RESTTIME,DEVICENONUM,DEVICENOSUM
,CONSTRAINT AGENTSTATIC_PK PRIMARY KEY (AGENTID) RELY DISABLE NOVA...
分类:
数据库 时间:
2014-07-12 17:58:56
阅读次数:
232