A long-distance telephone company charges its customers by the following rules: 一个长途电话公司费用告诉它的顾客需要遵循以下的规则 Making a long-distance call costs a certain ...
分类:
其他好文 时间:
2016-08-10 22:17:29
阅读次数:
167
UI自动化相关工具 1、appium平台 2、Apple的UIAutomation 3、Google的UIAutomation 简单的介绍一下这几个工具: 1、Appium简介 Appium使用WebDriver的json wire协议,来驱动Apple系统的UIAutomation库、Androi ...
分类:
移动开发 时间:
2016-08-08 19:08:26
阅读次数:
654
meta设置 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> ...
分类:
Web程序 时间:
2016-07-24 13:34:04
阅读次数:
246
Appium的前世今生 一、什么是Appium Appium是一个开源、跨平台的测试框架,可以用来测试原生及混合的移动端应用。Appium支持IOS、Android及FirefoxOS平台。Appium使用WebDriver的json wire协议,来驱动Apple系统的UIAutomation库、 ...
分类:
移动开发 时间:
2016-07-23 16:48:54
阅读次数:
1362
跨行或跨列的表格单元格 <table border="1"><tr> <th>Name</th> <th colspan="2">Telephone</th></tr><tr> <td>Bill Gates</td> <td>555 77 854</td> <td>555 77 855</td></ ...
分类:
Web程序 时间:
2016-07-21 06:24:57
阅读次数:
209
What is STOMP?
STOMP is a simple text-orientated messaging protocol. It defines an
interoperable wire format so that any of the available STOMP clients can communicate with any STOMP message broke...
分类:
Web程序 时间:
2016-07-19 10:30:19
阅读次数:
328
module pmodenc( clk, rst_n, A, B, BTN,// A_Debounce,// B_Debounce,// BTN_Debounce,// Rotary_right,// Rotary_left LED); input wire clk,rst_n; input wir ...
分类:
其他好文 时间:
2016-07-19 09:08:53
阅读次数:
285
检测手机号码是否合法,可以加上这几行代码。Stringreg="^[1][358][0-9]{9}$";
Patternpattern=Pattern.compile(reg);
Matchermatcher=pattern.matcher(telephone);
booleanb=matcher.matches();b为true合法,false不合法
分类:
移动开发 时间:
2016-07-14 15:59:33
阅读次数:
197
module traffic(clk,rst,out,time1,time2);input clk,rst;output reg [5:0] out; reg [3:0]timecont;output reg [3:0]time1;output reg[3:0]time2; wire clk1h; ...
分类:
其他好文 时间:
2016-07-06 21:34:10
阅读次数:
338
module qin(input clk,output reg beep,input [3:0] col,output [3:0] row_data,output [7:0]out ,input rst_n);wire [3:0] key;wire en;parameter STOP=0, DOD= ...
分类:
其他好文 时间:
2016-07-06 20:09:53
阅读次数:
134