上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页
摘要: 参考:从零学nginx-windows下reload配置无效及如何重启 因为Nginx是多进程模型,有一个主进程和多个子进程,主进程只负责管理子进程,基本的网络事件由各个子进程处理。 所以有时候当我们通过nginx -s reload这种方式去重启Nginx的话,发现是无效的,这就是因为我们杀死了一 阅读全文
posted @ 2019-11-14 09:44 jiafeng 阅读(10401) 评论(0) 推荐(0)
摘要: PHP7,数据结构 阅读全文
posted @ 2019-11-05 13:50 jiafeng 阅读(160) 评论(0) 推荐(0)
摘要: 原因是我使用了iview的<Table>组件,我给Table组件的columns中定义了4个含有slot的列,但是实际在<Table>中只使用了其中3个,导致的报错。 也就是说,在 Table组件的columns中定义了多少个含有slot的列,那么在<Table>内部必须输出多少个,否则会报错 阅读全文
posted @ 2019-10-23 10:42 jiafeng 阅读(9843) 评论(2) 推荐(0)
摘要: mysql,too many connections 阅读全文
posted @ 2019-09-20 15:36 jiafeng 阅读(692) 评论(0) 推荐(0)
摘要: springboot Transactional 事务 阅读全文
posted @ 2019-08-28 14:33 jiafeng 阅读(498) 评论(0) 推荐(0)
摘要: 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)
摘要: 如果你使用的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)
摘要: Mysql:The table is full Disk is full Encountered a problem 阅读全文
posted @ 2019-07-18 11:32 jiafeng 阅读(2095) 评论(0) 推荐(0)
摘要: ajax contentType dataType 阅读全文
posted @ 2019-05-28 14:38 jiafeng 阅读(562) 评论(0) 推荐(0)
摘要: tomcat8,服务 阅读全文
posted @ 2019-04-12 13:06 jiafeng 阅读(2413) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页