查过网上的资源,基本都是认为是php线程打开文件句柄受限导致的错误。具体的解决的办法如下:1、提升服务器的文件句柄打开打开/etc/security/limits.conf : (增加)* soft nofile 51200* hard nofile 51200# vi /etc/sec...
分类:
其他好文 时间:
2014-07-30 17:10:43
阅读次数:
178
1.HardwareCPU information:cat /proc/cpuinfo物理core个数: 统计core逻辑CPU个数:统计processorMemory information:free -m其中-+buffer是针对OS/App来说的.Disk information:fdisk ...
分类:
系统相关 时间:
2014-07-30 03:14:53
阅读次数:
291
问题分析:
当按下存在光盘的光驱弹出按钮时,查看系统日志会有一个内核警告信息:
在mint中在/var/log/syslog中存在如下警告(错误)信息:
May 30 10:49:08 ufo kernel: [ 147.793292] VFS: busy inodes on changed media or resized disk sr0
kernel表示这个问题是一个内核中报出的问...
分类:
其他好文 时间:
2014-07-29 17:50:22
阅读次数:
337
1. 在Guest系统里面,编辑C:\Boot.ini,注意修改只读属性[boot loader]timeout=5default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems]multi(0)disk(0)rdisk(0...
分类:
数据库 时间:
2014-07-29 17:27:02
阅读次数:
264
1.课程分两部分:算法分析,算法设计2.算法分析:首先考虑的是性能,how fast;其次会考虑通信,ram,disk占用等等3.what is more important than perf ? 功能性,模块化,安全,用户友好,可扩展... then why study algs? 1,perf...
分类:
其他好文 时间:
2014-07-29 16:47:12
阅读次数:
266
A very hard mathematic problem
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3990 Accepted Submission(s): 1170
Problem Descriptio...
分类:
其他好文 时间:
2014-07-29 14:45:28
阅读次数:
241
Problem Description
After months of hard working, Iserlohn finally wins awesome amount of scholarship. As a great zealot of sneakers, he decides to spend all his money on them in a sneaker store.
...
分类:
其他好文 时间:
2014-07-29 14:42:05
阅读次数:
273
关掉虚拟机。 VM->Settings,选中Hard Disk,在右边出现了Utilities的一个下拉栏,OK,点击它选择Map,这时弹出一个“Map Virtual Disk”窗口,选择系统分区,将“Open file in read-only mode”的默认选择去掉,这时会有个警告的提示框。...
分类:
其他好文 时间:
2014-07-29 11:38:06
阅读次数:
222
F - I love sneakers! Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription After months of hard working, Iserlo...
分类:
其他好文 时间:
2014-07-29 11:00:57
阅读次数:
260
一、基础1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server---创建 备份数据的deviceUSE masterEXEC sp_addumpdevice 'disk', 'tes...
分类:
数据库 时间:
2014-07-29 10:38:56
阅读次数:
417