会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jiafeng
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
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
阅读(1460)
评论(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
阅读(19889)
评论(0)
推荐(0)
2019年12月11日
转:mysql datetime类型精确到毫秒、微秒的问题
摘要: 原文地址:mysql datetime类型精确到毫秒、微秒的问题 mysql里面的datetime类型的精确度是可以到1/ 10 ^ 6 秒的某些客户端(如navicat for mysql)的显示经常只能看到精确到秒,其实是设计表的时候的配置问题。 如图,简单易懂。 在”设计表”中,小数点这一列只
阅读全文
posted @ 2019-12-11 09:46 jiafeng
阅读(4452)
评论(0)
推荐(0)
2019年11月14日
windows下重启nginx
摘要: 参考:从零学nginx-windows下reload配置无效及如何重启 因为Nginx是多进程模型,有一个主进程和多个子进程,主进程只负责管理子进程,基本的网络事件由各个子进程处理。 所以有时候当我们通过nginx -s reload这种方式去重启Nginx的话,发现是无效的,这就是因为我们杀死了一
阅读全文
posted @ 2019-11-14 09:44 jiafeng
阅读(10419)
评论(0)
推荐(0)
2019年11月5日
PHP7中的数据类型(一)计数引用、写时复制,可垃圾回收
摘要: PHP7,数据结构
阅读全文
posted @ 2019-11-05 13:50 jiafeng
阅读(160)
评论(0)
推荐(0)
2019年10月23日
iview报错[Vue warn]: Error in render: "TypeError: ctx.injections.tableRoot.$scopedSlots[ctx.props.column.slot] is not a function"
摘要: 原因是我使用了iview的<Table>组件,我给Table组件的columns中定义了4个含有slot的列,但是实际在<Table>中只使用了其中3个,导致的报错。 也就是说,在 Table组件的columns中定义了多少个含有slot的列,那么在<Table>内部必须输出多少个,否则会报错
阅读全文
posted @ 2019-10-23 10:42 jiafeng
阅读(9847)
评论(2)
推荐(0)
2019年9月20日
mysql too many connections
摘要: mysql,too many connections
阅读全文
posted @ 2019-09-20 15:36 jiafeng
阅读(696)
评论(0)
推荐(0)
2019年8月28日
spring boot @Transactional的一个小坑
摘要: springboot Transactional 事务
阅读全文
posted @ 2019-08-28 14:33 jiafeng
阅读(500)
评论(0)
推荐(0)
2019年7月25日
webpack4下url-loader打包图片问题
摘要: webpack.condig.js: const path = require('path'); //导入插件 const VueLoaderPlugin = require('vue-loader/lib/plugin');//加这句是为了避免报错:Module Error (from ./nod
阅读全文
posted @ 2019-07-25 09:33 jiafeng
阅读(2981)
评论(0)
推荐(0)
2019年7月22日
使用extract-text-webpack-plugin插件后报错
摘要: 如果你使用的webpack是4+版本,那么尝试运行npm install extract-text-webpack-plugin@next ,即可解决问题 然而最好的解决办法是在webpack4+的版本中放弃使用 extract-text-webpack-plugin,转而应该使用mini-css-
阅读全文
posted @ 2019-07-22 09:58 jiafeng
阅读(830)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
公告