上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: 从git上下载文档到本地(eclipse/磁盘下)https://www.cnblogs.com/dongxiaolei/p/5949142.html 阅读全文
posted @ 2018-10-19 10:17 慧妃不美 阅读(86) 评论(0) 推荐(0) 编辑
摘要: public static void writeFile(String path,String fileName,String content) throws IOException { File file = new File(path); if(!file.exists()){ try { bo 阅读全文
posted @ 2018-10-16 13:07 慧妃不美 阅读(283) 评论(0) 推荐(0) 编辑
摘要: (1)web项目需复制web。xml文件 (2)需要复制classes文件 需要把bin里面的com 复制到classes中 阅读全文
posted @ 2018-10-15 22:56 慧妃不美 阅读(93) 评论(0) 推荐(0) 编辑
摘要: #查看tomcat安装路径 #查看tomcat安装路径 sudo find / -name *tomcat* sudo find / -name *tomcat* 阅读全文
posted @ 2018-10-14 17:16 慧妃不美 阅读(15935) 评论(0) 推荐(3) 编辑
摘要: 1:进入/etc/my.cnf 在【mysqld】下添加一行skip-grant-tables 2:保存配置文件后,输入whereis systemctl(提示redirecting to 某个目录下面) 查找到systemctl的路径。然后到/usr/bin下面执行systemctl restar 阅读全文
posted @ 2018-10-12 15:51 慧妃不美 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 安装mysql参考 网址https://blog.csdn.net/a774630093/article/details/79270080 本文更加详细。 1、先检查系统是否装有mysql 这里返回空值,说明没有安装 这里执行安装命令是无效的,因为centos-7默认是Mariadb,所以执行以下命 阅读全文
posted @ 2018-10-10 11:29 慧妃不美 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 后来才知道make geohash-int hiredis jemalloc linenoise lua是要写在deps下面的, 3:然后我在deps目录下执行了make geohash-int hiredis jemalloc linenoise lua命令,再切换到redis-3.2.3目录下, 阅读全文
posted @ 2018-10-08 19:26 慧妃不美 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 命令: config get requirepass config set requirepass pwd redis-server.exe redis-windows.conf、 auth pwd 短暂设置密码: 1:直接打开服务端exe,然后打开客户端redis-cli.exe编写 config 阅读全文
posted @ 2018-09-21 11:11 慧妃不美 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1:自己写的代码测试的时候显示用户过期,需要释放拦截器,并配置权限允许 2:Servlet.service() for servlet [springmvc] in context with path [/xxxxxx] threw exception报错 解决办法:(https://blog.cs 阅读全文
posted @ 2018-09-18 12:13 慧妃不美 阅读(314) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shanheyongmu/p/5865589.html 阅读全文
posted @ 2018-09-13 18:12 慧妃不美 阅读(70) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页