摘要:
源代码: https://github.com/dpursehouse/pygerrit2 阅读全文
摘要:
文档生成工具: 自带的pydoc,比较差 建议使用sphinx 安装: pip install sphinx 安装主题: 由各种主题,我选择常用的sphinx_rtd_theme pip install sphinx_rtd_theme 使用方法: 1、创建文件夹doc:mkdir doc;cd d 阅读全文
摘要:
abc:abstract base class 文档:https://docs.python.org/zh-cn/3.7/library/abc.html 参考:https://www.cnblogs.com/wancy86/p/6269553.html?utm_source=itdadao&utm 阅读全文
摘要:
介绍 tenacity is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about 阅读全文
摘要:
安装:pip install munch 用法参考:https://github.com/Infinidat/munch Munch is a dictionary that supports attribute-style access, a la JavaScript.意思是支持"a.b"的写法 阅读全文
摘要:
支持多种语言:python、js、golang、java、c、c++ YAML 语言(发音 /ˈjæməl/ )的设计目标,就是方便人类读写。它实质上是一种通用的数据串行化格式。 它的基本语法规则如下。 大小写敏感 使用缩进表示层级关系 缩进时不允许使用Tab键,只允许使用空格。 缩进的空格数目不重 阅读全文
摘要:
参考这篇博客的打赏效果:https://www.cnblogs.com/BlueSkyyj/p/8143826.html 打赏插件:https://github.com/greedying/tctip 参考: https://www.cnblogs.com/mengfangui/p/7339303. 阅读全文
摘要:
https://junit.org/junit5/docs/current/user-guide/#overview-java-versions https://junit.org/junit5/ 中文版:https://sjyuan.cc/junit5/user-guide-cn/ spring 阅读全文
摘要:
使用command palette或者package control,可以管理插件:安装、更新、启动、关闭插件、卸载插件等 配置Package Control 配置举例: debug窗口,可以查看插件安装、更新的信息等 由于sublime不支持socks5,所以需要使用polipo中转以下: 参考: 阅读全文
摘要:
编辑Preferences > Package Settings > Package Control > Settings - User文件 码上 { "channels": [ "https://raw.githubusercontent.com/7t7t/channel_v3.json/mast 阅读全文