上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: Visual Studio 下载 阅读全文
posted @ 2020-01-08 13:20 lvlin241 阅读(91) 评论(0) 推荐(0)
摘要: nodejs历史版本 查看npm镜像库 npm config get registry 更改npm镜像库 npm config set registry https://registry.npm.taobao.org 阅读全文
posted @ 2020-01-08 11:31 lvlin241 阅读(147) 评论(0) 推荐(0)
摘要: 解决maven 在intellij IDEA 下载依赖包速度慢的问题 参考:https://www.jianshu.com/p/63a593700ebc 阅读全文
posted @ 2019-12-22 21:50 lvlin241 阅读(376) 评论(0) 推荐(0)
摘要: 1. 应用 <1> hbase解决海量图片存储 <2> 阅读全文
posted @ 2019-12-20 13:20 lvlin241 阅读(150) 评论(0) 推荐(0)
摘要: -Dfile.encoding=UTF-8 -Xms512m -Xmx3072m -XX:PermSize=512m 阅读全文
posted @ 2019-12-04 09:17 lvlin241 阅读(1245) 评论(0) 推荐(0)
摘要: 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 阅读(502) 评论(0) 推荐(0)
摘要: MyCat Mycat 简介 阅读全文
posted @ 2019-11-24 16:27 lvlin241 阅读(91) 评论(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 阅读(179) 评论(0) 推荐(0)
摘要: 1. ssh-keygen 生成密钥 2. ssh-copy-id 集群主机名 参考: 【图文详解】linux下配置远程免密登录 阅读全文
posted @ 2019-11-21 13:29 lvlin241 阅读(198) 评论(0) 推荐(0)
摘要: Element: https://element.eleme.cn/#/zh-CN/guide/design 阅读全文
posted @ 2019-11-18 10:18 lvlin241 阅读(114) 评论(0) 推荐(0)
摘要: 优化核心思路 优化流程:发现慢查询 → 分析执行计划 → 定位瓶颈 → 制定方案 → 验证效果 优化维度:索引设计、SQL重写、表结构、数据库配置 执行计划分析 使用EXPLAIN分析 explain SELECT u.user_id, u.username, u.register_date, MI 阅读全文
posted @ 2019-11-13 17:59 lvlin241 阅读(712) 评论(0) 推荐(0)
摘要: https://mirrors.tuna.tsinghua.edu.cn/apache/maven/ 阅读全文
posted @ 2019-11-03 21:27 lvlin241 阅读(990) 评论(0) 推荐(0)
摘要: 参考: http://blog.sina.com.cn/s/blog_be8b002e0101koql.html 阅读全文
posted @ 2019-11-02 15:14 lvlin241 阅读(118) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_42831477/article/details/82229436 阅读全文
posted @ 2019-10-31 11:18 lvlin241 阅读(88) 评论(0) 推荐(0)
摘要: 参考: https://zhidao.baidu.com/question/588981499.html 1、进入命令提示符界面:在此我们需要以管理员的身份进入命令提示符界面,可以通过右击桌面左下角的“Windows”图标,从其右键菜单中选择“命令提示符(管理员)”项进入。 2、接下来将待修复的U盘 阅读全文
posted @ 2019-10-14 23:04 lvlin241 阅读(601) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/JohnsonLiu/p/11465973.html 阅读全文
posted @ 2019-09-26 11:21 lvlin241 阅读(732) 评论(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 阅读(412) 评论(0) 推荐(0)
摘要: http://24mail.chacuo.net/ 阅读全文
posted @ 2019-09-13 18:33 lvlin241 阅读(447) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_39220472/article/details/80077803 阅读全文
posted @ 2019-09-12 18:04 lvlin241 阅读(1778) 评论(0) 推荐(0)
摘要: 添加 阅读全文
posted @ 2019-09-12 13:54 lvlin241 阅读(138) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页