trunk\talk\app\webrtc\peerconnectionproxy.h文件中定义了PeerConnection的代理类,class PeerConnection : public PeerConnectionInterface,而#define BEGIN_PROXY_MAP(c) ...
分类:
编程语言 时间:
2017-05-09 13:50:46
阅读次数:
244
一、203_TC_FrameRate-1.tcl set chassisAddr 10.132.238.190 set islot 1 set portList {9 10} ;#端口的排列顺序是port1, port2 set ipList {10.0.0.3 20.0.0.3} ;#ip列表与p ...
分类:
其他好文 时间:
2017-04-24 19:45:42
阅读次数:
284
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right when one of ...
1、加方法,隐藏分割线 - (void)viewDidLoad { [super viewDidLoad]; //设置tableView不能滚动 [self.tableView setScrollEnabled:NO]; //在此处调用一下就可以啦 :此处假设tableView的name叫:tabl ...
分类:
其他好文 时间:
2017-03-31 20:43:41
阅读次数:
225
'key1value'); // == new ViewModel(array('key1' => 'key1value')); // 返回方式二: 会被dipatch处理器Zend\Mvc\View\Http\CreateViewModelListener::createViewModelFrom... ...
分类:
Web程序 时间:
2017-02-10 20:18:15
阅读次数:
209
实现appium的自动化,三步走,具体如下: 第一步:启动appium的服务端: 可以通过命令行的方式启动:cmd,然后输入appium,如下图 也可以打开桌面程序appium,点击右上角的运行按钮,如下图: 第二步,写自动化脚步,我这里用eclipse写的,使用appium的java客户端,如下图 ...
分类:
移动开发 时间:
2017-02-08 18:30:10
阅读次数:
307
appium命令行启动: appium --address "127.0.0.1" --session-override --pre-launch --debug-log-spacing --log "/tmp/appium.log" --platform-version "10.2" --plat ...
分类:
移动开发 时间:
2017-01-20 14:34:36
阅读次数:
493
适用于自定义的验证码类! <?php/* * To change this license header, choose License Headers in Project Properties.* To change this template file, choose Tools | Temp ...
分类:
Web程序 时间:
2016-12-26 18:40:40
阅读次数:
228
以下代码使用ApiDemos-debug.apk进行测试 //这个脚本用于演示PageFactory的功能:使用注解定位元素。 页面类的代码: ...
分类:
移动开发 时间:
2016-12-07 20:50:54
阅读次数:
327