07 2020 档案
摘要:flag package main import ( "flag" "github.com/kataras/iris/v12" ) // 需要配合 flag.Parse() 使用 var port = flag.String("port", "8080", "The address to liste
阅读全文
摘要:Allure 官网 allure-commandline下载地址(下载后bin目录加入PATH中) demo 命令 $ allure --version # 生成报告(自动在浏览器中打开) $ allure serve /home/path/to/project/target/surefire-re
阅读全文
摘要:配置端口转发 # 用法 $ netsh interface portproxy ? # 增加 $ netsh interface portproxy add v4tov4 listenport=38080 connectaddress=10.128.38.219 connectport=38080
阅读全文
摘要:使用maven-shade-plugin打包之后,Config.class.getClassLoader().getResource("")报空指针异常 https://www.jianshu.com/p/1ea8ce524eb1 https://stackoverflow.com/question
阅读全文