>___<" ~真是虚惊一场,不然又要烧掉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
一 在web.config或app.config中配置 FATAL > ERROR > WARN > INFO > DEBUG > ALL-->
分类:
Web程序 时间:
2014-08-26 09:38:45
阅读次数:
214
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
有个新需求:postgresql的日志在rsyslog服务器中的日志要分开打,根据priority,即:error和warn的日志要归档在一个文件中;info和其余级别的日志归档在一个文件中,并且每小时自动切割日志;解决办法:1.在/etc/rsyslog.d目录下新建配置文件postgresql.confvi/etc/rsyslog.d/pos..
分类:
其他好文 时间:
2014-08-26 03:02:27
阅读次数:
2296
执行apt-getdist-upgrade时出现“E:Sub-process/usr/bin/dpkgreturnedanerrorcode(1)”,新内核就是不能完成设置,解决办法如下:cd/var/lib/dpkg
mvinfoinfobak;mkdirinfo然后重新来过就没问题了。
分类:
其他好文 时间:
2014-08-26 03:00:06
阅读次数:
197
今天在导入公司的一个小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
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
'; 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