码迷,mamicode.com
首页 >  
搜索关键字:disk space checking    ( 21310个结果
checking battery stat
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
css支掉空格
white-space:nowrap;
分类:Web程序   时间:2014-05-27 01:54:51    阅读次数:231
解决tomcat中server.xml设置二级域名 [java.lang.OutOfMemoryError: PermGen space]
解决tomcat中server.xml设置二级域名 [java.lang.OutOfMemoryError: PermGen space]
分类:编程语言   时间:2014-05-27 01:39:10    阅读次数:310
LeetCode OJ - Recover Binary Search Tree
题目: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
2014年百度之星资格赛第二题Disk Schedule
其实我觉得这题可以用费用流的,可是光建图就超时了。。。不科学啊。。。因为边太多了,不然一定能过的,最后想啊想,还是用dp吧。。。。 居然想到一种一维dp。。。。我也不知道我怎么想的,反正就是ac了 //#pragma comment(linker, "/STACK:102400000,102400000") #include #include #include #include #includ...
分类:其他好文   时间:2014-05-22 13:20:14    阅读次数:286
百度之星资格赛——Disk Schedule(双调旅行商问题)
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
C#泛型列表List<T>基本用法总结
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
LeetCode: Swap Nodes in Pairs [023]
【题目】 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
C经典之9-system,if,do,while---ShinePans
#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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!