上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 66 下一页
摘要: Module Warning (from ./node_modules/eslint-loader/index.js):error: Unexpected console statement (no-console) at 这个错误是Vuejs - 使用ESLint检查代码质量是进行提示的,修改成以 阅读全文
posted @ 2019-05-16 12:13 yshy 阅读(8196) 评论(0) 推荐(0) 编辑
摘要: 通过HTTPClient4.5,基于JDK1.6 new SSLConnectionSocketFactory(builder.build(), new String[]{"SSLv2Hello", "SSLv3", "TLSv1", "TLSv1.2"}, null, NoopHostnameVe 阅读全文
posted @ 2019-05-09 12:52 yshy 阅读(4760) 评论(0) 推荐(0) 编辑
摘要: # vi bin/catalina.sh 阅读全文
posted @ 2019-05-05 16:54 yshy 阅读(2014) 评论(0) 推荐(0) 编辑
摘要: /*第1步:创建ODPS数据表空间 */create tablespace ODPS logging datafile '/home/oracle/tablespace_dir/ODPS.dbf' size 100m autoextend on next 50m maxsize 20480m ext 阅读全文
posted @ 2019-05-05 11:26 yshy 阅读(30957) 评论(0) 推荐(0) 编辑
摘要: centos7系统中已经默认安装rsync 1:主服务器配置 (1)修改rsyncd.conf 配置文件 [root@localhost app]# vi /etc/rsyncd.conf motd file = /etc/rsyncd.motdlog file = /var/log/rsyncd. 阅读全文
posted @ 2019-04-16 13:41 yshy 阅读(737) 评论(0) 推荐(0) 编辑
摘要: 1:主库设置(1)修改配置文件vi /etc/my.cnf[mysqld]log-bin=master-binserver-id=1 (2)创建用户#mysql -u root -pmysql>create user test identified by 'test';>grant all priv 阅读全文
posted @ 2019-04-16 13:36 yshy 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: 操作系统:3.10.0-514.el7.x86_64 安装包:mysql-5.7.25-linux-glibc2.12-x86_64.tar.gz 1:检查是否安装了 libaio(centos7默认安装)rpm -qa | grep libaio 2:解压# tar -zxvf mysql-5.7 阅读全文
posted @ 2019-04-15 15:22 yshy 阅读(1684) 评论(0) 推荐(0) 编辑
摘要: Mysql数据库采用InnoDB模式,默认参数:innodb_lock_wait_timeout设置锁等待的时间是50s,一旦数据库锁超过这个时间就会报错。 mysql> SHOW GLOBAL VARIABLES LIKE 'innodb_lock_wait_timeout';+ + +| Var 阅读全文
posted @ 2019-04-08 10:22 yshy 阅读(22987) 评论(0) 推荐(2) 编辑
摘要: package com.utils; import java.util.*; import java.text.SimpleDateFormat; public class DateUtil { /** * 获取指定年月的第一天 * @param ym yyyy-MM * @return */ public static String... 阅读全文
posted @ 2019-03-07 20:39 yshy 阅读(3080) 评论(0) 推荐(0) 编辑
摘要: location /ssfwpt { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; prox... 阅读全文
posted @ 2019-03-06 12:45 yshy 阅读(1799) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 66 下一页