1、从服务器下载文件 scp username@servername:/path/filename /tmp/local_destination 例如:scp codinglog@192.168.0.101:/home/kimi/test.txt 把192.168.0.101上的/home/kimi ...
分类:
Web程序 时间:
2020-08-25 15:41:37
阅读次数:
53
环境:salt-master:centos7.8salt-minion(2台):centos6.10salt-minion(1台):centos7.8关闭selinux和firewalld,iptables开放4505和4506端口目的:通过salt-master实现对salt-minion的批量自动安装mysql步骤(都在master执行):1,检测连通性salt‘*‘test.
分类:
数据库 时间:
2020-08-24 16:46:46
阅读次数:
73
Job:控制Pod完成工作 Begin: kubectl explain job.spec Job基础Yaml apiVersion: batch/v1 kind: Job metadata: name: batch-job namespace: controller-test spec: temp ...
分类:
其他好文 时间:
2020-08-20 19:27:01
阅读次数:
140
create-react-app脚手架创建的项目有sass配置项,使用的时候只需要装包即可,下面是less使用的方法 由于 create-react-app 脚手架中并没有配置关于 less 文件的解析,所以我们需要自己进行配置。需要安装的插件 less, less-loader。 1、安装less ...
分类:
其他好文 时间:
2020-08-20 18:22:56
阅读次数:
97
Introduction The CQI reporting performance test defined in TS36.101 Section 9.3.2.1.1. The performance requirements of the test are as follows: a CQI ...
分类:
其他好文 时间:
2020-08-20 18:21:03
阅读次数:
85
1.su 命令:解决切换用户身份的需求,使得当前用户在不退出登录的情况下,顺畅地切换到其他用户。 比如从root 管理员切换至普通用户: [root@Centos test]# id uid=0(root) gid=0(root) groups=0(root) context=unconfined_ ...
分类:
其他好文 时间:
2020-08-19 19:55:44
阅读次数:
58
1.Curl 命令 # 建立索引 [root@dbtest01 ~]# curl -XPUT 'http://10.0.0.121:9200/test' # 插入数据 [root@dbtest01 ~]# curl -XPUT 'localhost:9200/student/user/1?prett ...
分类:
其他好文 时间:
2020-08-19 19:53:11
阅读次数:
64
1)概要 1、可以执行一个模块执行一个模块是一个.py文件(\) 2、可以执行里面一个目录执行,选择一个目录里面所有符合条件的用例进行执行 挑选的规则就是test_开头或者以这个_test结尾 可以指定多个子目录一起运行(\) 3、也可以指定到类(::) 4、可以执行到类里面的方法(::) 5、可以 ...
分类:
其他好文 时间:
2020-08-19 19:08:08
阅读次数:
57
一、CART算法的实现 #encoding:utf-8 from sklearn.model_selection import train_test_split from sklearn.metrics import accuracy_score from sklearn.tree import D ...
分类:
编程语言 时间:
2020-08-18 15:46:03
阅读次数:
110
1、开发工具 编辑器:dw:省事儿、控件的拖动 sublime:文艺青年喜欢用 webstorm:编辑快速 Hbuilder:快、生成安装包 Vscode:逻辑性高、各个公司都用(最终选择它) 五大主流浏览器:火狐浏览器 ————因为内核不同 Geoko 谷歌浏览器(最终选择它) Webkit->B ...
分类:
Web程序 时间:
2020-08-18 13:53:54
阅读次数:
94