2017-07-27 JAVA Maven的nexus配置 maven nexus123456789101112131415161718192021222324252627<repositories> <repository> <id>nexus</id> <name>nexus</name> <url>http://I... 阅读全文…
2017-07-27 JAVA Java的Oracle JDBC链接 MAVEN oracle jdbc12345678910# download oracle jdbc[addr](http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html)# create mvn dependency need GAVmvn install:install-file -DgroupI... 阅读全文…
2017-07-21 Linux SVN服务安装 SVN INSTALL1234567891011121314151617181920wget http://apache.fayea.com/subversion/subversion-1.9.5.tar.gztar zxvf subversion-1.9.5.tar.gzyum install apr apr-devel apr-util apr-util-devel -ycd subve... 阅读全文…
2017-05-11 Database PMM数据库监控安装 PMM INSTALL1234567891011121314151617181920212223242526272829303132333435363738394041424344yum install docker -yservice docker restart# create data containerdocker create \ -v /opt/prometheus/data... 阅读全文…