yangzailu

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

06 2019 档案

svn: E155004: Working copy '/data/www' locked.
摘要:svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) svn: E155004: Working copy '/data/www' locked. 阅读全文

posted @ 2019-06-19 11:26 飞离地平线 阅读(1022) 评论(0) 推荐(0) 编辑

svn checkout不带根文件夹方法
摘要:checkout url/ .url后边加一个空格一个点(英文句号) svn checkout svn://10.177.261.128/mall/ . 阅读全文

posted @ 2019-06-18 17:31 飞离地平线 阅读(783) 评论(0) 推荐(0) 编辑

linux查看redis安装目录
摘要:1.在redis下查看安装目录 如果命令 which 和whereis 都找不到安装目录,可使用以下办法 得到了进程号 xxxx 然后 ls -l /proc/xxxx/cwd 阅读全文

posted @ 2019-06-18 14:13 飞离地平线 阅读(72540) 评论(1) 推荐(5) 编辑

svn 没有killall命令的解决方法 -bash: killall: command not found
摘要:debian、ubuntu系统下: apt-get install psmisc centos 下: yum install psmisc debian、ubuntu系统下: apt-get install psmisc centos 下: yum install psmisc 阅读全文

posted @ 2019-06-17 11:07 飞离地平线 阅读(782) 评论(0) 推荐(0) 编辑

mysql where 1
摘要:where后跟各种查询条件,当条件为真时即可查询出记录。在这里where 1,1为真,也就是where后的条件为真,查询表中所有内容。 阅读全文

posted @ 2019-06-12 11:13 飞离地平线 阅读(675) 评论(0) 推荐(0) 编辑

PHP开启慢日志查询
摘要:1.找到php-fpm.conf文件 2.去掉request_slowlog_timeout前面的分号,并设置时间。如:request_slowlog_timeout=5表示超过5秒的 慢日志文件位置默认在php的安装目录下的log文件夹中,可以通过修改slowlog = log/$pool.log 阅读全文

posted @ 2019-06-12 10:33 飞离地平线 阅读(5092) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示