
工程
文章平均质量分 61
jameskaron
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装github copilot等待时间过长
waiting for github authentication copilot...根据官网的配置方式在Pycharm中安装Copilot,使用的版本为PyCharm 2022.1、Copilot 2022 - 1.1.23.1570(目前的最新版本):copilot-docs/gettingstarted.md at main · github/copilot-docs · GitHub 官方提供的配置方式登录Github账号验证时,会一直显示“waiting for github authenti原创 2022-07-12 12:20:24 · 2431 阅读 · 0 评论 -
工程开发注意事项
1.模块开发不能割裂开整个工程,如何传入参数,还有log等都应该以全局来考虑; 2.模块中的某些参数要注意要多留意预先判断是否为null,不能说能获取结果就是对的; 3.SVN的融入要注意文件结构一致,方便teamate的download 4.注意性能调优...原创 2015-11-25 10:39:26 · 123 阅读 · 0 评论