管理员权限打开/etc/default/apport# set this to 0 to disable apport, or to 1 to enable it# you can temporarily override this with# sudo service apport start f...
分类:
其他好文 时间:
2014-07-22 22:52:16
阅读次数:
172
今天重装xampp后,一直无法启动Apache,提示以下错误:22:36:54 [Apache] Attempting to start Apache app...22:36:54 [Apache] Status change detected: running22:36:55 [Apache...
分类:
其他好文 时间:
2014-07-20 09:25:12
阅读次数:
469
xampp启动时显示的错误为:9:52:41 [Apache] Attempting to start Apache app...9:52:41 [Apache] Status change detected: running9:52:42 [Apache]Status change detecte...
分类:
其他好文 时间:
2014-07-19 14:27:30
阅读次数:
143
链接:http://vjudge.net/problem/viewProblem.action?id=49409
题意:给一个奇怪的可以记录N小时内时间的表(生活中的表是12小时计时的)。并且给出一个当前时间,求下一个出现的秒针恰巧在时针和分针中间的情况的时间,输出整数的小时和分钟还有用分数表示的秒。
思路:
首先计算时针分针秒针当前转动角度,记整个表盘总角度为1.
设经过...
分类:
其他好文 时间:
2014-07-19 02:16:56
阅读次数:
228
暴力直接上代码,主要是用了vector来实现,有些方法比较费时,不太好,请各位大神斧正。这是个人的作业(笑)。 这是代码下载页http://download.csdn.net/detail/l631068264/7644569 里面还有多级反馈队列进程调度的MFC版...
分类:
编程语言 时间:
2014-07-18 22:25:55
阅读次数:
538
The Famous Clock Time Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluMr. B, Mr. G and Mr. M are now in Warsaw, Poland, for the 2012’s ACM-ICP....
分类:
其他好文 时间:
2014-07-18 19:34:12
阅读次数:
229
$ dmesg | grep clock
[0.000000] OMAP clocksource: GPTIMER1 at 24000000 Hz
[0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms...
分类:
系统相关 时间:
2014-07-18 16:39:51
阅读次数:
449
Xms Xmx PermSize MaxPermSize 区别Eclipse崩溃,错误提示:MyEclipse has detected that less than 5% of the 64MB of PermGen (Non-heap memory) space remains. It is s...
分类:
其他好文 时间:
2014-07-18 14:14:51
阅读次数:
202
今天在VMWARE里安装了一个Linux 操作系统,重新启动后,出现如下的警告提示:
starting sendmail: make: warning: file 'sendmil.cf' has modification time 2.3e+04 in the future
clock skew detected. Your build may be incomplete
这个错误的...
分类:
其他好文 时间:
2014-07-17 14:39:55
阅读次数:
253
很多人的解释都不一样, 我碰到的问题是,开辟的内存空间小于操作的内存空间.也就是说,我free的内存越界了.这是我开辟链表结构体内存的代码: 1 PNODE Create() { 2 int len; //total count of nodes to be created. 3 ...
分类:
移动开发 时间:
2014-07-17 09:57:34
阅读次数:
279