07 2020 档案

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

点击右上角即可分享
微信分享提示