摘要: 当总体服从正太分布或总体不是正太分布但为大样本时,样本均值的抽样分布为正态分布 阅读全文
posted @ 2018-04-25 23:10 papering 阅读(162) 评论(0) 推荐(0) 编辑
摘要: gevent GitHub - gevent/gevent: Coroutine-based concurrency library for Python https://github.com/gevent/gevent gevent - 廖雪峰的官方网站 https://www.liaoxuefe 阅读全文
posted @ 2018-04-25 21:46 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 【要解决的问题】 判断微信群聊天中的视频的拍摄机型 手机 帧宽度 照片 宽度 帧大小与帧长度 - CSDN博客 https://blog.csdn.net/zy_whatafuck/article/details/79459772 结论: 1、总比特率=数据速率(图像)+ 音频比特率 +1 2、同一 阅读全文
posted @ 2018-04-25 20:34 papering 阅读(891) 评论(0) 推荐(0) 编辑
摘要: 即时通讯协议(Instant Messaging),即时消息和表示协议IMPP(Instant Messaging And PresenceProtocol),表示和即时消息协议PRIM(Presence and Instant Messaging Protocol),SIP即时消息和表示扩展协议S 阅读全文
posted @ 2018-04-25 19:36 papering 阅读(534) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-04-25 15:04 papering 阅读(304) 评论(0) 推荐(0) 编辑
摘要: s = '推荐 252阅读 14评论 0涨粉 0转发 0收藏 0' # 3.5万 for i in range(len(s) - 1): sub_ = s[i:i + 1] try: t = int(sub_) except Exception as e: s = s.replace(sub_, 'X') prin... 阅读全文
posted @ 2018-04-25 14:27 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: s = ''' 赠汪伦 唐代:李白 李白乘舟将欲行,忽闻岸上踏歌声。 桃花潭水深千尺,不及汪伦送我情。 ''' old_rows_l = s.split('\n') new_cols_num = len(old_rows_l) new_rows_num = max([len(i.replace(' ', '')) for i in old_rows_l]) l_l = [] new... 阅读全文
posted @ 2018-04-25 13:33 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 重复校验的实时性 阅读全文
posted @ 2018-04-25 11:20 papering 阅读(651) 评论(0) 推荐(0) 编辑
摘要: python beautifulsoup获取特定html源码 - 吴悟无 - 博客园 https://www.cnblogs.com/vickey-wu/p/6843411.html PyQuery库的使用 - CSDN博客 https://blog.csdn.net/qw_xingzhe/arti 阅读全文
posted @ 2018-04-25 09:06 papering 阅读(648) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-04-25 08:31 papering 阅读(636) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver import os import time import pymysql from bs4 import BeautifulSoup import requests import threading from selenium.webdriver.common.keys import Keys h, pt, u, p, db =... 阅读全文
posted @ 2018-04-25 04:23 papering 阅读(356) 评论(0) 推荐(0) 编辑