上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: Linux 时间同步 所有节点安装 NTP: yum install ntp配置开机启动: chkconfig ntpd on检查是否设置成功: chkconfig --list ntpd (2-5 为 on 状态则成功)设置同步: ntpdate -u ntp.sjtu.edu.cn(时钟服务器根 阅读全文
posted @ 2019-12-01 20:42 lvlin241 阅读(476) 评论(0) 推荐(0)
摘要: MyCat Mycat 简介 阅读全文
posted @ 2019-11-24 16:27 lvlin241 阅读(86) 评论(0) 推荐(0)
摘要: 下载 mysql-5.7.44-linux-glibc2.12-x86_64.tar.gz mysql其他版本下载 解压 tar -xzvf mysql-5.7.44-linux-glibc2.12-x86_64.tar.gz mv mysql-5.7.44-linux-glibc2.12-x86_ 阅读全文
posted @ 2019-11-23 22:47 lvlin241 阅读(145) 评论(0) 推荐(0)
摘要: 1. ssh-keygen 生成密钥 2. ssh-copy-id 集群主机名 参考: 【图文详解】linux下配置远程免密登录 阅读全文
posted @ 2019-11-21 13:29 lvlin241 阅读(173) 评论(0) 推荐(0)
摘要: Element: https://element.eleme.cn/#/zh-CN/guide/design 阅读全文
posted @ 2019-11-18 10:18 lvlin241 阅读(89) 评论(0) 推荐(0)
摘要: 优化核心思路 优化流程:发现慢查询 → 分析执行计划 → 定位瓶颈 → 制定方案 → 验证效果 优化维度:索引设计、SQL重写、表结构、数据库配置 执行计划分析 使用EXPLAIN分析 explain SELECT u.user_id, u.username, u.register_date, MI 阅读全文
posted @ 2019-11-13 17:59 lvlin241 阅读(701) 评论(0) 推荐(0)
摘要: https://mirrors.tuna.tsinghua.edu.cn/apache/maven/ 阅读全文
posted @ 2019-11-03 21:27 lvlin241 阅读(972) 评论(0) 推荐(0)
摘要: 参考: http://blog.sina.com.cn/s/blog_be8b002e0101koql.html 阅读全文
posted @ 2019-11-02 15:14 lvlin241 阅读(108) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_42831477/article/details/82229436 阅读全文
posted @ 2019-10-31 11:18 lvlin241 阅读(67) 评论(0) 推荐(0)
摘要: 参考: https://zhidao.baidu.com/question/588981499.html 1、进入命令提示符界面:在此我们需要以管理员的身份进入命令提示符界面,可以通过右击桌面左下角的“Windows”图标,从其右键菜单中选择“命令提示符(管理员)”项进入。 2、接下来将待修复的U盘 阅读全文
posted @ 2019-10-14 23:04 lvlin241 阅读(575) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/JohnsonLiu/p/11465973.html 阅读全文
posted @ 2019-09-26 11:21 lvlin241 阅读(698) 评论(0) 推荐(0)
摘要: 1. Error:Cannot build Artifact :war exploded because it is included into a circular depency 参考: https://blog.csdn.net/LQzhang_11/article/details/80370 阅读全文
posted @ 2019-09-16 21:25 lvlin241 阅读(386) 评论(0) 推荐(0)
摘要: http://24mail.chacuo.net/ 阅读全文
posted @ 2019-09-13 18:33 lvlin241 阅读(413) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_39220472/article/details/80077803 阅读全文
posted @ 2019-09-12 18:04 lvlin241 阅读(1768) 评论(0) 推荐(0)
摘要: 添加 阅读全文
posted @ 2019-09-12 13:54 lvlin241 阅读(121) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/czc9309/article/details/80304074 idea Tomcat 部署 war和war exploded的区别 参考: https://blog.csdn.net/linjpg/article/details/73322881 阅读全文
posted @ 2019-09-12 00:35 lvlin241 阅读(122) 评论(0) 推荐(0)
摘要: 基础测试表结构 测试数据库 use `testdb`; CREATE TABLE users ( user_id INT PRIMARY KEY, username VARCHAR(50), email VARCHAR(100), register_date DATE, city VARCHAR(5 阅读全文
posted @ 2019-09-10 14:47 lvlin241 阅读(252) 评论(0) 推荐(0)
摘要: Oracle -- Oracle 12c+ : OFFSET FETCH 语法 SELECT * FROM users ORDER BY id OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY; -- Oracle 11g及以下 SELECT * FROM ( SELEC 阅读全文
posted @ 2019-09-10 09:23 lvlin241 阅读(99) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/huangwei19892008/article/details/9004970 阅读全文
posted @ 2019-08-20 12:02 lvlin241 阅读(155) 评论(0) 推荐(0)
摘要: 参考:http://www.ruanyifeng.com/blog/2018/07/cap.html 阅读全文
posted @ 2019-08-20 11:59 lvlin241 阅读(94) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页