Beat the Spread!Time Limit:1000MSMemory Limit:65536KTotal Submissions:17794Accepted:8484DescriptionSuperbowl Sunday is nearly here. In order to pass t...
分类:
其他好文 时间:
2014-06-24 10:53:44
阅读次数:
203
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:
其他好文 时间:
2014-06-24 09:58:37
阅读次数:
236
主机: Win7 虚拟机: VMware8.0+Debian6 目标: 离线安装软件包和VMware Tools 在虚拟机上安装完debian6后 1.在vmware的菜单中选择Vm->install vmware-tools,这个时候vmware就会把安装文件挂载到到你的cdrom。 2.进入你的...
分类:
其他好文 时间:
2014-06-23 07:02:30
阅读次数:
391
新装了VMWare Player,结果装上Ubuntu12.04后安装软件都提示:Unable to locate package错误,解决方法非常简单,终端输入以下命令即可:[cpp] view plaincopysudoapt-getupdate 究其原因,应该是刚安装,软件源还来不及更新...
分类:
其他好文 时间:
2014-06-23 07:02:08
阅读次数:
137
1. 浏览文件 1 void CDlgCompare::OnBnClickedBtnSel() 2 { 3 // TODO: Add your control notification handler code here 4 UpdateData(TRUE); 5 CFil...
分类:
其他好文 时间:
2014-06-23 06:28:47
阅读次数:
328
vim /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=localhost.localdomain
GATEWAY=192.168.29.1
vim /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
#BOOTPROTO="dhcp"
BOOTPROTO="static"
IPA...
分类:
其他好文 时间:
2014-06-22 18:57:39
阅读次数:
287
Strange fuction
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2982 Accepted Submission(s): 2202
Problem Description
Now, here ...
分类:
其他好文 时间:
2014-06-22 17:53:42
阅读次数:
221
Cinder项目为管理快设备而生,它最重要的地方就是如何做到和各种存储后端就到完美适配,用好后端存储的功能,本文为Cinder 多种后端存储(LVM, FC+SAN, iSCSI+SAN, NFS, VMWARE, Glusterfs)的场景总结, 以防自己将来忘记,欢迎交流, 共同成长...
分类:
其他好文 时间:
2014-06-22 15:26:55
阅读次数:
293
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are som...
分类:
其他好文 时间:
2014-06-21 15:20:39
阅读次数:
191
Running KVM and Openvswitch on Ubuntu 12.10 I’ve got an aging VMWare ESXi 4.0 server that needs to be replaced with something a little more modern and...
分类:
其他好文 时间:
2014-06-21 14:53:30
阅读次数:
338