https://decodingmarkets.com/places-quantitative-trading-strategies/ Quantitative trading involves the use of mathematical calculations, data analysis ...
分类:
其他好文 时间:
2020-07-02 10:43:42
阅读次数:
54
在el-select中绑定@change事件 在change事件方法内写 this.newTemplateForm.resCode = val ? this.resNameArr.find(ele => ele.name val).orgId : ''; ...
分类:
其他好文 时间:
2020-07-02 09:33:39
阅读次数:
40
You have a total of n coins that you want to form in a staircase shape, where every k-th row must have exactly k coins. Given n, find the total number ...
分类:
其他好文 时间:
2020-07-01 23:59:14
阅读次数:
86
肿瘤基础 特点: 疾病,无线增殖 基因相关 细胞进化过程中发展异常,突变积累 概念: germline mutation: 生殖细胞突变 somatic mutation: 体细胞突变,不可遗传 driver mutation 关键突变 passenger mutation 无关紧要 二次打击学说: ...
分类:
其他好文 时间:
2020-07-01 23:38:46
阅读次数:
221
找出数组中重复的数字。 在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个数字重复了几次。请找出数组中任意一个重复的数字。 示例 1: 输入:[2, 3, 1, 0, 2, 5, 3]输出:2 或 3 限制: 2 ...
分类:
编程语言 时间:
2020-07-01 22:32:23
阅读次数:
63
其中:2env为使用virtualenv创建的虚拟环境,xxx.py为我要运行的python程序 (2env) [root@xxxx]$ /gunicorn xxx.pyCould not find platform dependent libraries <exec_prefix>Consider ...
分类:
其他好文 时间:
2020-07-01 20:46:07
阅读次数:
84
其中:lianxi目录为我已下载好各类的离线库包(按自己的使用需要去下载),ceshi2.txt是我本次想要安装的库列表,例:MarkupSafe==1.1.1 (2env) [root@xxxxx]$ pip install --no-index --find-links=lianxi -r ./ ...
分类:
其他好文 时间:
2020-07-01 20:28:21
阅读次数:
40
docker: https://www.cnblogs.com/qjfoidnh/p/12685060.html 在Linux中使用selenium(环境部署) 1、安装chrome 用下面的命令安装Google Chrome yum install https://dl.google.com/li ...
分类:
系统相关 时间:
2020-07-01 20:23:28
阅读次数:
58
捕获异常 1.读写文件的时候有很多容易出错的地方;如果你要打开的文件不存在,就会得到一个IOerror: >>> find = open('bad_file.txt') Traceback (most recent call last): File "<stdin>", line 1, in <mo ...
分类:
编程语言 时间:
2020-07-01 20:20:46
阅读次数:
82
1 <build> 2 <resources> 3 <resource> 4 <directory>src/main/java</directory> 5 <includes> 6 <include>**/*.properties</include> 7 <include>**/*.xml</inc ...
分类:
编程语言 时间:
2020-07-01 20:10:39
阅读次数:
240