1.手机助手 1.1 USB链接 可以读取手机的PID和VID,确定唯一的设备,可以给手机安装对应的驱动等 socket在固定端口通信 1.2 WIFI链接 pc在电脑在整个网段发送UDP数据包,手机连接wifi后可以监听这个端口,收到数据包,试图与pc机建立连接 1.3 蓝牙 通过Bluetoot ...
分类:
移动开发 时间:
2016-06-25 17:52:46
阅读次数:
217
USB(Universal Serial BUS,通用串行总线)协议规定,所有的USB设备都有VID(Vendor ID,供应商识别码)和PID(Product ID,产品识别码)。VID由供应商向USB-IF(Implementers Forum,应用者论坛)申请。每个供应商的VID是唯一的,PI ...
分类:
其他好文 时间:
2016-06-22 23:33:23
阅读次数:
182
Linux下查看PID命令 cat /proc/bus/usb/devices 或 lsusb 方法一:在/etc/init.d/rcS中添加mount -t usbfs none /proc/bus/usb. 方法二:在shell中输入mount -t usbfs /proc/bus/usb /p ...
分类:
系统相关 时间:
2016-06-20 15:29:42
阅读次数:
1076
http://www.linux-usb.org/usb.ids ...
分类:
其他好文 时间:
2016-06-20 15:28:38
阅读次数:
16379
设备:思科三层一台TPAC2001台TPAP2台目的:设置多个SSID信号,每个信号独立一个网段,终端自动获取IP。遇到的困难:按照TP说明AP所在端口添加至指定VLAN,同时AC中SSID绑定对应VID,但是无线终端无法获取IP。设置:三层中划分VLAN100AC使用地址设定为192.168.100.254VLAN101WI..
分类:
其他好文 时间:
2016-05-25 19:00:56
阅读次数:
397
vid=i0197o2dpcw&auto=0"allowFullScreen="true"quality="high"width="480"height="400"align="middle"allowScriptAccess="always"type="application/x-shockwave-flash"></embed>http://www.ganggebanyt.com/
分类:
其他好文 时间:
2016-05-15 20:07:10
阅读次数:
178
腾讯视频的生成代码:<iframeclass="video_iframe"style="z-index:1;width:100%!important;height:650.5px!important;overflow:hidden;"height="650.5"width="100%"frameborder="0"data-src="http://v.qq.com/iframe/player.html?vid=你的视频ID&width=100%25&a..
分类:
Web程序 时间:
2016-05-06 19:53:08
阅读次数:
1275
页面中的调用如下: <iframe id="video_iframe" class="video_iframe" src="TenVideoPlayer/player.html?vid=w0197gg5mk3&auto=0" frameborder="0"></iframe> 视频标识为vid,vi ...
分类:
微信 时间:
2016-05-06 19:14:52
阅读次数:
675
学习地址:(腾讯课堂)https://ke.qq.com/webcourse/index.html#course_id=89002&term_id=100088372&taid=153454886607786&vid=g1405vp74jf 主要内容如下: 一、接口测试的相关基础知识 什么是接口测试 ...
分类:
其他好文 时间:
2016-04-17 20:37:30
阅读次数:
139
昨天由于需要,写了第一个需要ajax的程序,之前只是看过相关介绍,没想到这么有用,记录一下,如有错误,还希望大家提出$(document).ready(function () {//获取url中名字为vid的值 var params = window.location.search; //获取url
分类:
Web程序 时间:
2016-02-04 10:42:19
阅读次数:
177