码迷,mamicode.com
首页 >  
搜索关键字:jar version    ( 43319个结果
怎样从官网下载Spring的jar包
第一种,简单粗暴直接http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip直接粘到地址栏或者下载工...
分类:编程语言   时间:2014-05-12 13:09:57    阅读次数:332
包的引入,不要引入自己目录下的。
beanutils-1.8.0.zipcommons-logging.jar包的引入:在项目中创建一个文件夹如libs,然后将整个项目需要的第三方的jar包可以直接拷贝带该目录,随后打开该目录全选->右键->Build path -> add path -> 看到奶瓶子即可
分类:其他好文   时间:2014-05-12 13:06:54    阅读次数:201
【转】修改eclipse中的M2_REPO变量
转自:http://superseven.iteye.com/blog/1625429从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录 下的jar包比较危险。我尝...
分类:系统相关   时间:2014-05-12 12:54:41    阅读次数:448
VS开发ArcEngine时的一个异常信息——“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”
问题描述:程序报错“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”解决方法:打开program.cs。 把ESRI.ArcGIS.Ru...
分类:其他好文   时间:2014-05-11 13:10:03    阅读次数:448
INNO SETUP 5.5.0以上版本中文语言包
1 ; *** Inno Setup version 5.5.0+ Chinese messages *** 2 ; 3 ; To download user-contributed translations of this file, go to: 4 ; http://www.jrso...
分类:其他好文   时间:2014-05-10 18:55:59    阅读次数:614
终于明白公测的beta 源自何处了
A very early version of a software product that may not contain all of the features that are planned for the final version. Typically,softwaregoes t.....
分类:其他好文   时间:2014-05-10 18:26:14    阅读次数:517
Android反编译工具介绍与简单实用方法
Android反编译工具介绍与简单实用方法Android反编译的目的无非就是为了看到APK的xml、资源和代码: 得到代码的方式:直接解压APK文件 --> 得到classes.dex文件 --> 使用 dex2jar classes.dex classes.jar生成jar文件 --> [可选的....
分类:移动开发   时间:2014-05-10 08:54:49    阅读次数:404
phonegap 安装和使用eclipse
1.下载nodejs。。。然后注销让nodejs可用2.下载jdk,ant。和安卓的sdk。jdk是为ant编译时需要将“C:\Program Files\Java\jdk1.6.0_16\lib”目录下的tools.jar文件拷贝到“C:\Program Files\Java\jre6\lib”目...
分类:系统相关   时间:2014-05-10 06:52:53    阅读次数:384
phpstorm 和web storm汉化
http://www.jincaimao.com/cms-phpstorm-index.htmlphpStorm汉化方法:B1).找到X:\Program Files\JetBrains\PhpStorm\lib\resources_en.jarB2).复制一份为resources_cn.jar用r...
分类:Web程序   时间:2014-05-10 06:48:57    阅读次数:510
Pat(Advanced Level)Practice--1076(Forwards on Weibo)
Pat1076代码 题目描述: Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social network is formed with foll...
分类:其他好文   时间:2014-05-10 04:50:24    阅读次数:403
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!