上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 110 下一页
摘要: 源代码: https://github.com/dpursehouse/pygerrit2 阅读全文
posted @ 2019-02-18 23:03 脚本小娃子 阅读(2211) 评论(0) 推荐(0) 编辑
摘要: 文档生成工具: 自带的pydoc,比较差 建议使用sphinx 安装: pip install sphinx 安装主题: 由各种主题,我选择常用的sphinx_rtd_theme pip install sphinx_rtd_theme 使用方法: 1、创建文件夹doc:mkdir doc;cd d 阅读全文
posted @ 2019-02-14 18:49 脚本小娃子 阅读(3140) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-02-14 11:26 脚本小娃子 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 介绍 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 阅读全文
posted @ 2019-02-14 11:22 脚本小娃子 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 安装:pip install munch 用法参考:https://github.com/Infinidat/munch Munch is a dictionary that supports attribute-style access, a la JavaScript.意思是支持"a.b"的写法 阅读全文
posted @ 2019-02-14 11:03 脚本小娃子 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 支持多种语言:python、js、golang、java、c、c++ YAML 语言(发音 /ˈjæməl/ )的设计目标,就是方便人类读写。它实质上是一种通用的数据串行化格式。 它的基本语法规则如下。 大小写敏感 使用缩进表示层级关系 缩进时不允许使用Tab键,只允许使用空格。 缩进的空格数目不重 阅读全文
posted @ 2019-02-13 20:33 脚本小娃子 阅读(5464) 评论(0) 推荐(0) 编辑
摘要: 参考这篇博客的打赏效果:https://www.cnblogs.com/BlueSkyyj/p/8143826.html 打赏插件:https://github.com/greedying/tctip 参考: https://www.cnblogs.com/mengfangui/p/7339303. 阅读全文
posted @ 2019-02-13 19:59 脚本小娃子 阅读(193) 评论(0) 推荐(0) 编辑
摘要: https://junit.org/junit5/docs/current/user-guide/#overview-java-versions https://junit.org/junit5/ 中文版:https://sjyuan.cc/junit5/user-guide-cn/ spring 阅读全文
posted @ 2019-02-13 12:06 脚本小娃子 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 使用command palette或者package control,可以管理插件:安装、更新、启动、关闭插件、卸载插件等 配置Package Control 配置举例: debug窗口,可以查看插件安装、更新的信息等 由于sublime不支持socks5,所以需要使用polipo中转以下: 参考: 阅读全文
posted @ 2019-02-12 14:20 脚本小娃子 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 编辑Preferences > Package Settings > Package Control > Settings - User文件 码上 { "channels": [ "https://raw.githubusercontent.com/7t7t/channel_v3.json/mast 阅读全文
posted @ 2019-02-12 11:16 脚本小娃子 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 110 下一页