码迷,mamicode.com
首页 >  
搜索关键字:wire    ( 200个结果
2、netlink简介
Netlink 是一种特殊的 socket,它是 Linux 所特有的,类似于 BSD 中的AF_ROUTE 但又远比它的功能强大,目前在最新的 Linux 内核(2.6.14)中使用netlink 进行应用与内核通信的应用很多,包括:路由 daemon(NETLINK_ROUTE),1-wire ...
分类:Web程序   时间:2016-12-11 03:14:14    阅读次数:235
1-wire单总线DS18B20
要想实现单总线通信,每一个挂在总线上的从机必须拥有开路或3态输出。单总线DS18B20的DQ引脚用内部电路实现了开漏输出,其等效电路如下图; 当单片机IO引脚配置为 DS18B20开漏输出高阻态,被上拉电阻拉为高电平。 +5V-->4.7K上拉电阻-->DQ-->(5uA Typ)-->GND TX ...
分类:其他好文   时间:2016-12-06 02:21:10    阅读次数:185
dtrace.org
http://dtrace.org/blogs/rm/2016/09/15/turtles-on-the-wire-understanding-how-the-os-uses-the-modern-nic/ Turtles on the Wire: Understanding how the OS ...
分类:其他好文   时间:2016-10-17 23:21:25    阅读次数:232
Python网络编程——主机字节序和网络字节序之间的相互转换
If you ever need to write a low-level network application, it may be necessary to handle the low-level data transmission over the wire between two mac ...
分类:编程语言   时间:2016-09-16 01:33:06    阅读次数:225
RS485接线 - 为什么要给2线制RS485接3根线?
http://www.chipkin.com/rs485-cables-why-you-need-3-wires-for-2-two-wire-rs485/ RS485 needs 3 conductors and a shield. Many people say its a two wire n ...
分类:其他好文   时间:2016-09-12 19:05:07    阅读次数:269
Appium 测试APK
介绍 Appium是一个开源、跨平台的测试框架,可以用来测试原生及混合的移动端应用。Appium支持iOS、Android及FirefoxOS平台测试。Appium使用WebDriver的json wire协议,来驱动Apple系统的UIAutomation库、Android系统的UIAutomat ...
分类:移动开发   时间:2016-08-28 17:50:14    阅读次数:302
【Quartus警告】created implicit net for XXX.
【警告内容】Warning (10236): Verilog HDL Implicit Net warning at forward_replace.v(16): created implicit net for "out_1" 【解决方法】将out_1声明为wire型即可,这个问题出现在调用的两个 ...
分类:Web程序   时间:2016-08-15 10:25:39    阅读次数:1033
16.04 Install wireshark
Installation Instructions Add the official PPA sudo add-apt-repository ppa:wireshark-dev/stable update the repository sudo apt-get update install wire... ...
分类:其他好文   时间:2016-08-15 10:08:51    阅读次数:139
appium入门知识
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
Appium的前世今生
Appium的前世今生 一、什么是Appium Appium是一个开源、跨平台的测试框架,可以用来测试原生及混合的移动端应用。Appium支持IOS、Android及FirefoxOS平台。Appium使用WebDriver的json wire协议,来驱动Apple系统的UIAutomation库、 ...
分类:移动开发   时间:2016-07-23 16:48:54    阅读次数:1362
200条   上一页 1 ... 8 9 10 11 12 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!