curl http://localhost:6800/schedule.json -d project=default -d spider=somespider shell 命令请求转换为python 请求: request.post('http://localhost:6800/schedule. ...
分类:
其他好文 时间:
2020-07-03 00:38:20
阅读次数:
54
https://www.risk.net/quantitative-finance/7344891/quant-finance-masters-guide-2020 Risk.net’s guide to the world’s leading quant master’s programmes, ...
分类:
其他好文 时间:
2020-07-02 10:44:03
阅读次数:
79
Longman Hardly a week goes by without some food scare being reported in the media.Hardly a month goes by without another factory closing down. Collins ...
分类:
其他好文 时间:
2020-07-02 00:19:50
阅读次数:
84
关于游戏,有很多想说的,自己曾经也沉迷过一款手机游戏。偶然从网上看到有关游戏心里的文章。就稍微整合改写了一下以作学习记录 ...
分类:
其他好文 时间:
2020-07-01 20:08:21
阅读次数:
58
3.9.4 False Cause Fallacy It occurs when the “link between premises and conclusion depends on some imagined causal connection that probably does not e ...
分类:
其他好文 时间:
2020-07-01 14:12:14
阅读次数:
68
import unittest def sum_number(a, b): return a + b class MyTestCase(unittest.TestCase): # def test_something(self): # self.assertEqual(True, False) @c ...
分类:
编程语言 时间:
2020-07-01 00:08:35
阅读次数:
105
宝藏网站来源于b站UP主 “我是莫提" https://flatuicolors.com/ 前端配色参考网站 http://zhongguose.com/ 中国传统颜色网站 https://www.iconfont.cn/ 阿里矢量图标库网站 http://www.fontawesome.com.c ...
分类:
Web程序 时间:
2020-06-30 22:44:12
阅读次数:
93
mark标记 1.以下用例,标记test_send_http()为webtest # content of test_server.py import pytest @pytest.mark.webtest def test_send_http(): pass # perform some webt ...
分类:
其他好文 时间:
2020-06-28 00:05:25
阅读次数:
70
名称: 模板方法模式(Template Method Pattern) 问题: The Template Method pattern provides a method that allows subclasses to override parts of the method without r ...
分类:
其他好文 时间:
2020-06-27 20:10:54
阅读次数:
83
题目要求:数组中有10首歌曲。要求随机播放全部歌曲且不能重复播放。 笔试时时间比较紧,只想到了play1()这种思路(运气好还是通过了),play2()是后来想到的稍微比play1()强一点的思路,play3()是网上看到的思路不一样,所以也发了出来(附有原文链接,如果不同意可以删除)。 /** * ...
分类:
编程语言 时间:
2020-06-27 17:31:15
阅读次数:
112