Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController
_loadViewFromNibNamed:bundle:] loaded the "VCRoot" nib but the view outlet was not set.'看下图...
分类:
移动开发 时间:
2016-07-31 16:00:32
阅读次数:
168
Responding to Being Loaded from a Nib File 在实例化过程中,归档中的每个对象都被解归档然后依据对象的类型初始化。遵守NSCoding协议的对象(包括所有UIView和 UIViewController的子类)用initWithCoder:方法初始化。所有不遵 ...
分类:
其他好文 时间:
2016-07-29 18:47:18
阅读次数:
119
//ionic中的生命周期函数 onPageLoaded(){ //page初始化时 console.log("page 1 : page loaded"); } //在这里可以做页面初始化的一些事情 onPageWillEnter(){ //page即将进入时 console.log("page ...
分类:
其他好文 时间:
2016-07-25 18:07:45
阅读次数:
706
1.网络请求报错。升级Xcode 7.0发现网络访问失败。输出错误信息 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection ...
分类:
移动开发 时间:
2016-07-21 14:47:26
阅读次数:
432
如果你遇到了服务无法启动的情况,也不报错的,查看logs下的日志,首次安装报错如下:AH01177:Failedtolookupprovider‘shm‘for‘slotmem‘:ismod_slotmem_shmloaded??我想日志已经说的很清楚了,这里编译安装后,配置文件conf/httpd.conf没有开启mod_slotmem_shm模块,编辑该文件..
分类:
其他好文 时间:
2016-07-20 06:48:49
阅读次数:
192
新建虚拟机后启动时出现如下错误: Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission pro ...
分类:
其他好文 时间:
2016-07-06 23:22:56
阅读次数:
151
Application.LoadLevelAdditive文档中说: LoadLevel and LoadLevelAdditive don't happen immediately - a new level is loaded after the current game frame finis ...
分类:
编程语言 时间:
2016-06-26 01:49:27
阅读次数:
201
php安装时会将扩展包编译进去,对于一个正在运行中的数据库,查看php的扩展开启状况,第一种方式是通过配置文件查看,另外是通过phpinfo函数查看所有的配置,另外是使用php内置函数来查看,通过脚本输出来查看,代码如下: 通过get_loaded_extensions函数可以返回php扩展开启情况 ...
分类:
Web程序 时间:
2016-06-22 20:13:52
阅读次数:
176
转自 http://www.jianshu.com/p/631bd7f12a38 1.网络请求报错。升级Xcode 7.0发现网络访问失败。输出错误信息 The resource could not be loaded because the App Transport Security polic ...
分类:
移动开发 时间:
2016-06-21 15:32:07
阅读次数:
266
查看网络管理功能状态→在redhat7中开启此功能才能编辑网络配置[root@DY/]#systemctlstatusNetworkManager●NetworkManager.service-NetworkManagerLoaded:loaded(/usr/lib/systemd/system/NetworkManager.service;enabled;vendorpreset:enabled)Active:active(running)since二..
分类:
系统相关 时间:
2016-06-21 11:06:21
阅读次数:
286