blog
python大湿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tensorflow学习-1
Tensorflow学习-1 Tensorflow是一种计算图模型,用图表示计算过程的模型。Tensorflow程序一般分为图的构建和图的执行两个阶段。图的构建阶段也称为图的定义阶段,该过程会在图模型中定义所需的运算,每次运算的的结果以及原始的输入数据都可称为一个节点(operation ,缩写为op)。 ...原创 2019-08-01 10:09:55 · 175 阅读 · 0 评论 -
siege压力测试工具
siege 示例:siege -c255 -r10 --log=siege_result.log -f /root/siege-latest/url.txt 如果要支持https,需要先下载安装openssl, 下载地址:https://github.com/openssl/openssl 1.开始安装openssl git clone https://github.com/openssl/op...原创 2019-07-18 12:49:12 · 349 阅读 · 0 评论 -
uwsgi配置https问题
使用yum下载或者apt-get下载的uwsgi配置https会有问题 需重新pip下载,然后软连接一下,即可使用原创 2019-07-18 12:42:29 · 1574 阅读 · 0 评论 -
celery配置和守护进程启动
celery 配置: 消息传输的中间人 broker broker_url = ‘redis://:hundun@39.96.23.163:6379/1’ 保存结果后端 result_backend = ‘redis://:hundun@39.96.23.163:6379/1’ 创建celery应用 celery_app = Celery(‘u_test’) 加载celery配置文件中的配置 ce...原创 2019-07-12 17:18:54 · 1400 阅读 · 1 评论 -
520 表白方式
1、按 ctrl+f 然后输入 9 99669999996669999996699666699666999966699666699 99699999999699999999699666699669966996699666699 99669999999999999996699666699699666699699666699 99666699999999999966666999966699666699...转载 2019-05-23 12:07:58 · 332 阅读 · 0 评论 -
Nginx
Nginx配置文件: worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; server { listen 80; ser...原创 2019-03-30 15:38:21 · 289 阅读 · 0 评论 -
uwsgi
启动文件 [uwsgi] #监听的ip和端口 http = 39.96.23.163:8899 #项目目录 chdir = /root/py_web/ #flask程序的启动文件,通常在本地是通过运行 wsgi-file = gh_get.py #程序内启用的application变量名 callable = app #处理器个数 processes = 2 #获取uwsgi统计信息的服务地址 s...原创 2019-03-26 14:58:46 · 627 阅读 · 0 评论 -
研发管理工具
1.teambition https://www.teambition.com/原创 2019-03-26 11:48:43 · 1796 阅读 · 0 评论 -
写博客啦
开始我的博客之路 从今天开始,每天坚持一篇文章,加油,学习使我快乐!原创 2019-03-13 15:44:42 · 152 阅读 · 0 评论
分享