故障描述:
开发人员说192.168.xxx.216连接不上了,ping不通。因为这个是物理机虚拟出来的linux虚拟机,通过vsphere client登录,发现操作界面报错如下:There is no more space for virtual disk 192.168.xxx.216
you might be able to continue this session by freei...
分类:
其他好文 时间:
2015-05-29 11:59:00
阅读次数:
298
原文链接 : Why Android Unit Testing is so hard
原文作者 : Matthew Dupree
译文出自 : 开发技术前线 www.devtf.cn
译者 : chaossss
校对者: tiiime
状态 : 完成
在Android 进行单元测试难在哪-part1中,我用干货告诉大家:即使是 Google 大牛写出来的代码也无法...
分类:
移动开发 时间:
2015-05-29 09:54:26
阅读次数:
155
Median of Two Sorted Arrays
这道题确实有点难,想挺久,看别人答案也是不能一下子就明白。题目难度为Hard,原题如下:
There
are two sorted arrays nums1 and nums2 of
size m and n respectively. Find the median of the two sorted...
分类:
编程语言 时间:
2015-05-29 08:40:14
阅读次数:
325
poj3155:题目链接
题目大意:给出了n个点,m条无向边,选一个集合M,要求集合中的边数/点数的最最大
参考:最小割模型在信息学竞赛中的应用
先做了0-1分数规划,然后最大权闭合图,然后是最大密度子图。最大密度子图要用到前两个知识点。
注意:精度问题,这个题的单调性会出现一段为0的值,所以要用二分逼近最左侧的那个,然后在二分完成后,要用low(左边界)再求一次,这样是最精确的
#in...
分类:
其他好文 时间:
2015-05-28 21:30:55
阅读次数:
127
2774: Prepare for CET6
Time Limit: 1 Sec Memory Limit:
128 MB
Submit: 36 Solved: 34
[Submit][Status][Web Board]
Description
Hard to force the CET4&6 is imminent, which makes most of the stu...
分类:
其他好文 时间:
2015-05-28 16:15:24
阅读次数:
135
RMAN冷备份、一致性备份脚本 run{shutdown immediate; startup mount;allocate channel c1 type disk;allocate channel c2 type disk;backup database format '/home/oracle...
分类:
其他好文 时间:
2015-05-28 10:48:26
阅读次数:
137
题目描述:
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 possible. One way is to assign each exam prob...
分类:
其他好文 时间:
2015-05-28 09:37:33
阅读次数:
126
步骤:
1 从 http://www.acutesystems.com/scrtm.htm 下载TransMac,这个东西有15天的试用期;
2 下载一个os x的dmg;
3 安装TransMac;
4 运行TransMac;
5 插入可以"清空u盘中全部数据"的u盘;
6 在TransMac中选中这个u盘,点击右键,选择Restore
with Disk Image,
提示清...
1. 在安装vm时指定网络连接方式1)bridgevirt-install --name vm1 --ram=1024 --vcpus=1 --disk path=/vm-images/vm1,size=2 --cdrom /root/iso/CentOS-6.6-x86_64-minimal.is...
分类:
其他好文 时间:
2015-05-28 00:33:01
阅读次数:
789
When I create a web MVC project in VS2013 with update4, it have an unknown error: Exception from HRESULT: 0x80004005(E_FAIL).
please see detail below:
My computer is : macbook pro but install win7 x64. only have C disk and DVD RW driver.
But when I crea...
分类:
其他好文 时间:
2015-05-27 14:02:44
阅读次数:
202