会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jiafeng
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
2019年11月14日
windows下重启nginx
摘要: 参考:从零学nginx-windows下reload配置无效及如何重启 因为Nginx是多进程模型,有一个主进程和多个子进程,主进程只负责管理子进程,基本的网络事件由各个子进程处理。 所以有时候当我们通过nginx -s reload这种方式去重启Nginx的话,发现是无效的,这就是因为我们杀死了一
阅读全文
posted @ 2019-11-14 09:44 jiafeng
阅读(10401)
评论(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
阅读(9843)
评论(2)
推荐(0)
2019年9月20日
mysql too many connections
摘要: mysql,too many connections
阅读全文
posted @ 2019-09-20 15:36 jiafeng
阅读(692)
评论(0)
推荐(0)
2019年8月28日
spring boot @Transactional的一个小坑
摘要: springboot Transactional 事务
阅读全文
posted @ 2019-08-28 14:33 jiafeng
阅读(498)
评论(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
阅读(2976)
评论(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
阅读(826)
评论(0)
推荐(0)
2019年7月18日
MySQL服务意外停止
摘要: Mysql:The table is full Disk is full Encountered a problem
阅读全文
posted @ 2019-07-18 11:32 jiafeng
阅读(2095)
评论(0)
推荐(0)
2019年5月28日
ajax的contentType和dataType
摘要: ajax contentType dataType
阅读全文
posted @ 2019-05-28 14:38 jiafeng
阅读(562)
评论(0)
推荐(0)
2019年4月12日
windows下tomcat8安装后,不能启动服务
摘要: tomcat8,服务
阅读全文
posted @ 2019-04-12 13:06 jiafeng
阅读(2413)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
公告