摘要: 1.eclipse maven项目导入idea 只需要在pom.xml文件中加入如下图 为了加载项目里的一些配置文件(例如.xml和.properties文件) 2.idea maven 项目导入eclipse 1.先到处eclipse可以运行格式的项目,注意点击后并不会生成新的项目,会改变现有项目 阅读全文
posted @ 2019-05-23 10:14 duo&duo 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: idea部署热启动如下,经过本人实验 在这里只能选择exploded因为它支持热部署 在这里选择如下 到这里已经完成热部署了,如果有问题欢迎反馈给我,我会及时回复 阅读全文
posted @ 2019-05-23 09:35 duo&duo 阅读(5047) 评论(0) 推荐(0) 编辑
摘要: 找了很久错误后来发现添加这三句话就可以了 需要在项目的pom.xml文件中加上第47-49行的3句话 阅读全文
posted @ 2019-05-22 21:38 duo&duo 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 参考文章 https://blog.csdn.net/qq_17635843/article/details/78522776 阅读全文
posted @ 2019-05-20 01:48 duo&duo 阅读(554) 评论(0) 推荐(0) 编辑
摘要: redis重置密码时""里为空 127.0.0.1:6379> config set requirepass "" (error) NOAUTH Authentication required. 127.0.0.1:6379> auth "12345678" //验证密码 OK 127.0.0.1: 阅读全文
posted @ 2019-05-19 19:49 duo&duo 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.cnblogs.com/taostaryu/p/9481749.html 上面做完后, 打开客户端 以上命令将打开以下终端: 127.0.0.1 是本机 IP ,6379 是 redis 服务端口。现在我们输入 PING 命令。 阅读全文
posted @ 2019-05-19 09:36 duo&duo 阅读(2461) 评论(0) 推荐(0) 编辑
摘要: 按顺序学习 https://www.cnblogs.com/forget406/p/6045499.html#top https://blog.csdn.net/xiaoputao0903/article/details/23912561 https://www.cnblogs.com/justun 阅读全文
posted @ 2019-05-18 23:29 duo&duo 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 话不多说,终端里的代码直接复制过来 Last login: Fri May 17 21:45:31 on ttys000 liuduoduodeMacBook-Air:~ liuxiangyang$ ssh-keygen -t rsa -C 1094435120@qq.com Generating 阅读全文
posted @ 2019-05-17 21:52 duo&duo 阅读(342) 评论(0) 推荐(0) 编辑
摘要: UTF-8最大的一个特点,就是它是一种变长的编码方式。它可以使用1~4个字节表示一个符号,根据不同的符号而变化字节长度。 UTF-8的编码规则很简单,只有二条: 1)对于单字节的符号,字节的第一位设为0,后面7位为这个符号的unicode码。因此对于英语字母,UTF-8编码和ASCII码是相同的。 阅读全文
posted @ 2019-05-15 22:19 duo&duo 阅读(1790) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/sxdcgaq8080/p/7492426.html 阅读全文
posted @ 2019-05-15 10:16 duo&duo 阅读(120) 评论(0) 推荐(0) 编辑