码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
[mongodb]child process failed, exited with error number 100
Run the following command first to start the mongo servermongod run --config /usr/local/etc/mongod.confAssuming you installed mongo usingBrew.More inf...
分类:数据库   时间:2014-08-26 00:10:15    阅读次数:554
搜索文件-读目录的使用
#include#include#include#include#include#includevoid err_sys(const char *s){ printf("%s error:%s\n",s,strerror(errno)); exit(0);}bool isFind(cha...
分类:其他好文   时间:2014-08-25 22:31:34    阅读次数:340
PHP ADLogin
'; echo ldap_error( $conn ); exit; } #print_r($info); if( $info) { $values = @ldap_get_values_len($conn, $entry, ...
分类:Web程序   时间:2014-08-25 19:14:24    阅读次数:241
ErrorCode枚举类型返回错误码信息测试,手动抛出异常信息,在事务中根据错误码来回滚事务的思路。
ErrorCode.java 简单测试代码,具体应用思路:手动抛出异常信息,在事务中根据错误码来回滚事务的思路。public enum ErrorCode { //系统级 SUCCESS("000000","success"), SYS_ERROR("999999","系统异常"...
分类:其他好文   时间:2014-08-25 19:11:24    阅读次数:198
Oracle笔记
----2014.8.25日期类型转成刻度字符串select to_char(back_date,'DD-MM-YYYY HH:MI:SS') from BACKUP_SERVICE_LOG;insert into出错可以做Log记录EXECUTE DBMS_ERRLOG.CREATE_ERROR_...
分类:数据库   时间:2014-08-25 18:48:44    阅读次数:243
error while loading shared libraries: xxx.so.x"错误的原因和解决办法
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file o...
分类:其他好文   时间:2014-08-25 18:32:04    阅读次数:219
log4j 超完美配置文件!
#【该配置为增加到多大量之后自动生产一个】 #可以设置级别:debug>info>error #debug:显示debug、info、error #info:显示info、error #error:只error #log4j.rootLogger=debug,appender1 #log4j.rootLogger=i...
分类:其他好文   时间:2014-08-25 15:15:04    阅读次数:275
MySQL 主主报错: Fatal error: The slave I/O thread stops because master and slave have
Mysql主主启动错误处理error信息:Slave_IO_State:Master_Host:192.168.6.87Master_User:replicationMaster_Port:3306Connect_Retry:60Master_Log_File:mysql-bin.000003Read_Master_Log_Pos:106Relay_Log_File:mysqld-relay-bin.000002Relay_Log_Pos:4Relay_Master_Log_File:m..
分类:数据库   时间:2014-08-25 15:09:34    阅读次数:2091
#error Security Issue: The connection string may contain a password
“数据链接属性”对话框的“允许保存密码”功能存在安全问题。在“输入登录服务器的信息”中有两个单选按钮:“使用WindowsNT集成安全性”和“使用特定的用户名和密码”。 如果选择“使用特定的用户名和密码”,则可以选择保存密码(使用“允许保存密码”复选框);但此选项不安全。建议您选择“使用Window...
分类:其他好文   时间:2014-08-25 14:39:04    阅读次数:213
com.ibatis.sqlmap.client.SqlMapException: There is already a statement named search in this SqlMap.
Caused by: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. C...
分类:数据库   时间:2014-08-25 14:35:24    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!