Ubuntu启动,卡在checking battery statALT +
F1或者CTRL+ALT+F6切换到命令行【CTRL+ALT+F7返回界面】执行sudo gdm start后就可以正常登录了如果还是不行就执行命令sudo
apt-get install gdm安装一下,重新启动,正常进入...
分类:
其他好文 时间:
2014-05-27 02:21:08
阅读次数:
357
解决tomcat中server.xml设置二级域名
[java.lang.OutOfMemoryError: PermGen space]
分类:
编程语言 时间:
2014-05-27 01:39:10
阅读次数:
310
题目:Two elements of a binary search tree (BST) are
swapped by mistake.Recover the tree without changing its structure.Note:A
solution using O(n) space ...
分类:
其他好文 时间:
2014-05-23 11:31:51
阅读次数:
299
其实我觉得这题可以用费用流的,可是光建图就超时了。。。不科学啊。。。因为边太多了,不然一定能过的,最后想啊想,还是用dp吧。。。。
居然想到一种一维dp。。。。我也不知道我怎么想的,反正就是ac了
//#pragma comment(linker, "/STACK:102400000,102400000")
#include
#include
#include
#include
#includ...
分类:
其他好文 时间:
2014-05-22 13:20:14
阅读次数:
286
Disk Schedule
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2368 Accepted Submission(s): 333
Problem Description
有很多从磁盘读取数...
分类:
其他好文 时间:
2014-05-22 11:40:50
阅读次数:
320
最近使用虚拟机感觉虚拟机的硬盘空间不断增加,把相应的垃圾清理之后发现外部的物理机硬盘容量没有相应的减少,让我感觉很是头疼,这样的话相当于一部分空间被不明物吃掉。后来发现Shrink这个命令:VMwaretoolboxcmd
disk shrink c:\ 这样的话C盘空间就会被彻底清理。用同样的方....
分类:
其他好文 时间:
2014-05-19 14:20:26
阅读次数:
285
http://space.itpub.net/14466241/viewspace-624132示例代码如下:namespace
SampleListT{ class Program { static void Main(string[] args) { //using System...
分类:
其他好文 时间:
2014-05-19 13:28:56
阅读次数:
233
【题目】
Given a linked list, swap every two adjacent nodes and return its head.
For example,
Given 1->2->3->4, you should return the list as 2->1->4->3.
Your algorithm should use only constant space. You may not modify the values in the list, only nodes it...
分类:
其他好文 时间:
2014-05-18 08:37:57
阅读次数:
370
#include
#include
#include //system(); 这个指令需要用到此头文件
#include //toupper要用到
void main()
{
char letter;
do{
printf("A Display directory listling\n");
printf("B Display disk information\n");
...
分类:
其他好文 时间:
2014-05-18 06:46:07
阅读次数:
292