码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
Xcode工程在c++和OC混合编程时 NSObjCRuntime ERROR
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
LeetCode_38combinationSum [Combination Sum]
#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
windows奇葩的django+ mod_wsgi 下 cx_Oracle奇怪的问题
项目使用的是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
IntelliJ IDEA 13.1.3 SVN无法正常使用问题
最新升级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
php-fpm.conf重要参数详解
pid?=?run/php-fpm.pid #pid设置,默认在安装目录中的var/run/php-fpm.pid,建议开启 ? error_log?=?log/php-fpm.log #错误日志,默认在安装目录中的var/log/php-fpm.log ? log_level?=?notice #错误级别...
分类:Web程序   时间:2014-07-21 10:35:14    阅读次数:318
C++中使用.C 文件出错
当 Visual C++ 项目启用了预编译头 (Precompiled header) 功能时,如果项目中同时混合有 .c 和.cpp 源文件,则可能收到 C1853 编译器错误:fatal error C1853: ‘pjtname.pch‘precompiled header file...
分类:编程语言   时间:2014-07-21 10:32:19    阅读次数:195
./ProjectC: error while loading shared libraries: libProjectC.so: cannot open shared object file: No such file or directory
时间: 2014-7-20 11:30地点: andon问题: 研究xu库文件的创建,编译-链接通过后,执行文件时./ProjectC ./ProjectC: error while loading shared libraries: libProjectC.so: cannot open s...
分类:其他好文   时间:2014-07-21 10:26:43    阅读次数:167
svn error:Subversion requires SQLite解决
在安装 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
curl只能抓取页面的部分内容的原因
核心提示:先列出 HessianPHP 的错误提示: CURL transport error: transfer closed with outstanding read data remaining 基础知识背景: 1)“Expect: 100-continue”的来龙去脉: HTTP/1.1 协议里设计100 (Co...
分类:其他好文   时间:2014-07-21 10:17:53    阅读次数:226
IIS8.5 布署 WEB API的程序时,遇到的问题
##IIS7/8 HTTP Error 500.19 错误 0x80070021 ?IIS7.0/8.0的错误HTTP Error 500.19 - Internal Server Error ,错误代码为0x80070021,大概原因为IIS7.0的安全设定相比前版本有很大的变更。IIS7.0的安全设置文件...
分类:Windows程序   时间:2014-07-21 10:11:05    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!