会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jiafeng
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
28
下一页
2020年9月11日
MySQL 查看事务隔离级别
摘要: MySQL8.0+: 1.查看当前会话隔离级别 select @@transaction_isolation; 2.查看系统当前隔离级别 select @@global.transaction_isolation; MySQL5.0+: 1.查看当前会话隔离级别 select @@tx_isolat
阅读全文
posted @ 2020-09-11 17:16 jiafeng
阅读(8595)
评论(0)
推荐(2)
2020年9月9日
windows下 redis 远程连接命令
摘要: 1.在redis的安装目录下打开cmd或power shell,输入命令: redis-cli -h ip地址 -p 6379 -a 密码
阅读全文
posted @ 2020-09-09 10:19 jiafeng
阅读(5146)
评论(0)
推荐(0)
2020年8月24日
mysql在windows下备份&恢复数据库语句
摘要: mysql 备份 恢复 mysqldump
阅读全文
posted @ 2020-08-24 11:21 jiafeng
阅读(1108)
评论(0)
推荐(0)
2020年8月17日
navicat 1426 - Too-big precision 7 specified for 'XXX'. Maximum is 6
摘要: 背景:新老系统切换,老系统是Oracle,新系统是MySQL。 Oracle有个关于时间的字段类型为DATE(7),用Navicat的 工具-->数据传输 功能进行传输时,报错:1426 - Too-big precision 7 specified for 'XXX'. Maximum is 6百
阅读全文
posted @ 2020-08-17 15:29 jiafeng
阅读(5228)
评论(1)
推荐(0)
idea打开spring boot项目
摘要: 1.File-->Open-->选择项目所在的文件夹。可以多个项目在同一文件夹,这样可以在同个窗口同时打开多个项目 2.File-->Settings-->Build,Excution,Development-->Build Tools-->Maven。设置maven配置文件的路径 3.点击菜单栏H
阅读全文
posted @ 2020-08-17 15:18 jiafeng
阅读(1814)
评论(0)
推荐(0)
2020年7月17日
windows cmd连接远程redis
摘要: redis cmd 远程
阅读全文
posted @ 2020-07-17 14:14 jiafeng
阅读(5009)
评论(0)
推荐(0)
2020年7月10日
mysql优化从17秒多到1秒多。怀疑人生
摘要: sql优化
阅读全文
posted @ 2020-07-10 10:59 jiafeng
阅读(208)
评论(0)
推荐(0)
2020年5月22日
iview form表单校验出错
摘要: 先看出错的代码: <template> <Modal width="25%" v-model="modal_visibleState" :mask-closable="false" > <p slot="header"> <Icon type="information-circled"></Icon
阅读全文
posted @ 2020-05-22 11:09 jiafeng
阅读(1455)
评论(0)
推荐(0)
2020年5月14日
springboot mabatis 启动报错:Factory method 'sqlSessionFactory' threw exception; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -1
摘要: 错误详情: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-05-14 15:20:00.949 ERROR
阅读全文
posted @ 2020-05-14 16:14 jiafeng
阅读(19863)
评论(0)
推荐(0)
2019年12月11日
转:mysql datetime类型精确到毫秒、微秒的问题
摘要: 原文地址:mysql datetime类型精确到毫秒、微秒的问题 mysql里面的datetime类型的精确度是可以到1/ 10 ^ 6 秒的某些客户端(如navicat for mysql)的显示经常只能看到精确到秒,其实是设计表的时候的配置问题。 如图,简单易懂。 在”设计表”中,小数点这一列只
阅读全文
posted @ 2019-12-11 09:46 jiafeng
阅读(4443)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
28
下一页
公告