上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 1.到官网下载自己的版本 2.解压 3.解压后的文件转移,建议转移,错误少 mv 原位置 /usr/local/mysql 4. 创建数据位置 data文件夹和日志位置 log文件夹,位置自定义,再log 里面创建日志文件 touch error.log 5.检查是否存在mysql用户和mysql组 阅读全文
posted @ 2021-04-24 22:52 天涯已可 阅读(119) 评论(0) 推荐(0)
摘要: 原文地址:https://www.cnblogs.com/liuxianan/p/js-excel.html 所需插件地址:https://github.com/SheetJS/js-xlsx 兼容性: 主要js位置:dist文件夹下 普通html中直接引入 xlsx.core.min.js web 阅读全文
posted @ 2021-01-19 15:57 天涯已可 阅读(2624) 评论(0) 推荐(0)
摘要: #查看开放的端口 firewall-cmd --list-ports 阅读全文
posted @ 2020-12-27 12:44 天涯已可 阅读(57) 评论(0) 推荐(0)
摘要: 原文地址:https://blog.csdn.net/qq_41299195/article/details/83116289 菜单父级 <ul class="layui-nav" id="nav" layui-filter="test"></ul> 解决方法 $(function () { $.a 阅读全文
posted @ 2020-09-03 16:33 天涯已可 阅读(2622) 评论(0) 推荐(0)
摘要: 终于有个能用的,记下来 * * $VAR1$ $params$ * @return $returns$ * @author zyt * @date $date$ $time$ */ params的默认值 groovyScript("def result=''; def params=\"${_1}\ 阅读全文
posted @ 2020-08-12 15:48 天涯已可 阅读(271) 评论(0) 推荐(0)
摘要: 原文地址:https://www.jianshu.com/p/7cabe09ce563 亲测有效,很好用! public void downloadFiles(HttpServletRequest request, HttpServletResponse response, 其他为获取下载文件信息的 阅读全文
posted @ 2020-06-16 09:23 天涯已可 阅读(536) 评论(0) 推荐(0)
摘要: 1.安装VM 2.VM安装虚拟机,并配置固定IP,测试可连外网 3.VM:编辑→虚拟网络编辑器→更改设置→NAT设置→添加端口转发。填充主机映射的端口、要映射的虚拟机地址、虚拟机端口 4.查看主机防火墙状态,如果关闭状态,可以直连,如果开启状态且不想关闭。 4.1 防火墙设置面板→高级设置→入站规则 阅读全文
posted @ 2020-06-11 17:59 天涯已可 阅读(3479) 评论(0) 推荐(0)
摘要: 其他的都类似,只不过参数不太一样,重写之后想怎么玩就怎么玩 首先创建简单maven项目,这里不做说明,自己搞 物理库自行创建,必须有分片列,其他随意。 导入依赖 <!-- sharding-jdbc依赖 --> <dependency> <groupId>org.apache.shardingsph 阅读全文
posted @ 2020-06-10 14:30 天涯已可 阅读(3761) 评论(0) 推荐(0)
摘要: 原理看官网:https://shardingsphere.apache.org/document/current/cn/overview/ sharding proxy代理mysql实现分库的步骤: 下载 wget https://mirrors.tuna.tsinghua.edu.cn/apach 阅读全文
posted @ 2020-06-10 12:10 天涯已可 阅读(4229) 评论(0) 推荐(0)
摘要: 安装前需要到maven安装位置的配置文件中修改默认的maven库地址,才能安装到指定位置 mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\xxx.jar -DgroupId=groupId -DartifactId=art 阅读全文
posted @ 2020-04-10 16:22 天涯已可 阅读(134) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 13 下一页