上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 133 下一页
摘要: telnet IP 8080 如果,长连接开启,如图 阅读全文
posted @ 2020-12-31 18:41 盘思动 阅读(386) 评论(0) 推荐(0)
摘要: ssh -p 39001 root@47.105.167.** 登录服务器39001 的端口; 不输入 , 默认的是22的端口~ 阅读全文
posted @ 2020-12-29 14:51 盘思动 阅读(3715) 评论(0) 推荐(0)
摘要: 我一般在/etc/sysconfig/iptables里加上一行 重启iptables.service # service iptables status #查看iptables状态 # service iptables restart #iptables服务重启 # service iptable 阅读全文
posted @ 2020-12-28 17:03 盘思动 阅读(261) 评论(0) 推荐(0)
摘要: iptables 所在目录 : /etc/sysconfig/iptables # service iptables status #查看iptables状态 # service iptables restart #iptables服务重启 # service iptables stop #ipta 阅读全文
posted @ 2020-12-25 17:53 盘思动 阅读(7868) 评论(0) 推荐(0)
摘要: class="chejian wx:if='{{item.is_check == 1 ? 'hover' : ''}}' " 阅读全文
posted @ 2020-12-24 15:40 盘思动 阅读(4676) 评论(0) 推荐(0)
摘要: 启动workerman报错 错误提示 Workerman[http_test.php] start in DEBUG mode stream_socket_server() has been disabled for security reasons in file /home/wwwroot/de 阅读全文
posted @ 2020-12-22 09:21 盘思动 阅读(468) 评论(0) 推荐(0)
摘要: 是is null, 不是用"=" -- 查询手机号不为null的用户数据 SELECT * from user where phone is not null; -- 查询手机号为null的用户数据 SELECT * from user where phone is null; 阅读全文
posted @ 2020-12-19 09:35 盘思动 阅读(1677) 评论(0) 推荐(0)
摘要: linux中查找路径下包含某字符串的所有文件 昨天在工作的时候,由于需要查找日志内容,但是我不清楚是哪个日志文件,所有百度了一波,怎么在一个目录下查找包含某个字符串的所有文件的方法,记录一下。 目录下的所有文件中查找字符串: grep -ri "字符串" . 字符串就是你要查找的内容,结果会显示此路 阅读全文
posted @ 2020-12-11 10:43 盘思动 阅读(1587) 评论(1) 推荐(0)
摘要: vscode 保存文件失败的提示,解决方法 我的办法:删除package.json(最好备份一下相关的包),重新init,然后下载对应包(麻烦,但有效)。 阅读全文
posted @ 2020-12-07 14:17 盘思动 阅读(3102) 评论(0) 推荐(0)
摘要: $a = date('Y-m', strtotime('-1 month',strtotime('2020-10-31'))); echo $a; // 10 exit; 但31天的时候,-1 month, 返回的月份就不是上个月了哦 阅读全文
posted @ 2020-10-31 21:02 盘思动 阅读(326) 评论(0) 推荐(0)
上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 133 下一页