rsync+inotify企业网站同步的方式有多重,可以用共享硬盘挂载方式,但是也可以是用rsync+inotify-tool的方式。rsync:负责把数据推送到服务端。inotify:负责在客户端监控代码或者文件变更,触发推送。环境说明:centos-6.5A服务端(192.168.10.2)B客户端(192.168.10.1)2:配置文..
分类:
Web程序 时间:
2014-10-15 15:55:41
阅读次数:
352
monkeyrunner工具前言:最近开始研究Android自动化测试方法,对其中的一些工具、方法和框架做了一些简单的整理,其中包括android测试框架、CTS、Monkey、Monkeyrunner、benchmark、其它test tool等等。因接触时间很短,很多地方有不足之处,希望能和大家...
分类:
移动开发 时间:
2014-10-14 22:59:39
阅读次数:
320
Unix Disk I/O Benchmarksfio- NEW!fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 13 differ...
分类:
其他好文 时间:
2014-10-13 12:54:49
阅读次数:
552
前言:Android自动化测试工具、方法和框架,包括android测试框架、CTS、Monkey、Monkeyrunner、benchmark、test tool等。一、 什么是MonkeyMonkey是Android中的一个命令行工具,可以运行在模拟器里或实际设备中。它向系统发送伪随机的用户事件....
分类:
移动开发 时间:
2014-10-11 17:25:55
阅读次数:
181
来源:http://ued.taobao.org/blog/2012/06/debug-with-chrome-dev-tool/ 感谢作者分享~~·这篇文章是根据目前chrome稳定版(19.0.1084.52 m)写的, 因为 google 也在不断善chromedeveloper tool,....
分类:
其他好文 时间:
2014-10-11 12:44:25
阅读次数:
286
说明:程序使用http://s.tool.chinaz.com/same此网站查询的结果,使用python简单的实现抓取结果
先随便查询一个结果,抓包分析,如图:
使用python模仿post表单,使用正则表达式匹配结果
代码如下:
# -*- coding: utf-8 -*-
import urllib
import urllib2
import re
import ...
分类:
编程语言 时间:
2014-10-11 04:15:34
阅读次数:
249
/*****************************************************************************
* OpenST Basic tool library *
* Copyright (C) 2014 Henry.Wen renhuabes...
分类:
其他好文 时间:
2014-10-10 18:43:04
阅读次数:
178
winpcap和libpcap winpcap windows packet capture WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network ...
NetHogs是一款小巧免费的开源命令行工具,用来按进程或程序实时统计网络带宽使用率。对于使用类似于“repo tool”、“depot_tools”等工具checkout源码时非常有用,可以查看当前的下载速度信息,让你不白瞎等待。Ubuntu系统下安装sudo apt-get install ne...
分类:
Web程序 时间:
2014-10-09 21:55:17
阅读次数:
288
紧接上一个的项目,使用NGUI在Plane下创建Button
选中Hierarchy窗口中Plane,选择菜单NGUI->Open->Widget Wizard,打开Widget Tool窗口
在Widget Tool窗口选择先前制作的Atlas,在Template中选择Button,在Background选择按钮背景图,Add To选择Plane,按钮就会出现了。
...
分类:
其他好文 时间:
2014-10-09 17:33:07
阅读次数:
286