maven中pom解析
摘要:pom.xml 文件格式 <project> <parent> ... </parent> <modelVersion>4.0.0</modelVersion> <!-- The Basics --> <groupId>...</groupId> <artifactId>...</artifactI
阅读全文
posted @
2016-05-30 11:06
shininguang
阅读(491)
推荐(0)
如何在系统启动时完成资源加载
摘要:转自http://blog.arganzheng.me/posts/how-to-init-right-after-system-startup.html 背景 在我们的应用中,经常有这样的场景,就是需要在应用启动的时候就预先加载某些资源,如果加载失败,应用都不需要启动了。这些资源的加载,我们都会把
阅读全文
posted @
2016-05-24 09:48
shininguang
阅读(361)
推荐(0)
linux部署jdk脚本文件
摘要:转自:http://futeng.iteye.com/blog/2064143 需求 一键安装脚本 脚本即安装文件已经备份到云端 installJDK.sh Shell代码 #!/bin/bash # shell script to install jdk (default version jdk-
阅读全文
posted @
2016-05-12 09:55
shininguang
阅读(460)
推荐(0)