05 2020 档案

Linux 搭建mysql
摘要:文档:mysql安装.md链接:http://note.youdao.com/noteshare?id=b8ed8610929a139137d2ec4f908ed5db&sub=WEBc654e6d986bb642ff8bbe6ba8c16951b MySQL5.7 安装步骤 下载并安装MySQL官 阅读全文

posted @ 2020-05-25 19:12 好名字被谁用了 阅读(845) 评论(0) 推荐(0) 编辑

内网穿透
摘要:使用飞鸽内网穿透工具 1.首先注册 https://www.fgnwct.com/home.html 2.使用免费版 3.管理隧道 拷贝启动命令 4.下载并安装客户端 点击运行 粘贴拷贝的启动命令 回车 邀请链接 : https://www.fgnwct.com/register.html?utm_ 阅读全文

posted @ 2020-05-21 17:32 好名字被谁用了 阅读(339) 评论(0) 推荐(0) 编辑

com.mysql.jdbc.Driver 和 com.mysql.cj.jdbc.Driver的区别
摘要:com.mysql.jdbc.Driver 是 mysql-connector-java 5中的;com.mysql.cj.jdbc.Driver 是 mysql-connector-java 6中的。 1、JDBC连接Mysql5 com.mysql.jdbc.Driver: spring: # 阅读全文

posted @ 2020-05-18 20:25 好名字被谁用了 阅读(6090) 评论(0) 推荐(1) 编辑

springboot ssm propertis 如何搭建多数据源动态切换
摘要:1.propertis #启动端口号 server.port=8085 # 打印 Mybatis sql 语句,两个配置都可以 #logging.level.com.example.springboot.mapper = debug mybatis.configuration.log-impl=or 阅读全文

posted @ 2020-05-18 20:21 好名字被谁用了 阅读(308) 评论(0) 推荐(0) 编辑

发送验证码
摘要:controller 1 /** 2 * 发送短信验证码 3 * @param phoneNumber 4 * @return 5 * @throws Exception 6 */ 7 @GetMapping(value = "sendSmsCode") 8 public Object sendSm 阅读全文

posted @ 2020-05-16 18:48 好名字被谁用了 阅读(281) 评论(0) 推荐(0) 编辑

二维码生成
摘要:controller 1 public void getTrainSignQRCode(QRCodeDto qrCodeDto, HttpServletRequest request, HttpServletResponse response) throws Exception { 2 //拼接参数 阅读全文

posted @ 2020-05-16 18:31 好名字被谁用了 阅读(218) 评论(0) 推荐(0) 编辑

文件上传 下载
摘要:文件上传 controller 1 public Object updateHeadPortrait(@RequestParam(value = "file") MultipartFile file, HttpServletRequest request) throws Exception{ 2 S 阅读全文

posted @ 2020-05-16 18:28 好名字被谁用了 阅读(169) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示