随笔分类 -  data

上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要:http://sztocc.sztb.gov.cn/roadcongmore.aspx最终实现这几个图:1. 实时道路交通可视化2. 实时道路拥堵排名3. 历史路况时间序列图4. 每日每小时道况热力图5. 每小时内道况南丁格尔玫瑰图6. 每小时内总体路况圆盘图 阅读全文
posted @ 2018-03-19 17:56 papering 阅读(308) 评论(0) 推荐(0)
摘要:## Prevent the "split brain" by configuring the majority of nodes (total number of nodes / 2 + 1):## discovery.zen.minimum_master_nodes: 3# 阅读全文
posted @ 2018-03-13 14:40 papering 阅读(225) 评论(0) 推荐(0)
摘要:bulk [root@hadoop2 ~]# cat bulk.del.es.json {"delete":{"_index":"direct_vote","_type":"kwaddress","_id":"b2b.88152.com/show-3005770.html"}}{"delete":{ 阅读全文
posted @ 2018-03-13 08:30 papering 阅读(476) 评论(0) 推荐(0)
摘要:=HYPERLINK("http://"&C2,"http://"&C2) 阅读全文
posted @ 2018-03-12 11:27 papering 阅读(688) 评论(0) 推荐(0)
摘要:通过分析访问的路径,发现,访问者访问其他页面,直接跳出 页面跳出率 100% 说明: 连作者都发现的导航路径不清晰 对导航进行改版:清晰、明了 阅读全文
posted @ 2018-03-08 18:33 papering 阅读(239) 评论(0) 推荐(0)
摘要:RewriteEngine OnRewriteBase / RewriteCond %{HTTP_USER_AGENT} (android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hipto 阅读全文
posted @ 2018-03-07 16:19 papering 阅读(258) 评论(0) 推荐(0)
摘要:js 修改 iframe it=document.getElementById('ueditor_0').contentWindow.document.getElementsByTagName("body")[0]; it.innerHTML='<li ><img src="https://www. 阅读全文
posted @ 2018-03-06 16:09 papering 阅读(925) 评论(0) 推荐(0)
摘要:持久化存储 Getting console.log output from Chrome with Selenium Python API bindings - Stack Overflow https://stackoverflow.com/questions/20907180/getting-c 阅读全文
posted @ 2018-02-23 14:26 papering 阅读(325) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/24302048 阅读全文
posted @ 2018-02-23 09:13 papering 阅读(371) 评论(0) 推荐(0)
摘要:Download | Node.js https://nodejs.org/en/download/ wget https://nodejs.org/dist/v8.11.3/node-v8.11.3.tar.gz npm https://www.npmjs.com/ What is npm? Us 阅读全文
posted @ 2018-02-16 18:25 papering 阅读(209) 评论(0) 推荐(0)
摘要:ClipboardEvent.clipboardData https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/clipboardData 阅读全文
posted @ 2018-02-06 09:54 papering 阅读(312) 评论(0) 推荐(0)
摘要:python实现自动重启本程序的方法 http://www.jb51.net/article/69174.htm 阅读全文
posted @ 2018-02-05 17:00 papering 阅读(744) 评论(0) 推荐(0)
摘要:function c(i){console.log(i)};ia=document.getElementsByClassName("xlistju");len=ia.length;function c(i){console.log(i)};iaimg=document.getElementsByCl 阅读全文
posted @ 2018-02-03 22:03 papering 阅读(362) 评论(0) 推荐(0)
摘要:加文字 阅读全文
posted @ 2018-02-02 22:17 papering 阅读(128) 评论(0) 推荐(0)
摘要:https://www.whoscored.com/Players/24328/Show/Edinson-Cavani 阅读全文
posted @ 2018-02-02 18:48 papering 阅读(148) 评论(0) 推荐(0)
摘要:回首页 用通用底部栏,不用回退键,且多次点击,刷新首页 #回首页 用通用底部栏,不用回退键,且多次点击,刷新首页bx,by=(43,91)bx,by=(58,996)win32api.SetCursorPos([bx, by])win32api.mouse_event(win32con.MOUSEE 阅读全文
posted @ 2018-02-02 17:40 papering 阅读(350) 评论(0) 推荐(0)
摘要:对剪切板的失控异常的处理 多半的时间再处理剪切板的失控 冗余操作 阅读全文
posted @ 2018-02-02 16:31 papering 阅读(710) 评论(0) 推荐(0)
摘要:import timeimport win32gui, win32ui, win32con, win32apifrom PIL import Imageimport pytesseractimport osqqu, qqp = ('2235', 'h2020')# 将app窗口置为当前窗口,等效点, 阅读全文
posted @ 2018-02-02 15:01 papering 阅读(241) 评论(0) 推荐(0)
摘要:import timeimport win32gui, win32ui, win32con, win32apifrom PIL import Imageimport pytesseract# 将app窗口置为当前窗口,等效点,选3个,点击time.sleep(10)l = [(15, 81), (23, 120), (22, 126)]for i in l: x, y = i wi... 阅读全文
posted @ 2018-02-02 11:53 papering 阅读(415) 评论(0) 推荐(0)
摘要:控制鼠标点击+屏幕文字识别:当前在处理的问题是模拟机卡顿和页面加载内容延迟时间的随机性,二者影响对鼠标任务的控制 如果屏幕有标识点的话;目前的解决方式 重复点击不冲突的坐标点,回到可控位置 阅读全文
posted @ 2018-01-31 15:49 papering 阅读(162) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页