摘要:
本文将介绍一种ubuntu系统设置个人程序自启动的配置方法: ubuntu开机自启时会加载/etc/profile文件,该文件有一段程序描述的是执行/etc/profile.d目录下的sh脚本,可以利用该功能启动个人写作的脚本。 if [ -d /etc/profile.d ]; then for 阅读全文
摘要:
背景: 使用jenkins集成sonarQube对项目代码进行扫描,在统计go代码覆盖率时结果上报到sonarQube为0, 报错内容:File 'xxx/xxx.go' is not included in the project, ignoring coverage 过程: 1.go单元测试生成 阅读全文