摘要: Git cherry-pick $ git log --branches=*feature/v1.2* --since 2020-04-20 --until 2020-04-23 --pretty=format:"%an %h %aD %s " --reverse |grep -i "[author 阅读全文
posted @ 2020-03-06 18:33 PanPan003 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 原文:PostgreSQL 数据库开发规范 命名规范 强制】库名、表名限制命名长度,建议表名及字段名字符总长度小于等于63。 【强制】对象名(表名、列名、函数名、视图名、序列名、等对象名称)规范,对象名务必只使用小写字母,下划线,数字。不要以pg开头,不要以数字开头,不要使用保留字。保留字参考htt 阅读全文
posted @ 2020-03-06 18:29 PanPan003 阅读(9853) 评论(0) 推荐(0) 编辑
摘要: 原文链接:C# 编码约定(C# 编程指南) 英文版:C# Coding Conventions (C# Programming Guide) Coding conventions serve the following purposes: They create a consistent look 阅读全文
posted @ 2020-03-06 18:28 PanPan003 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 官方文档:Install FxCop analyzers in Visual Studio 1.安装 & 设置成功 2.release版本中删除相关Dll =》项目需要放到docker中,避免每次提交image过大,降低工作效率,故仅在debug时,才加入dll。 2.2.1 方式:编辑项目文件.c 阅读全文
posted @ 2020-03-06 18:22 PanPan003 阅读(675) 评论(0) 推荐(0) 编辑