2020年8月5日
摘要: https://www.jianshu.com/p/93b5cdd458b4 阅读全文
posted @ 2020-08-05 17:15 Hi,Bro 阅读(153) 评论(0) 推荐(0)
  2020年6月16日
摘要: https://blog.csdn.net/hellozpc/article/details/81436980 阅读全文
posted @ 2020-06-16 16:12 Hi,Bro 阅读(168) 评论(1) 推荐(0)
  2020年5月30日
摘要: 兄弟,用map接收,然后封装到user表里吧。 下面部分代码 var data = { sno:sno, password:password, verifyCode:verifyCode, status:status } $.ajax({ type: 'Post', url: "/DormContr 阅读全文
posted @ 2020-05-30 14:36 Hi,Bro 阅读(806) 评论(0) 推荐(0)
  2020年5月22日
摘要: 自己虽然也看了视频(https://www.bilibili.com/video/BV14W411u7ro?p=10),做了word版的笔记,但仍没有您的详细(https://blog.csdn.net/zxm1306192988/article/details/60581173),本篇均来自于此。 阅读全文
posted @ 2020-05-22 11:36 Hi,Bro 阅读(284) 评论(0) 推荐(0)
  2020年4月5日
摘要: 右击桌面==>个性化==>颜色==>选择颜色(自定义)==>看下面(搞定了) 阅读全文
posted @ 2020-04-05 19:32 Hi,Bro 阅读(6306) 评论(0) 推荐(0)
  2020年3月24日
摘要: 据我猜测,你用的SpringBoot版本是2.0之后的。 2.x的改成下面这种。 spring: datasource: username: root password: 123456 driverClassName: com.mysql.jdbc.Driver url: jdbc:mysql:// 阅读全文
posted @ 2020-03-24 20:28 Hi,Bro 阅读(321) 评论(0) 推荐(0)
摘要: //阿里云镜像{ "registry-mirrors":["https://6kx4zyno.mirror.aliyuncs.com"] } 1)vim /etc/docker/daemon.json 2)添加上述阿里云镜像 3)重启Docker systemctl daemon-reload sy 阅读全文
posted @ 2020-03-24 17:08 Hi,Bro 阅读(3143) 评论(0) 推荐(1)
摘要: 有他就够了 https://mirrors.aliyun.com/centos/ 7.x版本请直接选择7 建议选择种子文件,迅雷下载,防止浏览器下载失败造成不必要麻烦 阅读全文
posted @ 2020-03-24 11:42 Hi,Bro 阅读(512) 评论(0) 推荐(0)
  2020年3月23日
摘要: ***************************APPLICATION FAILED TO START*************************** Description: An attempt was made to call a method that does not exis 阅读全文
posted @ 2020-03-23 09:49 Hi,Bro 阅读(1598) 评论(0) 推荐(0)
  2020年3月14日
摘要: 在获取update操作的返回值时遇到了一个问题,似乎 Mybatis 进行 update 操作得到的 int 返回值并不是影响的行数,下面通过本文给大家分享Mybatis Update操作返回值问题,需要的朋友参考下吧 后端的数据持久化使用的是 Mybatis ,在做高并发下账户增减余额的时候,打算 阅读全文
posted @ 2020-03-14 23:19 Hi,Bro 阅读(2545) 评论(0) 推荐(0)