随笔分类 - data
摘要:[len(i) for i in [banners_uid_set,logos_uid_set,banners_uid_set&logos_uid_set]]
阅读全文
摘要:df.to_dict() pandas.DataFrame — pandas 0.22.0 documentation http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html 取出某个轴的index te
阅读全文
摘要:the largest value you actually can transmit between the client and server is determined by the amount of available memory and the size of the communic
阅读全文
摘要:【要解决的问题】 判断微信群聊天中的视频的拍摄机型 手机 帧宽度 照片 宽度 帧大小与帧长度 - CSDN博客 https://blog.csdn.net/zy_whatafuck/article/details/79459772 结论: 1、总比特率=数据速率(图像)+ 音频比特率 +1 2、同一
阅读全文
摘要:使用selenium实现右键另存为保存文件 - 乔叶叶 - 博客园 http://www.cnblogs.com/qiaoyeye/p/4614430.html
阅读全文
摘要:http://my-bucket.oss-cn-beijing.aliyuncs.com/gen_mydir_video%2Fmy.mp4
阅读全文
摘要:Message: unknown error: Element is not clickable at point google chrome - Debugging "Element is not clickable at point" error - Stack Overflow https:/
阅读全文
摘要:统计日期 访客数 新访客数 老访客数 跳失率 浏览量 人均浏览量(访问深度) 人均停留时长(秒) PC端访客数 PC端浏览量 无线端访客数 无线端访客数占比 无线端浏览量 商品详情页访客数 商品详情页浏览量 被浏览商品数 支付子订单数 支付金额 支付转化率 PC端支付金额 无线端支付金额 无线端支付
阅读全文
摘要:# 导入模块 from wxpy import * # 初始化机器人,扫码登陆 bot = Bot()
阅读全文
摘要:对数据html文本 的处理 : 提取文字、图片、分句
阅读全文
摘要:去掉文件下所有的.svn - CSDN博客 https://blog.csdn.net/arui_email/article/details/9055645 FOR /r D:\testsvn\produce_video %%a IN (.svn) DO rmdir /s/q %%a FOR /r
阅读全文
摘要:Python实现文字转语音功能 https://zhuanlan.zhihu.com/p/26726297 语音库(发音人) - 朗读女 http://www.443w.com/tts/?post=2 文档中心--百度AI https://ai.baidu.com/docs#/TTS-Online-
阅读全文
摘要:import win32con import win32api import time def click_single(tuple_xy, sleep_l=[0, 0], type_left='left'): x, y = tuple_xy win32api.SetCursorPos([x, y]) if type_left == 'left': ...
阅读全文
摘要:https://en.wikipedia.org/wiki/FourCC A FourCC (literally, four-character code) is a sequence of four bytes used to uniquely identify data formats. The
阅读全文
摘要:import pymysql h, pt, u, p, db = 'rm-2zeoye0j3957bw1w2.mysql.rds.aliyuncs.com', 3306, 'tongji_2017', 't3o5N7g7j2I', 'direct_ad' h, pt, u, p, db = '100.118.74.223', 3306, 'tongji_2017', 't3o5N7g7...
阅读全文
摘要:小结: 1、 内存不够怎么办?1.5.1 关于隔离1.5.2 分段(Segmention)1.5.3 分页(Paging) 《程序员的自我修养——链接、装载与库》 https://baike.baidu.com/item/分页 分页(英语:Paging),是一种操作系统里存储器管理的一种技术,可以使
阅读全文
摘要:中文名称 CURD 含义 数据库技术中的缩写词 操作对象 一般的项目开发的各种参数 作用 用于处理数据的基本原子操作 中文名称 CURD 含义 数据库技术中的缩写词 操作对象 一般的项目开发的各种参数 作用 用于处理数据的基本原子操作 中文名称 CURD 含义 数据库技术中的缩写词 操作对象 一般的
阅读全文