新装了台fedora20的虚拟机,安装升级了一些东西后。启动时过了fedora的logo画面后就是黑屏。也没提示不论什么错误,好在shell还能进去。查看/var/log/anaconda/syslog日志,发现错误例如以下: 20:40:34,794 NOTICE kernel:[ 1256.96
分类:
其他好文 时间:
2016-03-02 11:14:20
阅读次数:
172
<?php // 关闭所有PHP错误报告 error_reporting(0); // 报告简单的运行错误 error_reporting(E_ERROR | E_WARNING | E_PARSE); error_reporting(7); // 报告 E_NOTICE 也挺好 (报告未初始化的变
分类:
其他好文 时间:
2016-02-26 15:31:01
阅读次数:
160
解决方法: packagingOptions { exclude 'META-INF/DEPENDENCIES' exclude 'META-INF/NOTICE' exclude 'META-INF/LICENSE' exclude 'META-INF/LICENSE.txt' exclude '
分类:
移动开发 时间:
2016-02-24 12:29:31
阅读次数:
174
F.A.QsHomeDiscussProblemSetStatusRanklistContestModifyUser hyxzcLogout捐赠本站 Notice:1:由于本OJ建立在Linux平台下,而许多题的数据在Windows下制作,请注意输入、输出语句及数据类型及范围,避免无谓的RE出现。
分类:
编程语言 时间:
2016-02-21 10:15:02
阅读次数:
413
#定义Nginx运行的用户和用户组user www www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/
分类:
其他好文 时间:
2016-02-19 22:05:58
阅读次数:
249
notice: 通过命令行执行php文件 如 php -q c:\path\server.php 通过本地web服务器访问 http://127.0.0.1/websocket/index.php即可notice: 需要php5.3或以上的执行环境,和一个web服务器如apache浏览器需支持htm
分类:
Web程序 时间:
2016-02-18 10:04:04
阅读次数:
223
F.A.QsHomeDiscussProblemSetStatusRanklistContestModifyUser hyxzcLogout捐赠本站 Notice:由于本OJ建立在Linux平台下,而许多题的数据在Windows下制作,请注意输入、输出语句及数据类型及范围,避免无谓的RE出现。 19
分类:
编程语言 时间:
2016-02-15 22:39:44
阅读次数:
297
F.A.QsHomeDiscussProblemSetStatusRanklistContestModifyUser hyxzcLogout捐赠本站 Notice:由于本OJ建立在Linux平台下,而许多题的数据在Windows下制作,请注意输入、输出语句及数据类型及范围,避免无谓的RE出现。 38
分类:
编程语言 时间:
2016-02-15 22:32:44
阅读次数:
316
今天看了几篇关于python拷贝的博文,感觉不太清楚,所以我就自己做实验试一下,特此记录。 拷贝是针对组合对象说的,比如列表,类等,而数字,字符串这样的变量是没有拷贝这一说的。 实现拷贝有: 1.工厂函数 2.切片操作 3.对象的copy方法 4.copy模块的copy方法 Notice:在pyth
分类:
编程语言 时间:
2016-02-08 17:26:02
阅读次数:
283
题 Description Give a time.(hh:mm:ss),you should answer the angle between any two of the minute.hour.second hand Notice that the answer must be not mor
分类:
其他好文 时间:
2016-02-06 01:52:43
阅读次数:
210