5. Xcode工程在c++和OC混合编程时 NSObjCRuntime ERROR,解决办法是在混合编程的头文件中采用#if __OBJC__ #endif 包含头文件,比如:? #ifdef __OBJC__ #import "GCHelper.h" #import "LBS.h" #endif...
分类:
编程语言 时间:
2014-07-22 09:06:05
阅读次数:
200
#pragma warning(disable:4996)
#include <cstdio>
#include <tchar.h>
#include <Windows.h>
#include <vector>
using namespace std;
/*
submit time : 4
1.Runtime Error
Last executed input: [1], 2...
分类:
其他好文 时间:
2014-07-22 09:03:04
阅读次数:
285
项目使用的是oracle数据库,用的是cx_oralce模块 启动时看到如下异常抛出 [Thu?Jul?10?16:40:54.915311?2014]?[:error]?[pid?28224:tid?752]?[client?::1:61859]?mod_wsgi?(pid=28224):?Exception?...
分类:
数据库 时间:
2014-07-22 08:19:37
阅读次数:
313
最新升级IDEA12到13版本,升级后发现IDEA中SVN无法正常使用,但文件夹下能够正常使用。 并且报错:svn: E204899: Cannot run program "svn" (in directory "G:\code\langchao\.idea"): CreateProcess error=2, ?...
分类:
其他好文 时间:
2014-07-22 08:19:34
阅读次数:
227
当 Visual C++ 项目启用了预编译头 (Precompiled header) 功能时,如果项目中同时混合有 .c 和.cpp 源文件,则可能收到 C1853 编译器错误:fatal error C1853: ‘pjtname.pch‘precompiled header file...
分类:
编程语言 时间:
2014-07-21 10:32:19
阅读次数:
195
在安装 subversion时候 #tar xvjf subversion-1.6.3.tar # ./configure --prefix=/data1/subversion --with-apxs=/data1/apache2/bin/apxs ?--with-apr-util=/data1/apache2/bin/apu-1-config --with-apr=/d...
分类:
数据库 时间:
2014-07-21 10:18:57
阅读次数:
241
##IIS7/8 HTTP Error 500.19 错误 0x80070021 ?IIS7.0/8.0的错误HTTP Error 500.19 - Internal Server Error ,错误代码为0x80070021,大概原因为IIS7.0的安全设定相比前版本有很大的变更。IIS7.0的安全设置文件...
之前使用VS2010都没有什么问题,过了好久没用了,今天突然使用就一直报链接器链接错误,下面是网上找的一个比较好的解决方法:
在电脑里面搜索发现
C:\Program Files\Microsoft Visual Studio
10.0\VC\bin\cvtres.exe(是你软件安装路径bin目录下的cvtres.exe文件)
C:\Windows\winsxs\x86_netfx...
分类:
其他好文 时间:
2014-07-20 11:21:38
阅读次数:
180
php编译常见错误(已安装MySQL和Apache环境下)错误1:configure:error:jpeglib.hnotfound.yuminstalllibjpeglibjpeg-devel-y错误2:configure:error:xslt-confignotfound.Pleasereinstallthelibxslt>=1.1.0distributionyuminstalllibxslt-devel-y错误3:configure:error:xm..
分类:
Web程序 时间:
2014-07-20 10:35:37
阅读次数:
210
■ XCODE设置:(1)把编译器中的“警告”,设置成错误级别。方法:build settings 搜索error->“treat warings as errors”,更改为true.(2)xcode 快捷键:ESC: 打开代码提示自动完成窗口TABLE:补全自动提示快照:command+ctrl...
分类:
其他好文 时间:
2014-07-20 10:20:24
阅读次数:
337