摘要: 删除指定日期分区表 -- t_log={data_dt, content} ,part20220101=分区名称 -- 分离分区 alter table t_log detach partition part20220101 into t_log_20220101; -- 删除分离出来的表 drop 阅读全文
posted @ 2022-04-26 22:21 springff 阅读(169) 评论(0) 推荐(0) 编辑
摘要: ssm 框架下使用 shiro 实现登录验证,动态 URL 权限配置 阅读全文
posted @ 2021-09-03 18:02 springff 阅读(66) 评论(0) 推荐(0) 编辑
摘要: spring controller 打印入参+响应体(json请求格式) 阅读全文
posted @ 2021-08-31 21:19 springff 阅读(818) 评论(0) 推荐(0) 编辑
摘要: idea spring 入门依赖注入,idea 创建空项目添加多个 moudel 参考:[Spring学习(1)——快速入门 - 我没有三颗心脏 - 博客园 (cnblogs.com)](https://www.cnblogs.com/wmyskxz/p/8820371.html) 阅读全文
posted @ 2021-08-17 23:50 springff 阅读(45) 评论(0) 推荐(0) 编辑
摘要: idea 2020.2.1 创建 maven 项目,maven 配置国内镜像(阿里云云效),maven 项目添加依赖 参考:[Maven入门,读完这篇就够了](https://juejin.cn/post/6844903543711907848#heading-27) 阅读全文
posted @ 2021-08-17 23:18 springff 阅读(3547) 评论(0) 推荐(0) 编辑
摘要: 参考 git 官网 book git 官网 api Git分支管理策略 Git 常用命令大全 Win7 git cmd 中文乱码 (最新终极解决办法) git 使用场景 git 安装 github、gitee 上拉取项目(仓库) 本地项目同步到 gitee 实现多台设备间的同步(类似映像笔记功能,g 阅读全文
posted @ 2021-07-14 22:12 springff 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 《MySQL必知必会》读书笔记 第1-3章MySql简单命令行操作 mysql --help 帮助信息 mysql -u userName -p 用户登录 show databases; 列出当前所有数据库 use databaseName 使用当前数据库 show tables; 列出当前数据库所 阅读全文
posted @ 2021-07-14 22:00 springff 阅读(57) 评论(0) 推荐(0) 编辑