6.set#集合# set三大要素:不能有重复的元素# 无序# 每个值都必须是不可变类型# # 1.交集 &# # 2.并集 |# # 3.差集 {}-{}# # 4.对称差集 ^# # 5.父集和子集 >=为父集(包含的关系)# # 6.去重# 去重具有局限性:# 会打乱原值的顺序# 去重的对象只 ...
分类:
编程语言 时间:
2018-09-18 22:37:06
阅读次数:
152
实验环境: 1、安装apache 1.1 安装apache 1.2 启动apache服务 1.3 设置httpd服务开机启动 1.4 查看服务状态 1.5 防火墙设置开启80端口 1.6确认80端口监听中 1.8 查服务器IP 1.9 浏览器登陆 2、安装mysql 2.1安装mysql 2.2 开 ...
分类:
其他好文 时间:
2018-09-17 17:45:57
阅读次数:
176
curl -XGET '192.168.1.102:9200/_cat/indices?v&pretty' curl -XDELETE 'http://192.168.1.102:9200/log*' curl -XGET "http://192.168.1.102:9200/logstash-20 ...
分类:
其他好文 时间:
2018-09-17 11:44:30
阅读次数:
261
硬件:恒丰锐科开发板hfrk2410_A1.1 软件:linux-2.6.32.27 cs8900网卡移植: cs8900源代码下载(我修改过后的): http://pan.baidu.com/s/1o6uK4XW 将cs8900驱动源代码文件拷贝至drivers/net/,修改drivers/ne ...
分类:
系统相关 时间:
2018-09-14 23:11:01
阅读次数:
255
例子(怎么构造决策树): Info(D) = -(9/14) * log(9/14) - (5/14) * log(5/14) = 0.940 bits Info_age(D) = (5/14) * (-(2/5) * log(2/5) - (3/5) * log(3/5)) + (4/14) * ...
分类:
编程语言 时间:
2018-09-14 20:01:28
阅读次数:
186
暴力 Solved 23 / 39 A CodeForces 568D Sign Posts Solved 24 / 28 B CodeForces 589B Layer Cake Solved 24 / 35 C CodeForces 594C Edo and Magnets Solved 23 ...
分类:
其他好文 时间:
2018-09-14 13:15:32
阅读次数:
341
1 // For example, consider a scalar error e = k - x'y, where both x and y are 2 // two-dimensional column vector parameters, the prime sign indicates ... ...
分类:
其他好文 时间:
2018-09-13 15:05:27
阅读次数:
1242
纯记录: 因为之前用windows,想学习下appium,奈何手机iphone,所以干脆把之前学习selenium的环境弄到mac上,也好顺便搭建appium 。写下来记录下 安装python3.6 ,度娘安装包,安装 然后安装selenium, 在终端里输入: sudo easy_install ...
分类:
移动开发 时间:
2018-09-11 23:55:33
阅读次数:
261
目前在项目中发现一个大坑,搞的我找了好久不知道因为什么,自用的reset.css中加入了 -webkit-appearance: none;其他所有表单没有出现问题,但checkbox会不显示,值改为checkbox或去掉该样式之后问题解决,不知道是否为浏览器更新之后出现的bug,因为以前并没有出现 ...
分类:
移动开发 时间:
2018-09-11 14:09:37
阅读次数:
259
How to use Heavy Duty Diagnostic CAR FANS C800 Diagnostic Scan Tool to do diagnosis operation Here is the post of introducing how to use CAR FANS C800 ...
分类:
其他好文 时间:
2018-09-11 11:16:34
阅读次数:
208