• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
海-哥
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 下一页

2021年6月4日

rtmp配制
摘要: user robot robot; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; access_log 阅读全文
posted @ 2021-06-04 00:49 海-哥 阅读(99) 评论(0) 推荐(0)
 
openssl 证书
摘要: openssl Mon 28 Dec 17:45:30 CST 2020 hflxhn.com 1. 创建服务器证书文件 server.key: openssl genrsa -des3 -out server.key 2048 2. 创建服务器证书的申请文件 server.csr openssl 阅读全文
posted @ 2021-06-04 00:22 海-哥 阅读(69) 评论(0) 推荐(0)
 
 

2021年6月3日

ngix配制
摘要: * Official English Documentation: http://nginx.org/en/docs/ * Official Russian Documentation: http://nginx.org/ru/docs/ #==基础配置==# user nginx; #设置运行用户 阅读全文
posted @ 2021-06-03 11:20 海-哥 阅读(80) 评论(0) 推荐(0)
 
 

2021年5月13日

linux下doc转docx
摘要: yum install libreoffice-writer #安装 libreoffice yum install libreoffice-headless yum install libreoffice-writer soffice --help eg: soffice --headless - 阅读全文
posted @ 2021-05-13 18:24 海-哥 阅读(1737) 评论(0) 推荐(0)
 
 

2021年4月9日

nginx 快速入门, 转狂神
摘要: 分享人:秦疆(遇见狂神说) 公司产品出现瓶颈?我们公司项目刚刚上线的时候,并发量小,用户使用的少,所以在低并发的情况下,一个jar包启动应用就够了,然后内部tomcat返回内容给用户。但是慢慢的,使用我们平台的用户越来越多了,并发量慢慢增大了,这时候一台服务器满足不了我们的需求了。于是我们横向扩展, 阅读全文
posted @ 2021-04-09 22:56 海-哥 阅读(93) 评论(0) 推荐(0)
 
 

2021年1月5日

tornado AsyncHTTPClient 上传文件
摘要: 来源 # -*- coding: utf-8 -*- # !/usr/bin/env python # Software: PyCharm # __author__ == "YU HAIPENG" # fileName: test.py # Month: 八月 # time: 2020/8/19 9 阅读全文
posted @ 2021-01-05 14:19 海-哥 阅读(268) 评论(0) 推荐(0)
 
 

2020年12月7日

Requests 请求报错 [SSL: SSL_NEGATIVE_LENGTH] dh key too small 修改方法
摘要: ''' requests 模块请求提示以下错误: 在Python3.4版本下代码可以正常运行,更高级版本会报错! urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.XXXX.com', port=XXX): Max ret 阅读全文
posted @ 2020-12-07 10:32 海-哥 阅读(892) 评论(0) 推荐(0)
 
 

2020年11月1日

MySQL 去重
摘要: mysql 在非严格模式下使用group by SELECT * from table GROUP BY table_name; 取所有字段不会报错 mysql 在非严格模式下使用group by 如果还想取别的字段; SELECT GROUP_CONCAT(distinct source) as 阅读全文
posted @ 2020-11-01 12:28 海-哥 阅读(139) 评论(0) 推荐(0)
 
 

2020年10月15日

爬虫知识点总结(七)PyQuery详解
摘要: https://www.cnblogs.com/cthon/p/9410588.html 官方学习文档:http://pyquery.readthedocs.io/en/latest/api.html 阅读全文
posted @ 2020-10-15 12:45 海-哥 阅读(99) 评论(0) 推荐(0)
 
 

2020年9月26日

python 操作git
摘要: -- coding: utf-8 -- !/usr/bin/env python Software: PyCharm time: 2020/9/26 20:57 noqa """ pip install gitpython """ import os from git.repo import Rep 阅读全文
posted @ 2020-09-26 22:17 海-哥 阅读(306) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3