上一页 1 2 3 4 5 6 7 8 ··· 36 下一页
摘要: sonarqube静态代码扫描 环境配置 指导 sonarqube安装包:9.4 配置:https://blog.csdn.net/weixin_42182599/article/details/120037626 直接下载安装包:https://www.sonarqube.org/download 阅读全文
posted @ 2022-05-14 14:38 gtea 阅读(476) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_17612199/article/details/89786256 常见方法 context.WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) 指定时长超 阅读全文
posted @ 2022-05-14 10:26 gtea 阅读(271) 评论(0) 推荐(0)
摘要: https://blog.51cto.com/u_15127581/2741172 阅读全文
posted @ 2022-04-27 19:48 gtea 阅读(69) 评论(0) 推荐(0)
摘要: 原文链接:http://zhoubotong.site/post/3.html一. Golint介绍 Golint 是一个源码检测工具用于检测代码规范 Golint 不同于gofmt, Gofmt用于代码格式化 Golint会对代码做以下几个方面检查 package注释 必须按照 “Package 阅读全文
posted @ 2022-04-20 10:31 gtea 阅读(537) 评论(0) 推荐(0)
摘要: django.db.utils.OperationalError: (1045, “Access denied for user ‘root‘@‘localhost‘ https://blog.csdn.net/m0_61139217/article/details/124226011 阅读全文
posted @ 2022-04-17 21:55 gtea 阅读(81) 评论(0) 推荐(0)
摘要: 笔记做个记录,不做步骤说明: wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.8.zip unzip -q sonarqube-7.8.zip -d /data/ mv sonarqube-7.8/ s 阅读全文
posted @ 2022-04-17 19:00 gtea 阅读(29) 评论(0) 推荐(0)
摘要: 老话说在前头:工欲善其事,必先利其器。想要玩转 macOS 的终端,想要用的顺手、看着高端,折腾是必不可少的。 第一步,安装 HomeBrew 作为 macOS 必备的包管理工具,相信大家肯定已经很熟悉了,没安装的朋友可以执行下面命令装一下,安装过的可以执行下面命令可以进行更新。 1 /usr/bi 阅读全文
posted @ 2022-04-15 17:16 gtea 阅读(2486) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_42937522/article/details/115047025 阅读全文
posted @ 2022-04-14 14:09 gtea 阅读(26) 评论(0) 推荐(0)
摘要: redis简介 REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。 Redis 是一个开源的使用 ANSI C 语言编写、遵守 BSD 协议、支持网络、可基于内存、分布式、 阅读全文
posted @ 2022-04-13 19:45 gtea 阅读(77) 评论(0) 推荐(0)
摘要: 首先使用Home Brew安装Protobuf: brew install protobuf 安装好之后,查看是否安装成功 protoc --version 如果成功会有如下类似的版本号显示: libprotoc 3.1.0 这表明我安装成功,并且版本号是3.1.0。接着安装protobuf的gol 阅读全文
posted @ 2022-04-05 22:12 gtea 阅读(1074) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 36 下一页