rsync格式: # 拷贝本地文件。当SRC和DES路径信息都不包含有单个冒号”:”分隔符时就启动这种工作模式。如:rsync -a /data /backup rsync [OPTION]... SRC DEST # 使用一个远程shell程序(如rsh、ssh)来实现将本地机器的内容拷贝到远程机 ...
分类:
其他好文 时间:
2021-01-08 10:33:58
阅读次数:
0
前端thymeleaf下拉框select、input框中的date类型js回显问题 1. thymeleaf下的select回显 <select id="genderSelect" name="sizeSelect" class="selectpicker" title="请选择" data-dro ...
分类:
Web程序 时间:
2021-01-07 12:37:23
阅读次数:
0
option = { series: [ { type: "gauge", center: ["50%", "45%"], // 仪表位置 radius: "80%", //仪表大小 startAngle: 200, //开始角度 endAngle: -20, //结束角度 axisLine: { ...
分类:
其他好文 时间:
2021-01-07 12:07:01
阅读次数:
0
option = { tooltip: { show: true, formatter: "{a}:{d}%" }, series: [ { name: '销量3', type: 'pie', hoverAnimation: false, //鼠标移入变大 clockWise: false, rad ...
分类:
其他好文 时间:
2021-01-07 12:02:18
阅读次数:
0
DDL:操作数据库和表 drop alter create DML:增删改数据库表的记录 insert update delete DQL:查询表中的记录 select DCL:管理用户、授权 grant 查询 查询表中的所有的行和列的数据 selectfrom 表名; selectfrom stu ...
分类:
数据库 时间:
2021-01-07 12:01:12
阅读次数:
0
环境: mac book pro + windows10操作系统,jdk1.8,Intellij IDEA 2017.2.5,jmeter3.3 下载jmeter源码包 jmeter源码下载地址,http://jmeter.apache.org/download_jmeter.cgi,按如下图操作。 ...
分类:
其他好文 时间:
2021-01-07 11:51:06
阅读次数:
0
读取ini文件 ini文件中可以存在以#和;作为注释的部分,不会影响读取的结果。函数如下 1 #!/usr/bin/env bash 2 # 3 # FileName : Bash读取ini文件.sh 4 # Author :hpy 5 # Date :2020年11月08日 6 # Descrip ...
分类:
其他好文 时间:
2021-01-05 11:22:25
阅读次数:
0
public static void main(String[] args) throws APIConnectionException, APIRequestException { pushNotice("","baojing","网页内容","网页标题"); } private static f ...
分类:
其他好文 时间:
2021-01-02 11:07:26
阅读次数:
0
1、修改MySQL密码方法一:usemysql;updateusersetpassword=PASSWORD(“123456”)whereuser=‘root’;flushprivileges;忘记密码:sed-ri‘3dskip-grant-tables‘/etc/my.cnfsystemctlrestartmariadbusemysql;updateusersetpasswor
分类:
数据库 时间:
2021-01-02 10:57:18
阅读次数:
0
详情页组件 依赖:在luffycity目录下的命令 1 >: cnpm install vue-video-player--save 配置:main.js 12345 // vue-video播放器require('video.js/dist/video-js.css');require('vue- ...
分类:
其他好文 时间:
2020-12-31 12:07:45
阅读次数:
0