log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:44:20
阅读次数:
288
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:42:59
阅读次数:
324
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:41:13
阅读次数:
240
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Ja...
分类:
其他好文 时间:
2014-11-20 13:30:27
阅读次数:
120
2014-6-27 14:22:25 org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.service() for servlet jsp threw exceptionThrowable occurred: ja...
分类:
其他好文 时间:
2014-11-20 10:19:39
阅读次数:
322
XDate是一个请谅解的JavaScript的原生Date对象的封装库,提供增强的功能解析,格式化和日期处理。使用起来就和JavaScript自己的对象和方法一样,非常简单。XDate是一个请谅解的JavaScript的原生Date对象的封装库,提供增强的功能解析,格式化和日期处理。使用起来就和Ja...
分类:
编程语言 时间:
2014-11-19 21:51:53
阅读次数:
2180
JSON是JavaScript object notation的缩写,是一种轻量级的描述数据的方式,与XML相比,它更小更快更易解析,此外,JSON还具有跨平台的优势。这下面这篇文章我们将要比较7种Java JSON库,我们将测量做Java和JSON对象的相互转换,存取Json对象到文件的速度。Ja...
分类:
编程语言 时间:
2014-11-19 21:44:49
阅读次数:
210
一、什么是solr 首先,要了解下Solr是什么,以下是官方的描述。 Solr是一个来自Apache Lucence项目,是一个热门开源的企业级搜索平台。为目前世界上相当多的大型互联网站点提供搜索和导航服务。 [http://wiki.apache.org/solr/] Solr使用Ja...
分类:
其他好文 时间:
2014-11-19 10:45:45
阅读次数:
191
package ***.***.***.task.web.order;import java.awt.Color;import java.io.FileOutputStream;import java.util.ArrayList;import java.util.HashMap;import ja...
分类:
其他好文 时间:
2014-11-19 10:28:41
阅读次数:
205
现象: java开发的web应用无法访问排查:1.从resin/log/watchdog-manager.log的日志里可以看出来,jvm的内存满,无法创建新进程java.lang.OutOfMemoryError: unable to create new native thread at ja....
分类:
编程语言 时间:
2014-11-17 12:08:39
阅读次数:
499