Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:
其他好文 时间:
2014-07-16 23:25:15
阅读次数:
263
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-07-16 23:16:32
阅读次数:
156
Struts2.16与Spring4.x整合出错:Caused by: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.Con...
分类:
移动开发 时间:
2014-07-10 10:51:14
阅读次数:
261
官方教程:https://docs.python.org/2/library/logging.html1. 用法1import loggingimport logging.handlersLOG_FILE = 'tst.log'handler = logging.handlers.RotatingF...
分类:
编程语言 时间:
2014-07-09 23:45:45
阅读次数:
389
/AppName.app 应用程序本身包目录/Documents/ 应用程序的重要数据文件和用户数据文件等都放在这个目录, iTunes进行备份和恢复时,这个目录会被复制。/Library/Preferences 存放app的偏好设置文件,使用NSUserDefaults类产生的文件/Library...
分类:
移动开发 时间:
2014-07-07 23:29:49
阅读次数:
309
自从google被和谐以后,上google的store安装插件是如此的费劲,好在mac下的chrome已经装好了,直接导出给linux就可以mac下chrome的插件目录为~/Library/Application Support/Google/Chrome/Default/Extensions/直...
分类:
系统相关 时间:
2014-07-07 20:36:01
阅读次数:
354
问题:
I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands
export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
DWR(Direct Web Remoting)
DWR is a Java library that enables Java on the server and JavaScript in a browser to interact and call each other as simply as possible.
Dwr能让在服务器端的java代码和浏览器客户端的javascript代...
分类:
其他好文 时间:
2014-06-28 07:33:18
阅读次数:
338
今天在编译安装MySQL的时候出现报错,报错信息如下[root@localhostmysql]#servicemysqlstartStartingMySQL..ERROR!TheserverquitwithoutupdatingPIDfile(/var/lib/mysql/localhost.localdomain.pid)查看报错日志信息如下:14062711:31:43[ERROR]Fatalerror:Can‘topenandlockpri..
分类:
数据库 时间:
2014-06-28 06:34:58
阅读次数:
345
OracleLibraryCache深入解析每一个进入库缓存的对象,在库缓存中都被按照本身内容分割成多块进行存贮。Oracle这样做的目的是为了更灵活的内存管理,因为在内存寻找大块连续的内存,总比寻找小块连续内存更慢一些.如果一个库缓存对象(如一条SQL语句的执行计划),它所占的内存..
分类:
数据库 时间:
2014-06-28 00:53:38
阅读次数:
479