www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

06 2019 档案

摘要:worker_processes *; 本文介绍在Nginx配置信息出现问题后,在没有备份的情况下,如何利用Nginx进程的虚拟内存恢复配置信息。 问题背景 假设 /etc/nginx/site-available 下有 a.example.com.conf、b.example.com.conf 两 阅读全文
posted @ 2019-06-21 11:14 秦瑞It行程实录 阅读(1590) 评论(0) 推荐(1) 编辑

摘要:IP相关统计 统计IP访问量(独立ip访问数量)awk '{print $1}' access.log | sort -n | uniq | wc -l 查看某一时间段的IP访问量(4-5点)grep "07/Apr/2017:0[4-5]" access.log | awk '{print $1} 阅读全文
posted @ 2019-06-14 10:51 秦瑞It行程实录 阅读(507) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2019-06-11 16:03 秦瑞It行程实录 阅读(179) 评论(0) 推荐(0) 编辑

摘要:alter login sa with password = '123' unlock, check_policy = off, check_expiration = off 一切搞定。。 1、如果短时间内不停连接,就会被SQL SERVER误认为是这是攻击,会将此账号 锁定。 要用windows方 阅读全文
posted @ 2019-06-11 09:08 秦瑞It行程实录 阅读(3627) 评论(0) 推荐(0) 编辑

摘要:Microsoft Visual C++ Runtime library not enough space for thread data 电脑最近一直在运行的时候,弹出提示框,如下: 解决办法: 开始-->运行-->输入cmd 回车在命令提示符下输入(粘贴以下字符) for %1 in (%win 阅读全文
posted @ 2019-06-06 16:35 秦瑞It行程实录 阅读(2227) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui