问题: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] load....
分类:
其他好文 时间:
2015-12-22 07:53:55
阅读次数:
211
This week I spend reasonable time to eliminate all ourThreadLocalvariables in our web applications. The reason was that they created classloader leaks...
分类:
移动开发 时间:
2015-12-19 00:02:59
阅读次数:
232
启动类:1. 启动失败,信息如下:connecting to: test2015-12-06T05:15:39.064+0000 W NETWORK Failed to connect to 127.0.0.1:27017, reason: errno:10061 No connection co....
分类:
数据库 时间:
2015-12-06 14:32:32
阅读次数:
198
昨天碰到了一个问题,一个网站在从SharePoint 2010升级到SharePoint 2013后,人员都不能登录了,必须重加赋权,人员才能登录,这样非常麻烦。原因:是认证方式的问题。在SharePoint 2010中,通过管理中心新建web application的时候,就会发现提供了两种不同的...
分类:
Web程序 时间:
2015-12-03 11:37:31
阅读次数:
138
一般情况下,window IIS安装完毕后,会启动C:\inetpub\ 产生 类似C:\inetpub\temp\apppools的文件夹,如果IIS被改动过,此文件夹不会自动生成。需要手动添加。 另外可以查看详细:For whatever reason, las...
分类:
其他好文 时间:
2015-12-02 09:10:38
阅读次数:
431
1. Look Forward, Reason Back Extrapolate, interpret, then tie vision to concrete actions2. Make Big bets, Without Betting the Company Bold and ambitio...
分类:
其他好文 时间:
2015-12-02 06:33:42
阅读次数:
124
21、理解Objective-C错误模型@throw [NSException exceptionWithName:NSInternalInconsistencyException reason:@"must be overriden" userInfo:nil]异常只用于处理严重错误。出现不那么严...
分类:
移动开发 时间:
2015-11-28 19:58:15
阅读次数:
186
当遇到程序崩溃时首先应该查看错误的原因,找到问题后进行解决;如果是bug,查看哪个功能出现问题,对其分析并查找问题后解决;像图片,文字显示有问题的时候,要么是加载资源的时候有问题,要么是设置的frame或者约束有问题,再就是传入数据的时候没用点语法用了下划线。/*错误一:reason: '[ set...
分类:
其他好文 时间:
2015-11-26 23:10:46
阅读次数:
189
1.0中也引入也另外一种机制:缓存。首部:类似于信封,http请求报文格式的首部如下:http响应的报文格式如下:reason-phrease:解析怎么成功,怎么失败的。状态代码:1XX:纯信息,跟请求的资源没什么关系2XX:“成功类”信息(200)3XX:重定向信息,你请求的资源存在,没错,但..
分类:
Web程序 时间:
2015-11-24 06:29:56
阅读次数:
127
官方资料参考:Module:terminate(Reason, State)Types:Reason = normal | shutdown | {shutdown,term()} | term()State = term()This function is called by a gen_serv...
分类:
其他好文 时间:
2015-11-23 16:43:45
阅读次数:
233