Loading

随笔分类 -  Other

摘要:Repo releases https://github.com/:owner/:repo/releases.atom Repo commits https://github.com/:owner/:repo/commits.atom Private feed (You can find Subsc 阅读全文
posted @ 2022-04-13 11:24 Convict 阅读(120) 评论(0) 推荐(0)
摘要:在pycharm中,如果py文件以 test 开头,则运行时会使用pytest执行,pycharm关闭pytest方式如下 File → Settings → Tools → Python Intergrated Tools,右边Testing选择Unittests即可 阅读全文
posted @ 2021-10-24 12:55 Convict 阅读(1663) 评论(0) 推荐(0)
摘要:wget 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.c 阅读全文
posted @ 2020-12-11 15:29 Convict 阅读(2416) 评论(0) 推荐(0)
摘要:[repositories] local aliyun: https://maven.aliyun.com/repository/public oschina: http://maven.oschina.net/content/groups/public/ osgeo: https://repo.o 阅读全文
posted @ 2020-12-05 16:11 Convict 阅读(897) 评论(0) 推荐(0)
摘要:两种项目都是一样的,都是maven项目,所以主要是找到pom.xml,项目最好先放在idea的工作目录下,且工作目录最好为英文 1.打开idea,选择import project 2.把项目放到idea的工作空间下,找到项目的pom.xml 双击或者点击ok 3.打钩 4. 5. 6. 7. 8.为 阅读全文
posted @ 2019-03-30 11:00 Convict 阅读(1775) 评论(0) 推荐(0)
摘要:Matching breackets highlight = 匹配括号突出显示 Completion proposal background = 提示框背景色 Completion proposal foreground = 提示框前景色(即提示框的字体颜色) Parameter hints bac 阅读全文
posted @ 2019-03-26 20:02 Convict 阅读(1071) 评论(0) 推荐(0)
摘要:Global Styles Indent guideline style 缩进参考线的颜色Brace highlight style 鼠标指针在框架左右时框架的颜色(如css中{} js中的())Bad brace color 错误的框架的颜色(如js中{}里面有错误,这个{}的颜色)Current 阅读全文
posted @ 2019-01-23 14:38 Convict 阅读(1351) 评论(0) 推荐(0)
摘要:下面是谷歌浏览器与chromedriver的版本对应关系,供参考: ChromeDriver v2.45 (2018-12-10) Supports Chrome v70-72ChromeDriver v2.44 (2018-11-19) Supports Chrome v69-71ChromeDr 阅读全文
posted @ 2019-01-04 16:26 Convict 阅读(1916) 评论(0) 推荐(0)
摘要:百度百科解释: rest:REST即表述性状态传递(英文:Representational State Transfer,简称REST)是Roy Fielding博士在2000年他的博士论文中提出来的一种软件架构风格。它是一种针对网络应用的设计和开发方式,可以降低开发的复杂性,提高系统的可伸缩性。 阅读全文
posted @ 2018-11-10 17:15 Convict 阅读(1918) 评论(0) 推荐(0)