Loading...
/**读取指定目录下的文件@param path 文件的路径@return 文件内容@throws IOException */public static String readFile(File path) throws IOException{ //创建一个输入流对...
1 设置新的版本号mvn versions:set -DnewVersion=1.7-SNAPSHOT2 撤销设置mvn versions:revert3 提交设置mvn versions:commit
https://www.51mimu.com/html/news/1941.htmlhttps://my.oschina.net/u/4455409/blog/4753365https://www.cnblogs.com/linjundey/p/14054756.html
git init # 初始化本地git仓库(创建新仓库)git config --global user.name "xxx" # ...
Properties prop = new Properties(); InputStream in = Object.class.getResourceAsStream("/application.yml"); if (in != nu...
最新方法,可以直接按端口关闭,实际上是用下面的2个步骤用变量结合,将如下代码新建一个txt放进去,并且后缀改成bat即可使用@echo off set port=7772 for /f "tokens=1-5" %%i in ('netstat -ano...