问题:
eclipse导入基于Maven的web项目时,发布到tomcat中,发现lib目录及jar包没有发布过去。
解决方案:
eclipse中,选择项目属性Properties --> Deployment Assembly --> Add --> Java Build Path Entries, 然后选择Maven Dependencies。然后重新发布项目到tomca...
分类:
系统相关 时间:
2014-08-22 22:38:14
阅读次数:
259
select * from user_source t where upper(t.TEXT) like upper('%table1%')第二种方法类似于eclipse中的file searchselect * from user_dependencies g where g.referenced...
分类:
数据库 时间:
2014-08-22 12:25:36
阅读次数:
207
Rails3:使用bundler管理gemsbundler是一套为了 Rails3 所打造的全新 Gem dependencies 管理工具:一套基于 Rubygems 的更高阶套件管理工具,适合让 Application 管理多套 Gems 依存关係的複杂情境。而你在 Rails3 中 (Bund...
分类:
其他好文 时间:
2014-08-21 09:38:43
阅读次数:
164
今天在ubuntu下安装任何软件都提示以下错误:You might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies:kate : Depends: kde...
分类:
其他好文 时间:
2014-08-16 13:49:20
阅读次数:
454
#1 下载jar包文件,#2 拷贝到libs目录下#3打开你的build.gradle,在dependencies加入如下代码dependencies{compilefiles('libs/android-support-v4.jar')compilefiles('libs/android-asyn...
分类:
移动开发 时间:
2014-08-09 15:42:28
阅读次数:
257
install -m0755 /home/yanfa/workspace/trunk-wr703/build_dir/target-mips_r2_uClibc-0.9.33.2/lk_cnp_serial_eth/lk_cnp_serial_eth /home/yanfa/workspace/tr...
分类:
Windows程序 时间:
2014-08-06 22:12:22
阅读次数:
2659
Openwrt报告库找不到Package * is missing dependencies for the following libraries: libc.so.6 或其他先检查系统里面有没有这个库存在,如果没有,安装 (在/lib /lib64 等目录找)之后添加库openwrt的编译环境修...
分类:
其他好文 时间:
2014-08-06 18:50:41
阅读次数:
308
CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for...
分类:
其他好文 时间:
2014-08-05 19:42:30
阅读次数:
236
题目:1308. Dependencies among J思路: 比较简单的一道题,要知道m最早完成的时间,只需要找出所有需要在m之前完成的工作,将它们的完成时间加起来即可。这里使用vector的数组存储每个结点的邻接点,从结点m开始,依次宽度优先搜索m的每个邻接点...数组visited记录每个....
分类:
其他好文 时间:
2014-08-01 12:45:41
阅读次数:
195
利用现有的插件,在Clojure中添加gzip的功能是很方便的。1. 在project.clj中添加对bk/ring-gzip插件的依赖。:dependencies [bk/ring-gzip "0.1.1"]2. 然后在handle文件中添加引用(:use [ring.middleware.gzi...
分类:
其他好文 时间:
2014-07-31 09:44:15
阅读次数:
189