上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 133 下一页
摘要: getchwd() 函数返回当前工作目录。 阅读全文
posted @ 2019-05-18 16:18 盘思动 阅读(215) 评论(0) 推荐(0)
摘要: https://github.com/wszqkzqk/deepin-wine-ubuntu 14 版本的ubuntu 安装发生问题; 16 18 的都可以安装成功微信; 阅读全文
posted @ 2019-05-16 18:31 盘思动 阅读(139) 评论(0) 推荐(0)
摘要: 一、添加VirtualBox的源并安装5.1版本 virtualbox官网:https://www.virtualbox.org/wiki/Download_Old_Builds 虽然也可以直接安装deb包(例如:sudo dpkg -i virtualbox-4.3_4.3.10-93012~Ubuntu~raring_amd64.deb),但是我个人通过deb包进行安装出现了问题, 所以采... 阅读全文
posted @ 2019-05-16 18:22 盘思动 阅读(2935) 评论(0) 推荐(0)
摘要: 由于php.ini配置文件中错误显示关闭导致. 将下值由Off 变更为 On display_errors = On display_startup_errors = On whereis php查看php安装目录 默认在/usr/local/php/etc下面 阅读全文
posted @ 2019-05-16 09:36 盘思动 阅读(12161) 评论(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 盘思动 阅读(520) 评论(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 盘思动 阅读(592) 评论(0) 推荐(0)
摘要: //超出文字隐藏 需要和这个结合使用 overflow: hidden; //当文本溢出,省略号代替 text-overflow:ellipsis; //文本不会换行,文本会在在同一行上继续,直到遇到 <br> 标签为止。 white-space: nowrap; 阅读全文
posted @ 2019-05-09 09:26 盘思动 阅读(1905) 评论(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 盘思动 阅读(1371) 评论(0) 推荐(0)
摘要: * 登录七牛云存储 >> 点击左侧的『融合 CDN』>> 点击左侧的『刷新预取』>> 输入想要刷新的文件完整的 URL 地址 >> 点击右下方的『提交』按钮即可刷新。 * 链接 https://portal.qiniu.com/cdn/refresh-prefetch * 如果链接是带有中文的,得从 阅读全文
posted @ 2019-05-08 09:46 盘思动 阅读(1094) 评论(0) 推荐(0)
摘要: PHP-FPMphp-fpm进程也分为master主进程和worker工作进程。 命令sudo service php-fpm reload 重载配置(平滑重启)sudo service php-fpm restart 重启 没有请求时,截图通 nignx 的截图类似,就不上图了。在有请求未完成的时 阅读全文
posted @ 2019-05-07 22:00 盘思动 阅读(5118) 评论(0) 推荐(0)
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 133 下一页