1. Do in-domain search and out-domain search start do things in one aspect and become the expert in this aspect if I wanna do something in CS, see how...
分类:
其他好文 时间:
2015-09-06 19:52:45
阅读次数:
156
在VMware里克隆出来的CentOS Linux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
系统相关 时间:
2015-09-04 17:08:22
阅读次数:
193
In me the tiger sniffs the rose.In me the tiger sniffs the rose. 2011-05-10 09:15:31 In Me, Past, Present, Future Meet 于我,过去,现在以及未来 by Siegfried Sasso...
分类:
其他好文 时间:
2015-08-28 17:05:21
阅读次数:
163
开发中常见错误和警告总结(二十一) 对Warning: Attempt to present on whose view is not in the window hierarchy!的解决方案 当我想从一个VC跳转到另一个VC的时候,一般会用- (void)presentViewControlle...
分类:
移动开发 时间:
2015-08-27 21:08:13
阅读次数:
171
vmlite虚拟机启动出错,就把这个虚拟机删除掉重新建立,系统虚拟硬盘使用之前的,启动系统后不能上网,通过ifconfig查看网卡没启动,遂启动网卡服务,但是出错,就是:device eth0 does not seem to be present, ...
分类:
其他好文 时间:
2015-08-27 15:36:39
阅读次数:
152
利用present进入的视图控制器,在当前视图控制器里获取present的视图控制器
self.presentingViewController
获取当前视图控制器presented的视图控制器
self.presentedViewController...
分类:
其他好文 时间:
2015-08-27 13:29:35
阅读次数:
227
present出ViewController的页面为透明的...
分类:
其他好文 时间:
2015-08-19 20:22:14
阅读次数:
179
Description农夫约翰正驾驶一条小艇在牛勒比海上航行.海上有N(1≤N≤100)个岛屿,用1到N编号.约翰从1号小岛出发,最后到达N号小岛.一张藏宝图上说,如果他的路程上经过的小岛依次出现了 Ai,A2,…,AM(2≤M≤10000)这样的序列(不一定相邻),那他最终就能找到古老的宝藏.但是...
分类:
其他好文 时间:
2015-08-17 21:17:32
阅读次数:
130
【CF 460C】Present二分+贪心 二分最矮高度的最大值 每二分一个遍历看是否可达 可达low = mid+1不可达high = mid-1 可达的判断用贪心即可 改点长度不足时 在改点设置浇水点 同是在i+w设置断水 之后每个点都继承前一个点的浇水量 到i+w时减少i处浇的水即可代码如下:#include
#include
#include <cst...
分类:
其他好文 时间:
2015-08-16 21:24:06
阅读次数:
115
其实根据常用的webservice清除缓存方法,在client端加入这样一句话:ini_set("soap.wsdl_cache_enabled", "0");应该就可以了,但是处理了好久,在本地测试没问题,放到服务器上就不行,一直提示:Procedure 'getSent' not present...
分类:
Web程序 时间:
2015-08-16 12:06:07
阅读次数:
161