问题:'-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "One" nib but the view outlet was not set.'原因:没有做xib文件到HLOneViewControler程序的关联解决步骤:1,...
分类:
其他好文 时间:
2015-03-12 20:35:46
阅读次数:
197
在进行 Django 日常开发时,经常会建立一个独立的 PY 文件用来测试写好的方法.# mysite/main.py# -*- coding:utf-8 -*-from deploy.getInfo import *from getRunTime import *def main(): # ...
分类:
移动开发 时间:
2015-03-12 20:30:14
阅读次数:
2509
Windows下PowerShell默认的权限级别是Restricted,不允许执行PS脚本(即.ps1文件)。如果在Restricted权限级别下运行,会得到错误信息: .\XXXX.ps1 : File XXXX.ps1 cannot be loaded because running scri...
分类:
系统相关 时间:
2015-03-12 19:01:59
阅读次数:
7360
1 无法装上CUDA的toolkit卸载所有的NVIDIA相关的app,包括NVIDIA的显卡驱动,然后重装。2之前的文件打不开,one or more projects in the solution were not loaded correctly. please see the output...
分类:
其他好文 时间:
2015-03-11 21:08:15
阅读次数:
335
IIS PHP的Loaded Configuration File为空的解决方法
分类:
Web程序 时间:
2015-03-10 18:47:56
阅读次数:
198
在Java部署的时候出现了Successfully deployed.Backed up previous deployment.这样的东西,自己查了一下,以为出了什么错误。
如图所示:
这个表示是:你这次部署时,
同时把上次部署的文件备份了一下, 否则就直接覆盖了。...
分类:
其他好文 时间:
2015-03-10 08:59:48
阅读次数:
953
The File Owner is an instantiated, runtime object that owns the contents of your nib and its outlets/actions when the nib is loaded. It can be an inst...
分类:
其他好文 时间:
2015-03-06 23:39:33
阅读次数:
264
<?php!extension_loaded('curl') && die('The curl extension is not loaded.'); $baseUrl = 'http://127.0.0.1';//根地址 $login_url = $baseUrl .'/login.p...
分类:
Web程序 时间:
2015-02-27 22:47:46
阅读次数:
161
Apache的 mod_rewrite是比较强大的,在进行网站建设时,可以通过这个模块来实现伪静态。主要步骤如下: 1.检测Apache是否开启mod_rewrite功能 可以通过php提供的phpinfo()函数查看环境配置,找到“Loaded Modules”,其中列出了所有apache2ha....
分类:
Web程序 时间:
2015-02-26 11:26:21
阅读次数:
145
Apache的 mod_rewrite是比较强大的,在进行网站建设时,可以通过这个模块来实现伪静态。主要步骤如下: 1.检测Apache是否开启mod_rewrite功能 可以通过php提供的phpinfo()函数查看环境配置,找到“Loaded Modules”,其中列出了所有apache2ha....
分类:
Web程序 时间:
2015-02-16 16:49:30
阅读次数:
162