上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页

2019年4月10日

[修改高通平台WIFI MAC 地址] & [adb over wifi]

摘要: [修改高通平台WIFI MAC 地址]fccmd --helpfccmd startfccmd getwifimacfccmd setwifimac 74:AC:5F:F5:D7:40 [adb over wifi]连接USB线adb tcpip 5555adb connect 192.168.43 阅读全文

posted @ 2019-04-10 17:55 huangguanyuan 阅读(1584) 评论(0) 推荐(0)

2019年3月9日

iproute2+tc notes

摘要: iproute2+tc notes The iproute2+tc package allows access to the variety of neat new networking features in the 2.2 kernels. Policy routing, NAT, QoS, a 阅读全文

posted @ 2019-03-09 00:07 huangguanyuan 阅读(1158) 评论(0) 推荐(0)

2019年2月21日

List of features and minimum Clang version with support

摘要: #1: C++11 Language FeatureC++11 ProposalAvailable in Clang? Rvalue references N2118 Clang 2.9 Rvalue references for *this N2439 Clang 2.9 Initializati 阅读全文

posted @ 2019-02-21 00:13 huangguanyuan 阅读(215) 评论(0) 推荐(0)

2019年2月18日

WiFi无线连接过程中有哪几个主要步骤?

摘要: WiFi无线连接过程中有哪几个主要步骤?[1]在使用WIFI功能时,经常性的操作是打开手机上的WiFi设备,搜索到心目中的热点,输入密码,联网成功,成功上网。这个看似简单的过程,背后却是隐藏着大量的无线通信技术。用几个专业术语来表示这个过程,分别是:扫描(Scanning)、认证(Authentic 阅读全文

posted @ 2019-02-18 09:35 huangguanyuan 阅读(2661) 评论(0) 推荐(0)

2019年2月11日

MAC OS X

摘要: [Metal Programming Guide]https://developer.apple.com/library/archive/documentation/Miscellaneous/Conceptual/MetalProgrammingGuide/Introduction/Introdu 阅读全文

posted @ 2019-02-11 18:02 huangguanyuan 阅读(317) 评论(0) 推荐(0)

2019年1月25日

Calling Mojo from Blink

摘要: Variants Let's assume we have a mojom file such as this: module example.mojom; interface Foo { SendData(string param1, array<int32> param2); }; module 阅读全文

posted @ 2019-01-25 18:14 huangguanyuan 阅读(397) 评论(0) 推荐(0)

Converting Legacy Chrome IPC To Mojo

摘要: Converting Legacy Chrome IPC To Mojo Looking for Mojo Documentation? Contents Overview Deciding What to Do Moving Messages to Services Moving Messages 阅读全文

posted @ 2019-01-25 18:12 huangguanyuan 阅读(1219) 评论(0) 推荐(0)

Mojo For Chromium Developers

摘要: Overview This document contains the minimum amount of information needed for a developer to start using Mojo in Chromium. For more detailed documentat 阅读全文

posted @ 2019-01-25 18:11 huangguanyuan 阅读(361) 评论(0) 推荐(0)

Mojo C++ Bindings API

摘要: This document is a subset of the Mojo documentation. Contents Overview Getting Started Interfaces Basic Usage InterfacePtr and InterfaceRequest Creati 阅读全文

posted @ 2019-01-25 17:53 huangguanyuan 阅读(821) 评论(0) 推荐(0)

Mojo C++ System API

摘要: This document is a subset of the Mojo documentation. Contents Overview Scoped, Typed Handles Message Pipes Data Pipes Shared Buffers Native Platform H 阅读全文

posted @ 2019-01-25 17:45 huangguanyuan 阅读(663) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页

导航