webtest--python

# coding=utf-8 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.common.by import By class WeTes...
python | 2017-01-16 17:25 | 阅读 2138 次 | 评论 0 条

linux 操作比较

grep "query esl" log.txt | cut -d";" -f4 | cut -d " " -f3-7 | grep "success" | grep "0" | cut -d" " -f1 | sort | uniq -c | sort grep "query esl" log.txt | cut -d";" -f4 | cut -d " " -f3-7 | grep "success" | grep "1" | cut -d" " -f1 | sort | uniq -c | sort grep "query...
LInux | 2017-01-16 16:56 | 阅读 1392 次 | 评论 0 条

解决电脑端版Google Drive无法连接的问题

解决电脑端版Google Drive无法连接的问题 BY DAXI · 2016年9月23日 我使用Dropbox和GoogleDrive同时同步我的文件到云端磁盘,两者可以互为备份,请看我之前的这篇文章:让Google Drive和Dropbox同步同一个文件夹。但是今天遇到了一个问题,Google Drive总是提示无法连接。Dropbox由于自身支持代理设置,随意很好解决网络问题,直接把代理设定为我的Shadowsocks就行了。但是Google Drive并没有单独设定代理的地方,只能够使用IE浏览器的默认代理。而且很不稳定...
奇技淫巧 | 2017-01-07 16:19 | 阅读 9325 次 | 评论 0 条

adb command

If -p is not specified, the ANDROID_PRODUCT_OUT environment variable is used, which must be an absolute path. -H - Name of adb server host (default: localhost) -P ...
安卓测试 | 2017-01-06 14:29 | 阅读 1571 次 | 评论 0 条

git nano用法

nano 辅助说明 nano 编辑器是设计来在功能性及易用性方面,模仿华盛顿大学的Pico 文字编辑器。它包括四个主要部份:顶行显示程序版本、当前被编辑的文件名, 以及是否这文件已经更动过。接着是主要编辑区,显示正在编辑的文件。状态行位 于倒数第三行,用来显示重要的信息。底部的两行则显示编辑器中最常用到的快捷键 。 快捷键的记号定义如下:控制键组(Control-key) 序列是以一个 "帽子" (caret, ^)符号来表示,它可以通过Ctrl键或是按两次Esc 键来输入。脱离键组(Escape-key) 序列是以"中介" (Meta, M) 符号...
LInux | 2017-01-05 21:19 | 阅读 4373 次 | 评论 0 条

的好

元旦了。想写今年的回顾。想到哪里写哪里。无拘无束,这个是我们的风格 。
杂谈 | 2017-01-01 22:46 | 阅读 1157 次 | 评论 0 条
浏览2343221次