专题19-I2C驱动程序设计 第1课-I2C总线介绍 (1) 电气特性 I2C(Inter-Integrated Circuit)总线是由PHILIPS公司开发的两线式串行总线,用于连接微控制器及其外围设备。 I2C总线只有两根双向信号线。SDA: Serial Data Line-数据线SCL : ...
分类:
其他好文 时间:
2019-09-03 13:31:42
阅读次数:
97
为了方便测试dataplaneapi 基于官方的docker镜像,制作了一个简单的包含dataplaneapi 的镜像 下载dataplaneapi https://github.com/haproxytech/dataplaneapi/releases Dockerfile FROM haprox ...
{ "files.autoSave": "off", "editor.fontSize": 12, "terminal.integrated.rendererType": "dom", "eslint.autoFixOnSave": true, "eslint.validate": [ "javas... ...
分类:
其他好文 时间:
2019-08-29 18:26:00
阅读次数:
130
原文引用https://www.dazhuanlan.com/2019/08/26/5d6300778d22d/ The problemRecently I had received complaint about my capture service not export complete ima... ...
分类:
其他好文 时间:
2019-08-26 09:56:31
阅读次数:
117
原因是因为: touchmove事件冒泡; 解决方案: 阻止遮罩层冒泡,在小程序里面 利用catch+事件名就可以阻止冒泡, 所以 在遮罩层填上事件 catchtouchmove="preventdefault" 小程序1.5.0后可以写上 capture-catch:touchmove="prev ...
分类:
微信 时间:
2019-08-24 19:02:45
阅读次数:
134
一:确定手头的wifi 型号: lsusb: Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 ...
分类:
系统相关 时间:
2019-08-23 13:16:42
阅读次数:
245
三部分:表头/launch path /capture path 1.表头 1) 工具版本信息:如示例中的18.10-p001,对某个具体项目timing signoff 工具的版本最好保证一致; 操作系统信息:这一项无关紧要。 生产日期:这一项还是有看一下的必要,避免低级错误,哼哧哼哧debug ...
分类:
其他好文 时间:
2019-08-21 00:22:10
阅读次数:
459
PACKET_SNIFFER Capture data flowing through an interface. Filter this data. Display Interesting information such as: Login info(username&password). Vi ...
分类:
编程语言 时间:
2019-08-21 00:10:31
阅读次数:
117
Lambda表达式(可以理解为一个函数对象,调用时重载了“()”) 定义:一个匿名函数,通过不同[capture]来捕获上下文的变量,进行处理的函数 格式:[capture] (params) mutable -> return-type {} 参数介绍: [capture]: (params) m ...
分类:
其他好文 时间:
2019-08-18 18:05:21
阅读次数:
87
1.command + shift + P 变换主题 theme截屏 capture 2.添加代码片段 Sources->Snippets->new Snippets->save,run 3.command + p 迅速寻找资源 4.console 中的 '$'(1)$0 是对我们当前选中的 htm ...
分类:
其他好文 时间:
2019-08-18 14:03:04
阅读次数:
134