码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
ZOJ1969-Hard to Believe, but True!
1 import re 2 while True: 3 x = raw_input() 4 if(x == '0+0=0'): 5 print 'True' 6 break 7 a,b,c = re.split('[+=]', x) 8 ...
分类:其他好文   时间:2014-11-02 00:27:55    阅读次数:158
【原】win7下调整分区
由于装系统时硬盘分区极度不合理,导致现在装一些比较大的开发软件根本不能装,但是又不想重装系统调整分区,而且还不想让已有的文件受到一点伤害,毕竟数据无价啊。几番搜索后,发现了一款比较好用的硬盘管理软件Acronis_Disk_Director_Suite,比较容易上手,但是鉴于小伙伴们对硬盘管理存.....
分类:Windows程序   时间:2014-11-01 11:30:46    阅读次数:328
题目1002:Grading
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:其他好文   时间:2014-10-31 18:50:50    阅读次数:184
[ACM] HDU 3395 Special Fish (二分图最大权匹配,KM算法)
Special Fish Problem Description There is a kind of special fish in the East Lake where is closed to campus of Wuhan University. It’s hard to say which gender of those fish are, because ever...
分类:编程语言   时间:2014-10-31 12:02:57    阅读次数:266
POJ 3155 Hard Life(最大密度子图)
裸题。输入一个无向图,输出最大密度子图(输出子图结点数和升序编号)。看了《最小割模型在信息学竞赛中的应用——胡伯涛》的一部分,感觉01分数规划问题又是个大坑。暂时还看不懂。参考http://blog.csdn.net/power721/article/details/6781518构图:把原图中的无...
分类:其他好文   时间:2014-10-31 09:54:46    阅读次数:238
Vboxmanage修改uuid报错的解决办法
我的环境: Virtualbox 4.3.10 r93012 操作系统:win7   问题:Virtualbox在使用拷贝的虚拟盘时会提示uuid冲突: Because a hard disk with uuid ‘’ already exists.     按照网上的说法,运行VBoxManage修改uuid报错: D:\Program Files\Oracle\Virtu...
分类:其他好文   时间:2014-10-30 23:55:30    阅读次数:238
ubuntu升级“ /boot空间不足”解决方法
今天使用ubuntu时,弹出更新画面,但点击更新后,却显示“Not enough free disk space,The upgrade needs a total of 45.2M free space on disk '/boot'. Please free at least an additional 17.8M of disk space on '/boot'. Empty your tr...
分类:系统相关   时间:2014-10-30 22:48:59    阅读次数:357
Book learn python the hard way EXERCISE 36 Designing and Debugging
EXERCISE 36Designing and DebuggingRules for If- Statements1. Every if- statement must have an else.2. If this else should never be run because it does...
分类:编程语言   时间:2014-10-30 16:47:05    阅读次数:166
git 远程仓库回滚
git branch backup #创建备份分支git push origin backup:backup #push到远程git reset --hard commit_id #本地分支回滚git push origin :the_branch #删除远程分支git push origin...
分类:其他好文   时间:2014-10-30 14:57:37    阅读次数:729
sql2000 还原BAK文件
restore database SGD from disk='C:\20141023.bak' --c:\a.bak是备份文件名 with move 'AIS20050620140226_Data' to 'c:\SGD.mdf' --将sxt_d...
分类:数据库   时间:2014-10-30 11:37:22    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!