一、log4j.rootLogger=INFO, stdout, R● 第一个参数为等级,后面可跟一到多个参数,为输出的位置;● 例句的意思为将等级为INFO的日志信息使用stdout和R进行输出,stdout和R可以自己命名;● 等级可分为OFF、FATAL、ERROR、WARN、INFO、DEB...
分类:
其他好文 时间:
2015-09-09 16:36:55
阅读次数:
194
安装好scala后,在cmd中输入“scala”启动时,出现“error while loading AnnotatedElement” blabla的错误。原因是我安装的2.9.0版本的scala并不适配之前安装的JAVA8。解决方法是卸载旧版scala,并安装新版本,我重新安装的是2.11.6版...
分类:
其他好文 时间:
2015-09-09 16:25:09
阅读次数:
890
处于同一个域中的两台Sql server 实例无法连接,报的错误信息如下:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server w...
分类:
数据库 时间:
2015-09-09 13:19:07
阅读次数:
194
Warning: Error creating LLDB target at path '/Users/apple/Library/Developer/Xcode/DerivedData/ObserverTrampoline-enpnnnawiljtyyfdrtqifjlakfiq/Build/Pr...
分类:
移动开发 时间:
2015-09-09 13:09:42
阅读次数:
323
适用于ecshopv2.7.3由于ecshop中的transport.js中重写的json解析导致各种js框架不兼容和处理前台和后台html文档时不便、parseResult()error:can‘tparsetoJSON等错误,由此考虑替换掉json解析。(不影响原有功能)方法1引入jquery.js,jquery.json.js2修改transport.js为以下内容..
分类:
Web程序 时间:
2015-09-09 11:36:00
阅读次数:
227
信息: Starting Servlet Engine: Apache Tomcat/6.0.32 2012-3-31 9:39:40 org.apache.catalina.core.StandardContext listenerStart 严重: Error configuring application listener of class org.springframewo...
分类:
编程语言 时间:
2015-09-08 23:47:18
阅读次数:
436
org.postgresql.util.PSQLException: ERROR: relation "circlefence" does not exist这个问题是数据库表没有纯小写,改成纯小写就可以了。
分类:
数据库 时间:
2015-09-08 21:39:59
阅读次数:
146
CLog.h#include #pragma once#ifndef _CLOG#define _CLOG#define CLOG_DEBUG 0#define CLOG_INFO 1#define CLOG_WARNING 2#define CLOG_ERROR 3#define s...
分类:
编程语言 时间:
2015-09-08 21:39:30
阅读次数:
3086
ORA-00257:archivererror.Connectinternalonly,untilfreed错误的处理方法背景:最近总是在捣鼓oracle数据库,前几天给公司的一台oracle数据库做了实时同步功能,同步必须要打开归档日志功能,由于生产数据量比较大,不到1天的时间就把oracle日志空间占满了。报如下错误:ORA-00..
分类:
其他好文 时间:
2015-09-08 20:20:56
阅读次数:
194
when build an spring project with this command:mvn spring-boot:runthere will may show an error message like this:Failed to execute goal org.springfram...
分类:
其他好文 时间:
2015-09-08 20:07:23
阅读次数:
723