摘要: import win32apiimport timeimport win32clipboardimport win32con #https://msdn.microsoft.com/en-us/library/windows/desktop/ms646260(v=vs.85).aspxdwData=-200for i in range(12): dwData -= 20 y+=20... 阅读全文
posted @ 2018-01-25 23:09 papering 阅读(210) 评论(0) 推荐(0) 编辑
摘要: import win32apiimport timeimport win32clipboardimport win32con# 捕获模拟器窗口 160-56 仅可单击打# 遍历url连接 -移动 126-766# 有道-更多释义-鼠标左单击 411-813# 有道查询口-鼠标左双击 959-270# 有道查询口-鼠标右单击 959-270# 有道查询口-鼠标左单击-剪切 1065-313tim... 阅读全文
posted @ 2018-01-25 22:46 papering 阅读(368) 评论(0) 推荐(0) 编辑
摘要: import pandas.io.clipboard as cbcb.copy(curl_cmd1) # 复制到剪切板print(cb.paste()) # 从剪切板粘贴(获取内容),并打印 import win32apiimport timeimport win32clipboardimport 阅读全文
posted @ 2018-01-25 21:41 papering 阅读(474) 评论(0) 推荐(0) 编辑
摘要: PyObject_VAR_HEAD Python-3.7.4\Include\object.h /* PyObject_VAR_HEAD defines the initial segment of all variable-size * container objects. These end w 阅读全文
posted @ 2018-01-25 20:14 papering 阅读(350) 评论(0) 推荐(0) 编辑
摘要: def insert_l(l, v, old_index, type='append'): r = [] # p<len(l) nl = len(l) for i in range(nl): if type == 'append': r.append(l[i]) if i == old_index: ... 阅读全文
posted @ 2018-01-25 19:32 papering 阅读(211) 评论(0) 推荐(0) 编辑
摘要: #n个人排序,相邻的两个人的顺序,不能重复出现,求组合数import randomdef my_factorial(i): r = 1 for i in range(1, i + 1): r *= i return ruid_l, uid_num, = [], 10while len(uid_l)< 阅读全文
posted @ 2018-01-25 17:48 papering 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 1、[2018-01-25 07]发布[10]篇文章第[1]篇:文章ID[2911] 预计发布时间[2018-01-25 06:52:55] 头条用户[月乖][841352]第[2]篇:文章ID[2911] 预计发布时间[2018-01-25 06:57:34] 头条用户[代][6565]第[3]篇 阅读全文
posted @ 2018-01-25 16:18 papering 阅读(207) 评论(0) 推荐(0) 编辑
摘要: MySQL JOIN原理 - M哥 - 博客园 https://www.cnblogs.com/shengdimaya/p/7123069.html MySQL-join的实现原理、优化及NLJ算法 - John_ABC - 博客园 https://www.cnblogs.com/JohnABC/p 阅读全文
posted @ 2018-01-25 14:06 papering 阅读(182) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-01-25 14:04 papering 阅读(266) 评论(0) 推荐(0) 编辑