码迷,mamicode.com
首页 >  
搜索关键字:8009 required by tom    ( 11567个结果
【tomcat问题集锦】
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process,...
分类:其他好文   时间:2014-07-22 23:13:56    阅读次数:299
Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-05-10 01:09:28    阅读次数:325
java 错误:Access restriction: The type Resource is not accessible due to restriction on required library
Eclipse 默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer- Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rul...
分类:数据库   时间:2014-05-05 10:32:49    阅读次数:435
propagation属性的7个传播行为
关于propagation属性的7个传播行为REQUIRED:指定当前方法必需在事务环境中运行,如果当前有事务环境就加入当前正在执行的事务环境,如果当前没有事务,就新建一个事务。这是默认值。即有事务就在事务中执行,没有就新建一个事务SUPPORTS:指定当前方法加入当前事务环境,如果当前没有事务,就...
分类:其他好文   时间:2014-05-01 15:53:53    阅读次数:310
oracle 的服务器进程(PMON, SMON,CKPT,DBWn,LGWR,ARCn)
来着TOM的《oracle 编程艺术 9i,10g,11g》PMONPMON,进程监视。PMON主要有3个用途:1,在进程非正常中断后,做清理工作。例如:dedicated server失败了或者因为一些原因被杀死,这是PMON的工作分两种。第一,是对dedicated server所做的工作进行恢...
分类:数据库   时间:2014-05-01 11:49:21    阅读次数:403
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
Eclipse安装Maven后JRE警告
问题现象: Eclipse按装maven插件之后,每次启动Eclipse都会弹出: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. 问题原因: 从提示信息上看,就是...
分类:系统相关   时间:2014-04-30 22:11:38    阅读次数:382
11567条   上一页 1 ... 1155 1156 1157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!