码迷,mamicode.com
首页 >  
搜索关键字:unknown error    ( 31870个结果
log4j日志等级
1.logger.debug("Debug ...")或logger.info("Info ...")或logger.warn("Warn ...")或logger.error("Error ...") 都只输出对应的信息,即logger.debug只输出debug的信息,info只输出info的信...
分类:其他好文   时间:2014-04-30 20:41:18    阅读次数:704
php 获取客户端ip
1 function getRealIp() { 2 if (getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"), "unknown")) 3 $ip = getenv("HTTP_C...
分类:Web程序   时间:2014-04-30 01:42:33    阅读次数:422
powerdesiger连接oracle问题之一二
Java Exception : Fatal Error. Unable to initialize DatabaseMetaData class.Non SQL Error : Could not load class com.mysql.jdbc.D在powerdesigner里连接数据库,出现...
分类:数据库   时间:2014-04-30 00:20:26    阅读次数:2116
win7,M?i?n?d?m?a?n?a?g?e?r?2?0?1?2使用模板时弹出Runtime error R6025解决方法
Mindjet.MindManager2012.v10.0在应用个别模板时提示“参数错误”,然后自动关闭。 解决办法: 如果是win7系统,可以进入C:\Users\(用户名)\AppData\Local\Mindjet\MindManager\10\Library\ENU\Templates, 可...
分类:Windows程序   时间:2014-04-29 18:59:15    阅读次数:746
单独运行shell脚本与crontab运行shell脚本的区别
crontab运行脚本存在两大问题:环境变量和路径,从而导致单独运行脚本没问题,但用crontab运行就报错。1、环境变量 描述问题:crontab: usage error: no arguments permitted after this option 因为crontab不提供环境,所...
分类:其他好文   时间:2014-04-29 10:23:47    阅读次数:370
An internal error occurred during: "Building workspace".
当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace". Java heap space 错误。 解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用mye...
分类:其他好文   时间:2014-04-29 10:13:46    阅读次数:401
iOS 中 #error宏 的使用的一个例子
头文件中如下定义宏:/** * @brief 默认空间名(必填项) */#error 必填项#define DEFAULT_BUCKET @""/** * @brief 默认表单API功能密钥 (必填项) */#error 必填项#define DEFAULT_PASSCODE @...
分类:移动开发   时间:2014-04-28 18:15:07    阅读次数:684
[转载]DirectoryEntry配置IIS7出现ADSI Error:未知错误(0x80005000)
一、错误情况环境:win7+iis7.0DirectoryEntry配置IIS7出现如下错误或者是下面一段代码在IIS6.0下运转正常,但IIS7.0下运转会出错:System.DirectoryServices.DirectoryEntryiisServer;iisServer =newSyste...
分类:其他好文   时间:2014-04-28 17:53:29    阅读次数:464
IOS-根据ip获取当前城市的编号
IOS 通过ip地址获取当前城市的编号 //解析网址通过ip 获取城市天气代码 NSURL *url = [NSURL URLWithString:@"http://61.4.185.48:81/g/"]; // 定义一个NSError对象,用于捕获错误信息 NSError *error; NSS....
分类:移动开发   时间:2014-04-28 02:36:49    阅读次数:832
表达式计算
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 #define OK 0 10 #define ERROR -1 11 #define OV...
分类:其他好文   时间:2014-04-27 16:56:44    阅读次数:681
31870条   上一页 1 ... 3185 3186 3187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!