本篇文章介绍如何使用JS和键盘对象对页面进行滑动滚动条-------------主要针对java做自动化测试的同学 一:使用键盘对象操作滚动条 //导包 import org.openqa.selenium.interactions.Actions; // 创建鼠标键盘操作对象 Actions ac... ...
分类:
编程语言 时间:
2018-09-25 16:36:00
阅读次数:
346
1、本地生成密钥 ` 2 、查看已生成的公钥 3、将公钥加入Git Project中 进入Project Repository Settings Deploy Keys中,加入第二步查看的公钥。Title自行设置,Key中输入公钥内容。 4、在Jenkins机器上验证能否正常拉取代码 5、查看已生成 ...
分类:
其他好文 时间:
2018-09-20 13:51:04
阅读次数:
246
menu = {'PS':{ 'EPC':{'USN', 'UGW','CG','DNS' }, 'UPCC':{'PCRF', 'SPR','SW'}}, 'CS': {'IMS': {'CSCF', 'AF'}, 'GSM':{'UMG', 'SERVER'}} }while True: for ...
分类:
其他好文 时间:
2018-09-09 12:02:00
阅读次数:
157
Description The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this ...
分类:
其他好文 时间:
2018-09-01 20:29:34
阅读次数:
129
Description The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this ...
分类:
其他好文 时间:
2018-08-30 16:46:13
阅读次数:
161
Hostnames or NetBIOS names were used to provide a friendlier means of identifying servers or workstations. NetBIOS names is based on an older protocol ...
分类:
移动开发 时间:
2018-08-22 16:57:40
阅读次数:
163
UMTSkeeper: keep your UMTS/GPRS/GSM connection alive automaticallyby Elias from MintakaThis page is about UMTSkeeper version 2 (Python version). If yo... ...
分类:
其他好文 时间:
2018-08-22 16:50:38
阅读次数:
243
相关博客:https://www.cnblogs.com/chentianwei/p/9374341.html (讲的更明白,有图) HTTPS 7.1http的缺点 7.11 通信被窃听 互联网上任何角落都存在被窃听的风险。 Packet Capture, Sniffer抓包和嗅探器,如广泛使用的 ...
分类:
Web程序 时间:
2018-08-18 13:21:38
阅读次数:
248
由开放移动联盟(OMA)和GSM协会(GSMA)等主要标准组织制定的消息传送技术在架构和技术细节方面有许多相似之处。 OMA融合IP消息系统(CPM)从一开始就基于OMA SIMPLE IM进行设计. 因此重用了其大部分有关即时消息功能的详细技术。 GSMA丰富通信套件(RCS)在其早期版本中采用了 ...
分类:
其他好文 时间:
2018-07-21 11:55:01
阅读次数:
653
使用SIMCOM公司通信模块已经好几年了,周末抽空把底层重新写了,将底层的通信与应用完全进行了分离,便于移植。 SIMCOM.h //定义了相关的结构体与类型。 SIMCOM_AT.c//定义了底层的AT接口 SIMCOM_GSM.c//需要的模块GSM相关命令 SIMCOM_GPRS.c//上网相 ...
分类:
其他好文 时间:
2018-07-10 21:31:19
阅读次数:
496