码迷,mamicode.com
首页 >  
搜索关键字:missing required    ( 5101个结果
【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
oracle ORA-00917: missing comma 是因为少逗号
oracle ORA-00917: missing comma 是因为少逗号,而且不是网上盛传的空格问题!都是传言误人啊...
分类:数据库   时间:2014-07-22 23:04:14    阅读次数:306
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
Leetcode | Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You have t...
分类:其他好文   时间:2014-05-09 19:09:35    阅读次数:318
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
pom文件miss artifact com.sun:tools:jar:1.5.0:system问题
问题现象: 导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system 问题原因: maven是需要使用Jdk中的tools工具,而eclipse使用的是jre的运行环境,导致maven无法找到Jdk工具包tools.jar 解决方法: 1>将eclipse修改为jd...
分类:其他好文   时间:2014-05-01 17:56:11    阅读次数:343
propagation属性的7个传播行为
关于propagation属性的7个传播行为REQUIRED:指定当前方法必需在事务环境中运行,如果当前有事务环境就加入当前正在执行的事务环境,如果当前没有事务,就新建一个事务。这是默认值。即有事务就在事务中执行,没有就新建一个事务SUPPORTS:指定当前方法加入当前事务环境,如果当前没有事务,就...
分类:其他好文   时间:2014-05-01 15:53:53    阅读次数:310
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
apt-get和apt-chche命令整理
apt-get install package 安装包 apt-get install package --reinstall 重新安装包 apt-get -f install 强制安装?#"-f = --fix-missing"当是修复安装吧... apt-get remove ...
分类:其他好文   时间:2014-05-01 00:38:45    阅读次数:347
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
5101条   上一页 1 ... 508 509 510 511 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!