详细网址:https://blog.csdn.net/langyichen/article/details/100929250 安装网址:https://selenium-python-zh.readthedocs.io/en/latest/installation.html selenium 是一 ...
分类:
编程语言 时间:
2020-07-13 21:53:35
阅读次数:
95
1、合并所有测试集和训练集的文件: 使用cmd到所在盘下,输入copy *.CSV all_***.csv即可 2、单独提取异常数据列作为csv文件: import csvimport codecs#coding:utf-8with open("G:\\data_release\\train1.0\ ...
分类:
编程语言 时间:
2020-07-13 18:39:46
阅读次数:
85
centos6:rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm yum install zabbix-agent -y sed -i 's/Server=127. ...
分类:
其他好文 时间:
2020-07-13 14:04:01
阅读次数:
75
1、导入--maven-工程 前提 配置maven 重写setting.xml+首选项maven-2个地方 2、pom springcloud 使用 Finchley版本对 springboot 的版本依赖是 2.0.3.RELEASE 新建springboot项目的过程 使用github 1、右键 ...
分类:
编程语言 时间:
2020-07-13 13:59:24
阅读次数:
78
在Centos7.3系统上安装Jenkins服务器 1、选择操作系统: 这里选择7.3操作系统: 查看系统版本命令:cat /etc/redhat-release 2、安装jdk 首先,安装Jenkins必须要有一个前提条件:安装好JDK,并且最低是1.8以上的版本 提示:只能安装Java8与Jav ...
分类:
其他好文 时间:
2020-07-13 09:20:03
阅读次数:
81
Condition condition.await() > aqs.await():1、先addConditionWaiter(),把当前节点加入到Condition队列中(等待队列),waitStatus=-2,这个入队的流程和AQS有些类似,但是这里没有空的头结点,入队的线程节点自身就是头结点, ...
分类:
其他好文 时间:
2020-07-12 20:27:20
阅读次数:
67
官网下载: https://www.elastic.co/cn/downloads/past-releases/ 启动时可能遇到java mysql的时区问题 unrecognized or represents more than one time zone. You must configure ...
分类:
其他好文 时间:
2020-07-12 20:27:00
阅读次数:
75
Introduction This example demonstrates the multicodeword transmission and reception in the uplink. Parameters % Generate configuration for FRC A3-2 fr ...
分类:
其他好文 时间:
2020-07-12 16:51:37
阅读次数:
44
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:
其他好文 时间:
2020-07-12 15:08:26
阅读次数:
70
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: No ...