编写python脚本,调试的时候需要打印json格式报文,直接打印看不出层次,可以使用json.dumps格式化打印 import json import requests def test_json(): r=requests.get('https://home.testing-studio.co ...
分类:
编程语言 时间:
2020-07-18 19:50:51
阅读次数:
71
一、download and upload to CentOS7 "mysql-8.0.20-1.el7.x86_64.rpm-bundle.tar" 二、install 1 [root@liuhonglei ~]# ls 2 anaconda-ks.cfg easy-mock mysql-8.0. ...
分类:
数据库 时间:
2020-07-18 13:42:31
阅读次数:
313
下载与解压 https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/ 选择对应版本之后,解压即可 配置 设置环境变量 vi /etc/profile export MAVEN_HOME=你的安装根目录 # 添加到PATH变量中 export ...
分类:
其他好文 时间:
2020-07-18 00:35:23
阅读次数:
77
##下载JDK 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html 安装JDK之后配置环境变量 打开环境变量在系统变量中添加 ###1. 新建JAVA_HOME 变量 变量名:JAVA ...
分类:
编程语言 时间:
2020-07-17 22:08:04
阅读次数:
86
1、编译 ./configure --prefix=/usr/local/nginx-1.8\ --with-http_stub_status_module\ (统计数据查看) --with-pcre=/opt/install/nginx/pcre-8.44\ (正则) --with-http_su ...
分类:
Web程序 时间:
2020-07-17 16:16:30
阅读次数:
71
一、Reading Jack seldom gets together with his friends. He usually stays at home with his pet dog, Lucky. They sometimes go for long walks in the park. ...
分类:
其他好文 时间:
2020-07-17 14:08:23
阅读次数:
76
公司硬盘不够用了,新买了一个存储,需要挂载到现在的系统上。前期的步骤运维已经全部搞定,在Linux下如何挂载,具体步骤如下: 1、查看是否已经分配 [root@localhost home]# fdisk -l 磁盘 /dev/sda:64.4 GB, 64424509440 字节,12582912 ...
分类:
系统相关 时间:
2020-07-17 11:35:14
阅读次数:
95
ylbtech-JavaScript-Tool-lhgDialog:动画示例 1.返回顶部 1、 ajax扩展示例 注:本页面中的示例使有的动画和ajax部分方法都使用jQuery库中相关的方法,所以使用本页面中的示例必须加载jQuery库,而独立版本的lhgDialog窗口组件不支持动画和ajax ...
分类:
编程语言 时间:
2020-07-16 21:59:00
阅读次数:
76
Linux下安装Redis 使用xshell连接Linux服务器 1 下载redis安装包,这里使用的是redis5.0.8版本 2 在linux下的/home目录下新建自己的一个目录 3 使用xftp将redis安装包上传到该目录 4将redis安装包移动到/opt目录下 /opt:这是给主机额外 ...
分类:
其他好文 时间:
2020-07-16 21:48:00
阅读次数:
62
通过归档日志定期增量同步数据实验: 一、再次实验从归档持续同步的方式:1.修改主库,开启归档,将日志归档到从库:archive_mode = onarchive_command = 'ssh 192.168.5.133 test ! -f /home/kingbase/test_fy/archive ...
分类:
数据库 时间:
2020-07-16 21:43:19
阅读次数:
166