上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 125 下一页
摘要: 由于php.ini配置文件中错误显示关闭导致. 将下值由Off 变更为 On display_errors = On display_startup_errors = On whereis php查看php安装目录 默认在/usr/local/php/etc下面 阅读全文
posted @ 2019-05-16 09:36 盘思动 阅读(11924) 评论(0) 推荐(0) 编辑
摘要: zb@zb-computer:~/下载/test$ ls ff.text file1.txt file2.txt file3.txt file4.txt zb@zb-computer:~/下载/test$ rm -rf file* zb@zb-computer:~/下载/test$ ls ff.text zb@zb-computer:~/下载/test$ 阅读全文
posted @ 2019-05-14 16:37 盘思动 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 查看php-fpm进程数:ps aux | grep -c php-fpm [root@ssy106c14c190c69 etc]# ps -ef | grep php-fpm 查看php-fpm 进程数量root 10436 1 3 21:33 ? 00:00:00 php-fpm: master 阅读全文
posted @ 2019-05-09 21:41 盘思动 阅读(577) 评论(0) 推荐(0) 编辑
摘要: //超出文字隐藏 需要和这个结合使用 overflow: hidden; //当文本溢出,省略号代替 text-overflow:ellipsis; //文本不会换行,文本会在在同一行上继续,直到遇到 <br> 标签为止。 white-space: nowrap; 阅读全文
posted @ 2019-05-09 09:26 盘思动 阅读(1877) 评论(1) 推荐(0) 编辑
摘要: $arr=array('a','b','c','d','e','f','g');//目标数组 $i_arr=array('1','2');//要插入的数组 $n=2;//插入的位置 array_splice($arr,$n,0,$i_arr); print_r($arr); 阅读全文
posted @ 2019-05-08 11:48 盘思动 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: * 登录七牛云存储 >> 点击左侧的『融合 CDN』>> 点击左侧的『刷新预取』>> 输入想要刷新的文件完整的 URL 地址 >> 点击右下方的『提交』按钮即可刷新。 * 链接 https://portal.qiniu.com/cdn/refresh-prefetch * 如果链接是带有中文的,得从 阅读全文
posted @ 2019-05-08 09:46 盘思动 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: PHP-FPMphp-fpm进程也分为master主进程和worker工作进程。 命令sudo service php-fpm reload 重载配置(平滑重启)sudo service php-fpm restart 重启 没有请求时,截图通 nignx 的截图类似,就不上图了。在有请求未完成的时 阅读全文
posted @ 2019-05-07 22:00 盘思动 阅读(5074) 评论(0) 推荐(0) 编辑
摘要: 规定段落中的文本不进行换行: 阅读全文
posted @ 2019-05-05 18:23 盘思动 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: /usr/local/php/etc/php-fpm.conf 优化 阅读全文
posted @ 2019-05-05 10:08 盘思动 阅读(294) 评论(0) 推荐(0) 编辑
摘要: <pre>array(5) { [0] =&gt; array(3) { [&quot;name&quot;] =&gt; string(6) &quot;zhang0&quot; [&quot;sex&quot;] =&gt; int(0) [&quot;sex_str&quot;] =&gt; 阅读全文
posted @ 2019-04-22 20:28 盘思动 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 125 下一页