- 浏览: 190438 次
- 性别:
- 来自: 上海
文章分类
- 全部博客 (83)
- J2EE/Core Java (24)
- J2EE/Portal (2)
- J2EE/UI (4)
- J2EE/ATG (1)
- J2EE/Report (1)
- J2EE/Web Service/Rest API (2)
- Design Pattern (2)
- Arithmetic (4)
- Linux (12)
- Ruby&Rails (17)
- Database (5)
- J2EE/Payment (1)
- J2EE/JVM (1)
- Encryption/Decryption (3)
- J2EE/Multi Threading (4)
- SQL (1)
- https://community.teamviewer.com/t5/Knowledge-Base/Where-can-I-download-older-TeamViewer-versions-nbsp/ta-p/7729 (0)
最新评论
1. 安装
地址http://www.sonatype.org/nexus/
解压之后先安装服务,每次开机自动启动
然后查看日志,应该自动启动
start-nexus.bat,stop-nexus.bat开始停止脚本
2. 所有maven应用都使用nexus的配置
copy一份settings.xml到C:\Documents and Settings\caiwen\.m2
settings.xml中添加mirror
添加profile
激活profile
3. 为了eclipse能够搜索本地仓库,需要enable索引
然后新建一个定时任务,发布索引
这样重启eclipse会更新nexus的索引
4. 上传第三方jar
地址http://www.sonatype.org/nexus/
解压之后先安装服务,每次开机自动启动
引用
nexus-2.1.1\bin\jsw\windows-x86-32\install-nexus.bat
然后查看日志,应该自动启动
console-nexus.bat
start-nexus.bat,stop-nexus.bat开始停止脚本
2. 所有maven应用都使用nexus的配置
copy一份settings.xml到C:\Documents and Settings\caiwen\.m2
settings.xml中添加mirror
<mirror> <id>nexus</id> <mirrorOf>*</mirrorOf> <url>http://localhost:8081/nexus/content/groups/public</url> </mirror>
添加profile
<profile> <id>nexus</id> <repositories> <repository> <id>nexus</id> <name>nexus</name> <url>http://central</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>nexus</id> <name>nexus</name> <url>http://central</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </pluginRepository> </pluginRepositories> </profile>
激活profile
<activeProfiles> <activeProfile>nexus</activeProfile> </activeProfiles>
3. 为了eclipse能够搜索本地仓库,需要enable索引
然后新建一个定时任务,发布索引
这样重启eclipse会更新nexus的索引
4. 上传第三方jar
发表评论
-
Start tomcat with port 80 without Linux root user-Use iptables mapping
2016-05-25 17:39 869引用In linux system. only root us ... -
Format XML in JAVA
2016-01-11 12:23 627public static String format ... -
HttpURLConnection下载文件
2015-08-07 11:25 830public class HttpDownloadUtilit ... -
Ehcache RMI Replicated Cluster(RMI集群)
2013-04-25 23:39 1096引用本文是ehcache RMI集群的例子,导入附件中的jav ... -
Integrete unitils for database(dao) testing
2013-02-01 18:39 1722引用Database testing Unit tests f ... -
JAXB入门
2012-10-16 11:59 819引用jaxb是一个读写xml的工具,还可以提供验证,不需要额外 ... -
Freemarker使用入门
2012-10-16 11:54 1052引用freemarker是一种模板标记工具,可以做页面静态化, ... -
perforce java api使用
2012-10-16 11:43 1285引用perforce是种版本管理软件,提供啦完整的java a ... -
XPath 入门
2012-10-16 11:29 909引用xpath可以快速定位获取XML文件中指定属性和值,jdk ... -
Java File Diff-diffutils
2012-09-27 17:35 75371. Maven Dependency <depende ... -
XSD 入门使用
2012-09-18 23:20 813<?xml version="1.0" ... -
File Demo
2012-06-25 22:55 1354package org.springside.examples ... -
Java 访问sharepoint webservice(NTLM & SSL)
2012-06-12 09:47 3805引用遇到需要使用java访问微软的sharepoint的web ... -
Selenium Web Driver入门
2012-05-27 23:17 58851 What is Selenium? 引用Selenium ... -
HttpClient4.1.2 & HtmlUnit2.9 处理文件下载
2012-01-09 18:18 1062TestCode import java.io.Fi ... -
HttpClient4.1.2 & HtmlUnit2.9 NTLM 验证 和 Httpclient4.1.2 https/SSL
2012-01-09 18:13 16291. HttpClient4.1.2 & HtmlUn ... -
HttpClient4登陆ITeye
2012-01-08 23:33 1928import java.io.IOException; im ... -
Spring2集成测试
2011-08-25 22:21 795Spring2测试类继承层次 集成测试例子 public ... -
Learning EasyMock3.0 By Official Example
2011-08-24 16:48 1413Maven Installation+ add followi ... -
Maven+jetty+jrebel+m2eclipse+eclipse搭建struts2开发环境
2011-08-11 11:18 4172引用Maven:项目构建工具,通过pom.xml可以自动维护j ...
相关推荐
apache-hive-2.1.1-bin.tar apache-hive-2.1.1-bin.tar apache-hive-2.1.1-bin.tarapache-hive-2.1.1-bin.tar apache-hive-2.1.1-bin.tar apache-hive-2.1.1-bin.tarapache-hive-2.1.1-bin.tar apache-hive-2.1.1-...
开发工具 commons-dbcp2-2.1.1开发工具 commons-dbcp2-2.1.1开发工具 commons-dbcp2-2.1.1开发工具 commons-dbcp2-2.1.1开发工具 commons-dbcp2-2.1.1开发工具 commons-dbcp2-2.1.1开发工具 commons-dbcp2-2.1.1开发...
标题 "nexus-2.1.1-bundle.zip" 提供的信息表明,这是一个与Nexus相关的软件包,版本为2.1.1。Nexus是Sonatype公司开发的一款开源的软件仓库管理工具,广泛用于Maven、Gradle等构建工具的依赖管理和部署。这个zip...
02、hive-exec-2.1.1-cdh6.3.1.jar 03、hive-jdbc-2.1.1-cdh6.3.1.jar 04、hive-jdbc-2.1.1-cdh6.3.1-standalone.jar 05、hive-metastore-2.1.1-cdh6.3.1.jar 06、hive-service-2.1.1-cdh6.3.1.jar 07、libfb303-...
标题中的"cling-support-2.1.1.jar和cling-core-2.1.1.jar"是两个关键的Java档案文件,它们属于一个用于电视投屏功能的软件开发库。在这个场景下,"cling"是一个开源的Java库,专门设计来处理DLNA(Digital Living ...
hive-jdbc-2.1.1-cdh6.2.0(ieda等jdbc链接hive2.1.1);cdh6.2.0安装的hive2.1.1
phantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-windowsphantomjs-2.1.1-...
文件包含: nacos-server-2.1.1.tar.gz nacos-server-2.1.1.zip nacos-server-2.1.1Source code(zip) nacos-server-2.1.1Source code(tar.gz)
《jQuery 2.1.1:官方版本与精简版解析》 jQuery,这个小巧而强大的JavaScript库,自2006年发布以来,已经成为了Web开发者不可或缺的工具。本次我们关注的是其2.1.1版本,包含了两个主要文件:`jquery-2.1.1.js`和`...
该资源为numpy-2.1.1.tar.gz,欢迎下载使用哦!
赠送原API文档:mybatis-spring-boot-autoconfigure-2.1.1-javadoc.jar; 赠送源代码:mybatis-spring-boot-autoconfigure-2.1.1-sources.jar; 赠送Maven依赖信息文件:mybatis-spring-boot-autoconfigure-2.1.1....
hive-exec-2.1.1-cdh6.3.1.jar
通过导入jar包,连接hive数据库驱动,DbVisualizer连接Hive数据库所需jar包,包含:hadoop-common-2.2.0.jar,hive-jdbc-2.1.1-standalone.jar,hive-jdbc-2.1.1.jar,满足日常hive查询需求。
赠送原API文档:commons-configuration2-2.1.1-javadoc.jar; 赠送源代码:commons-configuration2-2.1.1-sources.jar; 赠送Maven依赖信息文件:commons-configuration2-2.1.1.pom; 包含翻译后的API文档:commons-...
qt-vs-tools-msvc2013-2.1.1 安装以后就可以在Visual Studio中找到QT VS TOOLS了。 软件的具体功能问百度吧。
压缩包内的其他两个文件,p3c-pmd-2.1.1-jar-with-dependencies.jar包含了所有必要的依赖,方便用户直接运行;p3c-pmd-2.1.1-javadoc.jar则提供了API的详细文档,对于开发者理解插件的工作原理和如何自定义规则非常...
windows版本通用工具,在官网下载巨慢总断的可以在这里下载。此工具可以爬取js渲染的页面,值的拥有。官网链接:...content-disposition=attachment%3B%20filename%3D%22phantomjs-2.1.1-windows.zip%22
JavaEE源代码 commons-collections-2.1.1JavaEE源代码 commons-collections-2.1.1JavaEE源代码 commons-collections-2.1.1JavaEE源代码 commons-collections-2.1.1JavaEE源代码 commons-collections-2.1.1JavaEE源...
标题中的"jquery-2.1.1-vsdoc.js"和"jquery-2.1.1.js"是jQuery库的两个不同版本。jQuery是一个广泛使用的JavaScript库,它简化了HTML文档遍历、事件处理、动画以及Ajax交互。版本号"2.1.1"表明这是jQuery的2.x系列的...