【未解决】lnmp中php警告:wp-cron.php execution timed out terminating
crifan 8年前 (2017-09-15) 3913浏览 0评论
折腾: 【已解决】LNMP的wordpress网站crifan.org无法访问:502 Bad Gateway nginx 期间,看到log: [15-Sep-2017 03:50:20] WARNING: [pool www] child 9...
工作相关的技术文章
crifan 8年前 (2017-09-15) 3913浏览 0评论
折腾: 【已解决】LNMP的wordpress网站crifan.org无法访问:502 Bad Gateway nginx 期间,看到log: [15-Sep-2017 03:50:20] WARNING: [pool www] child 9...
crifan 8年前 (2017-09-15) 11275浏览 0评论
折腾: 【已解决】LNMP的wordpress网站crifan.org无法访问:502 Bad Gateway nginx 期间,想要搞清楚: php-fpm.conf中的pm.max_children到底应该设置为多少 因为: LNMP 常见502...
crifan 8年前 (2017-09-15) 4201浏览 0评论
访问: https://www.crifan.org 结果: 502 Bad Gateway nginx 且访问页面时(没有等很长时间,而是)立刻就502了。 之前是用lnmp安装的 此刻,貌似是正常的啊: [root@crifan ~]# ...
crifan 8年前 (2017-09-15) 2359浏览 0评论
折腾: 【已解决】ReactJS中如何实现在底部的tab选项卡且支持图标 期间,虽然代码: import { Tab, TabBarItem, Article, } from ‘react-weui’; //...
crifan 8年前 (2017-09-14) 2688浏览 0评论
折腾: 【已解决】ReactJS中如何实现在底部的tab选项卡且支持图标 期间,代码: import { Button } from ‘react-weui’; //import styles import ‘...
crifan 8年前 (2017-09-14) 2890浏览 0评论
ReactJS中,想要实现: 底部的tab选项卡,且支持图标的 找了半天,都没有找到解决办法。 而对于: annd-mobile,试了半天,结果太麻烦,所以放弃了: 【记录】ReactJS项目中集成antd-mobile 貌似: Tabs ̵...
crifan 8年前 (2017-09-14) 5547浏览 0评论
reactjs项目中,去: npm install 结果警告: npm WARN project-name@0.0.1 license should be a valid SPDX license expression ➜ ReactjsT...
crifan 8年前 (2017-09-14) 2129浏览 0评论
react bootstrap React-Bootstrap reactstrap – React Bootstrap 4 components reactstrap/reactstrap: Simple React Bootstrap...
crifan 8年前 (2017-09-14) 2912浏览 0评论
想要把antd的ui集成到当前的ReactJS项目中 ant-design/ant-design-mobile: A configurable Mobile UI 无意间发现有人已经折腾好了: Molin123/react-molin: react-...
crifan 8年前 (2017-09-14) 2007浏览 0评论
折腾: 【整理】web的app中的manifest.json的作用和参数含义 期间,通过: Web App Manifest | MDN 得知了,之前听过,但是不熟悉的PWA Progressive web apps 且manifest.json也是...