#Jar

Hibernate所用15个jar包

Hbernate3.jar-------------------核心包antlr.jar----------------------------语言转换工具,hibernate用他将hql语句转换为sql语句dom4j.jar--------------------------解析xml文档的工具ehcahe.jar-...
代码星球 代码星球·2020-12-26

struts-2.3.24.1中的jar的详解

Struts2.3.24.1核心Jar包详解antlr-2.7.2.jar               语言转换工具,它是接受词文法语言描述,并能产生识别这些语言的语句的...

Spring3.0 核心jar包详解

org.springframework.aop 包含在应用中使用Spring的AOP特性时所需的类。org.springframework.asm  Spring独立的ASM程序,Spring2.5.6的时候需要asmJar包,3.0开始提供他自己独立的asmJar[注:ASM(Assem...

Spring 依赖的Jar包简介

 Spring的依赖关系依赖关系分组JAR文件说明antant.jar,ant-junit.jar,ant-launcher.jarSpring采用ApacheAnt作为其构建工具,还用来完成大量其它任务如文档生成和测试执行等。运行时Ant根本不起作用,因此发布应用时无需包含该JAR文件。aopallianc...

使用maven命令打包可执行jar方法

在pom.xml增加如下内容:<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-assembly-plugin</artifactId><configuration&...

jmeter 调用jar包 本地加密

1、将自己搞好的加密包,扔到jmeter目录/lib/ext文件夹中2、选择引入加密包 3、添加BeanShellSampler和DebugSampler,使用BeanShellSampler调用jar包里面的方法、 关于beanshell怎么写,百度之 4、查看结果树 &nbs...

运行re-sign.jar重签名工具报错ERROR:Cannot run program "D:sdk oolszipalign

今天在使用这个拖拽到具,把apk文件拖到re-sign.jar运行打开的界面,报错如下:解决方案:下载一个zipalign.exe放到tools目录下面就可以了 ...

maven 引入qrcode.jar

  mvn install:install-file -Dfile=e:QRCode.jar-DgroupId=QRCode -DartifactId=QRCode -Dversion=3.0 -Dpackaging=jar  &...
代码星球 代码星球·2020-12-10

eclipse打包插件net.sf.fjep.fatjar

eclipse打包插件安装1)将net.sf.fjep.fatjar_0.0.32.jar拷贝到eclipse安装目录中的plugins目录下,然后重启eclipse即可。 软件获取方式:链接:https://pan.baidu.com/s/1yC1jfn4vqZHBBx29Epg5lw提取码:45xl复制这段内容后打...

提高Maven下载jar包的速度

  打开项目所配置的maven包下conf目录下的settings.xml  找到 <mirrors>标签添加一下内容:1<!--阿里云仓库-->2<mirror>3<id>alimaven</id>4<...

ModuleNotFoundError: No module named 'jaraco.text'

 pip3.7installjaraco.text  参考:https://pypi.org/project/jaraco.text/...

ModuleNotFoundError: No module named 'jaraco.classes'

 pip3.7installjaraco.classes  参考:https://www.cnpython.com/pypi/jaracoclasses...

jar第三方组件Dependency-check依赖检查工具

http://www.mianhuage.com/913.html 工具下载http://dl.bintray.com/jeremy-long/owasp/ ...

java动态加载jar文件

publicstaticvoidmain(String[]args)throwsIllegalAccessException,IllegalArgumentException,InvocationTargetException,NoSuchMethodException,SecurityException,ClassN...

eclipse手动添加本地jar包到本地maven仓库

在使用maven进行构建项目时,有时候中央仓库不包含所需的jar包,就需要下载到本地后手动添加到本地仓库中。这里介绍下利用eclipse进行本地jar安装到maven本地仓库。在Eclipse项目中点击右键,选择import,如图:选中Maven下的InstallordeplyanartifacttoaMavenrep...
首页上一页...56789...下一页尾页