码迷,mamicode.com
首页 >  
搜索关键字:show error    ( 48646个结果
COCOS2DX遇到的问题
1 新增类无法在别的类里面include到的问题:去项目-> 配置属性-> C/C++-> 常规-> 附加包含目录中增加类的文件夹路径2 新增类出现extensions\gui\cccontrolextension\ccinvocation.h(36): error C2143: 语法错误 : 缺少...
分类:其他好文   时间:2014-06-10 13:05:45    阅读次数:217
ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.
有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:wgethttp://nginx.org/download/nginx-0.8.33.tar.gztar-zxvfnginx-0.8.33.tar.gz...
分类:其他好文   时间:2014-06-09 21:05:27    阅读次数:312
HTTP Error 500.21解决方案
HTTP Error 500.21 - Internal Server ErrorHandler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.解决...
分类:其他好文   时间:2014-06-09 18:55:31    阅读次数:198
【转】Linux 下安装python软件包(pip、nose、virtualenv、distribute )
1.关于pippip是python的软件安装工具,下面是pip的使用方法:(1)安装包:pip install SomePackage(2)查看安装包时安装了哪些文件:pip show --files SomePackage(3)查看哪些包有更新:pip show --files SomePacka...
分类:编程语言   时间:2014-06-09 17:58:04    阅读次数:240
Linux下MySQL5.6的修改字符集编码为UTF8
一、登录MySQL查看用SHOW VARIABLES LIKE ‘character%’;下字符集,显示如下: +--------------------------+----------------------------+ | Variable_name | Value | +---------...
分类:数据库   时间:2014-06-09 16:58:04    阅读次数:247
ghost 还原系统时,遇到error 10010,提示can not open image file
昨天系统有点问题,在用Ghost还原系统时,一直提示10010错误,提示can not open image file想着可能是备份文件的问题,从另一台电脑上重新拷过来一份,仍然不行,Ghost还是提示10010错误后来,实在没办法,想着可能是路径问题,就把备份文件从F盘的子文件夹里拷到E盘根目录下...
分类:其他好文   时间:2014-06-09 16:41:12    阅读次数:345
视图控制器的创建和视图切换
1.创建一个类继承UIViewController2.创建视图控制器设计界面(在storyboard文件中创建一个ViewController)3.将第一步创建的代码和第二步创建的界面进行关联(选中ViewController-->show the identity inspector的class写...
分类:其他好文   时间:2014-06-09 13:25:49    阅读次数:192
java总结文章
原创地址:http://www.cnblogs.com/Alandre/(泥沙砖瓦浆木匠),需要转载的,保留下! ThanksTalk is cheap. Show me the code.Written In The Font 图能抵过一切,喜欢咖啡喜欢java.Con...
分类:编程语言   时间:2014-06-08 21:11:54    阅读次数:310
mysql show default charset.
1 show create table t
分类:数据库   时间:2014-06-08 19:07:41    阅读次数:217
libpcre.so.1 cannot be found
安装完Nginx之后,启动报错。[vagrant@localhost sbin]$ sudo ./nginx./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No ...
分类:其他好文   时间:2014-06-08 19:01:47    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!