码迷,mamicode.com
首页 >  
搜索关键字:error lnk1123    ( 30050个结果
[异常] JLink Error: Could not find supported CPU core on JTAG chain J-Link连接不到stm32内核问题
>___<" ~真是虚惊一场,不然又要烧掉500-600的RMB啦!PS" 相关链接:J-Link无法下载问题:http://blog.csdn.net/liyuanbhu/article/details/9107139关于调式STM32F103ZE 时出现的 JLINK 找不到CORE 问题:ht...
分类:其他好文   时间:2014-08-26 09:45:05    阅读次数:1245
ibatis + log4net 配置注意事项
一 在web.config或app.config中配置 FATAL > ERROR > WARN > INFO > DEBUG > ALL-->
分类:Web程序   时间:2014-08-26 09:38:45    阅读次数:214
oracle报错: ORA-03113: end-of-file on communication channel Process
Databasemounted.ORA-03113:end-of-fileoncommunicationchannelProcessID:4907SessionID:1Serialnumber:5这种错误的解决方案出现这个报错之后,明明oracle已经mount,此时查看oracle的状态:selectopen_modefromv$database;ERROR:ORA-03114:notconnectedtoORACLE提示oracle就根..
分类:数据库   时间:2014-08-26 03:03:26    阅读次数:284
Rsyslog分别归档Local0的err、info日志
有个新需求:postgresql的日志在rsyslog服务器中的日志要分开打,根据priority,即:error和warn的日志要归档在一个文件中;info和其余级别的日志归档在一个文件中,并且每小时自动切割日志;解决办法:1.在/etc/rsyslog.d目录下新建配置文件postgresql.confvi/etc/rsyslog.d/pos..
分类:其他好文   时间:2014-08-26 03:02:27    阅读次数:2296
upgrade jessie时出现E: Sub-process /usr/bin/dpkg returned an error code (1)错误的解决办法
执行apt-getdist-upgrade时出现“E:Sub-process/usr/bin/dpkgreturnedanerrorcode(1)”,新内核就是不能完成设置,解决办法如下:cd/var/lib/dpkg mvinfoinfobak;mkdirinfo然后重新来过就没问题了。
分类:其他好文   时间:2014-08-26 03:00:06    阅读次数:197
android 细节之An internal error occurred during: "Launching New_configuration".
今天在导入公司的一个小demo时候发现了一个很有意思的错误。 An internal error occurred during: "Launching New_configuration". Path for project must have only one segment. 于是上网搜寻了一下怎么解决: 具体的解决方法有两种: 一、Run Confi...
分类:移动开发   时间:2014-08-26 00:33:05    阅读次数:240
[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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!