随笔分类 - data
摘要:selenium iframe 定位 qq空间说说
阅读全文
摘要:MIP & AMP MIP & AMP 使用说明 1. MIP(Mobile Instant Page - 移动网页加速器),是一套应用于移动网页的开放性技术标准。通过提供MIP-HTML规范、MIP-JS运行环境以及MIP-Cache页面缓存系统,实现移动网页加速。 2. AMP(Accelera
阅读全文
摘要:win32gui.SetForegroundWindow(win32gui.FindWindow('BS2CHINAUI', 'BlueStacks App Player'))# win32api.SetCursorPos([658, 168]);x,y=745, 370win32api.mouse_event(win32con.MOUSEEVENTF_MOVE, x, y);win32ap...
阅读全文
摘要:my.os.ClickThisWindow.ClickThisPoint.py
阅读全文
摘要:find / | grep -v python | grep -v xl_ | grep -v xiaole |grep redis [root@hadoop3 ~]# find / | grep -v {python|xl_|xiaole} |grep redis-bash: xl_: 未找到命令
阅读全文
摘要:windll.user32.SetCursorPos(x, y)win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN | win32con.MOUSEEVENTF_LEFTUP, 0,0, 0,0)win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN | win32con.MOUSEEV...
阅读全文
摘要:http://yjy.people.com.cn/n/2014/0120/c245079-24169402.html machine
阅读全文
摘要:import requestsimport timeimport threadingimg_url = 'https://s3.pstatp.com/toutiao/static/img/logo.201f80d.png'img_dir = 'C:\\Users\\sas\\PycharmProjects\\py_win_to_unix\\crontab_chk_url\\personas\\...
阅读全文
摘要:单条sql走天下入库时间 更新时间 累计检测次数 时间全集 子集 SELECT h,tab_create_c,tab_update_c FROM ( SELECT DISTINCT h FROM ( SELECT FROM_UNIXTIME(cre...
阅读全文
摘要:从日志提取sql恢复误删改数据 遍历log目录 [root@hadoop3 log]# history | grep grep | grep log609 find / | grep access.log1009 find . -type f | xargs grep INSERT INTO > /
阅读全文
摘要:from selenium import webdriverfrom time import sleepimport timefrom selenium.webdriver.common.keys import Keysbrowser = webdriver.Firefox( executable_path='C:\\Users\\sas\\Pychar...
阅读全文
摘要:http://www.brendangregg.com/flamegraphs.html Flame graphs are a visualization of profiled software, allowing the most frequent code-paths to be identi
阅读全文