摘要: Linux删除空文件 空文件夹 阅读全文
posted @ 2019-03-27 15:33 🐳.城南 阅读(3511) 评论(0) 推荐(0)
摘要: adb 操作安卓手机 阅读全文
posted @ 2019-03-22 10:00 🐳.城南 阅读(583) 评论(0) 推荐(0)
摘要: adb 操作夜神模拟器 导入通讯录 阅读全文
posted @ 2019-03-21 14:01 🐳.城南 阅读(2931) 评论(0) 推荐(0)
摘要: linux 挂在windows共享文件夹 阅读全文
posted @ 2019-03-19 15:37 🐳.城南 阅读(188) 评论(0) 推荐(0)
摘要: linux phantomjs 安装 阅读全文
posted @ 2019-03-13 11:42 🐳.城南 阅读(406) 评论(0) 推荐(0)
摘要: python 获取文件夹下所有文件包含子目录文件 阅读全文
posted @ 2019-03-08 15:36 🐳.城南 阅读(9447) 评论(1) 推荐(1)
摘要: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter sudo apt install linux-headers-$(uname -r) build-essential dkms git clone https://github.com/t 阅读全文
posted @ 2019-03-05 13:54 🐳.城南 阅读(1801) 评论(0) 推荐(0)
摘要: 偶然情况下使用了japronto框架 测试后发现还是吊 附上结果 flask wrk -c 100 -t 1 -d 30s http://127.0.0.1:80/index Running 30s test @ http://127.0.0.1:80/index 1 threads and 100 阅读全文
posted @ 2019-02-27 17:55 🐳.城南 阅读(1274) 评论(0) 推荐(0)
摘要: 抓取qq音乐评论 (林俊杰-雪落下的声音 13061条) 制作词云图,是否值得一听 从最终的词云结果上来看,这首歌曲还是值得一听。 github: https://github.com/wang-zhibo/qq_music 阅读全文
posted @ 2018-11-25 23:56 🐳.城南 阅读(922) 评论(0) 推荐(0)
摘要: python opencv 去除水印 阅读全文
posted @ 2018-11-03 21:32 🐳.城南 阅读(2682) 评论(0) 推荐(0)
摘要: for i in `ps ax|grep superset|grep 8088|grep -v grep|awk '{print $1}'`;do kill -9 $i;done# ps -eo pid,etime,cmd | grep python | grep -v grep 获取程序运行时间 阅读全文
posted @ 2018-10-30 10:17 🐳.城南 阅读(826) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # Author : zhibo.wang # E-mail : d_1206@qq.com # Desc : ofo import time import random import socket import hashlib import datetime import threading ... 阅读全文
posted @ 2018-10-19 17:22 🐳.城南 阅读(1537) 评论(0) 推荐(0)
摘要: find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' 阅读全文
posted @ 2018-10-15 16:24 🐳.城南 阅读(209) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # Author : zhibo.wang # E-mail : d_1206@qq.com # Time : 2018/8/21 17:24 # Des : # import imutils # import numpy as np import cv2 from PIL impor... 阅读全文
posted @ 2018-08-31 12:16 🐳.城南 阅读(1640) 评论(0) 推荐(0)
摘要: 微信城市服务宜出行人口热力图数据抓取 阅读全文
posted @ 2018-06-28 14:32 🐳.城南 阅读(10274) 评论(7) 推荐(0)
摘要: #!/root/.pyenv/shims/python3.6 # -*- coding:utf-8 -*- # Anuthor : zhibo.wang # E-mail : d_1206@qq.com # Date : 18/04/12 16:11:28 # Desc : 美团酒店 import 阅读全文
posted @ 2018-06-28 14:22 🐳.城南 阅读(521) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # Author : zhibo.wang # E-mail : d_1206@qq.com # Date : 18/04/24 09:22:58 # Desc : 赶集租房 import hashlib im 阅读全文
posted @ 2018-06-28 14:19 🐳.城南 阅读(303) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # Author : zhibo.wang # E-mail : d_1206@qq.com # Date : 18/02/25 19:09:44 # Desc : 发送企业微信应用通知 import json import requests class Weixin: touse... 阅读全文
posted @ 2018-06-28 14:13 🐳.城南 阅读(1454) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import json import requests url = "https://app.ganji.com/datashare/" headers = { "Content-Type": "applica 阅读全文
posted @ 2017-11-09 21:18 🐳.城南 阅读(417) 评论(2) 推荐(0)
摘要: import re import json import time import requests from bs4 import BeautifulSoup tm_headers = { "scheme": "https", "Connection": "keep-alive", "Upgrade 阅读全文
posted @ 2017-11-01 18:44 🐳.城南 阅读(872) 评论(0) 推荐(0)