zoukankan
html css js c++ java
nexus代理地址整理
为给大家提供方便构建开源软件,分享下自己研究一些开源软件的时候,为方便构建搭建的nexus仓库以及代理地
名称
地址
apache-content-releases
https://repository.apache.org/content/repositories/releases/
apache-content-snapshots
https://repository.apache.org/content/repositories/snapshots/
atlassian-public
https://maven.atlassian.com/content/repositories/atlassian-public/
conjars
http://conjars.org/repo/
ibiblio
http://mirrors.ibiblio.org/maven2/
java.net
https://maven.java.net/content/groups/public/
meteorite-bi-release
http://repo.meteorite.bi/content/repositories/alabs-release-local/
meteorite-bi-snapshot
http://repo.meteorite.bi/content/repositories/alabs-snapshot-local/
olap4j-release
http://repo.meteorite.bi/content/repositories/olap4j-release/
olap4j-snapshots
http://repo.meteorite.bi/content/repositories/olap4j-snapshots/
OSChina
http://maven.oschina.net/content/groups/public/
pentaho-public-release
http://nexus.pentaho.org/content/repositories/pentaho-public-release-repos/
pentaho-repo
http://repository.pentaho.org/artifactory/repo/
pentaho-snapshot
http://nexus.pentaho.org/content/repositories/public-snapshots/
sonatype-public
https://oss.sonatype.org/content/groups/public/
xwiki-releases
http://nexus.xwiki.org/nexus/content/repositories/releases/
xwiki-snapshots
http://nexus.xwiki.org/nexus/content/repositories/snapshots/
查看全文
相关阅读:
js修改input的type属性问题(兼容所有浏览器,主要用于密码类的默认有提示文字的效果)
让一个div始终固定在页面的某一固定位置的方法
js在IE8+兼容String没有trim方法,写一个兼容ie8一下的浏览器的trim()方法
js用new Object创建json数据
js+php实现文件上传显示文件上传进度条的插件
关于一个页面的tab切换整体页面刷新而tab标签处是同一个文件怎么做焦点的问题
B树及2-3树的python实现
二叉查找树转变为有序双向链表
Django中的静态文件管理
Django文档——Model中的ForeignKey,ManyToManyField与OneToOneField
原文地址:https://www.cnblogs.com/ilinuxer/p/6536510.html
最新文章
ubuntu 安装软件
如何识别高级的验证码
使用tesseract-ocr破解网站验证码
rpc简介、原理、实例
Windows进程间各种通信方式浅谈
进程间通信方式
C#中,子线程与主线程之间的通信是如何实现(转)
WinForm,在另一个线程中更新Form中的数据(转)
子线程通知主线程的方法
C#子线程执行完后通知主线程(转)
热门文章
c#子线程执行完怎么通知主线程(转)
PHP上传文件 Error 6解决方法 (转)
通用的调用WebService的两种方法。(调用别人提供的wsdl)(转)
c# 调用mysql数据库验证用户名和密码
Windows 7下安装MySQL Server卡在Apply Security Settings的解决方案(转)
MySQL安装时出现Apply Security Settings错误的解决办法(转)
form的验证包括手机号邮箱等等
js 时间格式与时间戳的相互转换和计算几天后的日期是哪一天
js正则表达式判断一个字符串是否是正确的有数字和小数点组成的金钱形式和 判读数值类型的正则表达式
js判断字符是否存在汉字的方法
Copyright © 2011-2022 走看看