在powerup之后,如果要开始进行正常的传输操作,需要先对默认的virtual channel(VC0)进行Flow control的初始化,如果enable了新的virtual channel,也需要对这个新的channel进行初始化。 Virtual Channel的初始化分为两步: FC_I ...
分类:
其他好文 时间:
2019-01-29 18:26:54
阅读次数:
194
修改配置文件管理节点vim/etc/neutron/plugins/ml2/linuxbridge_agent.ini[linux_bridge]physical_interface_mappings=public:eth0,internal:eth1vim/etc/neutron/plugins/ml2/ml2_conf.ini[ml2_type_flat]flat_networks=publi
分类:
其他好文 时间:
2019-01-29 18:09:25
阅读次数:
318
https://www.jianshu.com/p/f98e77c9ec65 蓝牙4.1BLE协议栈的结构图如下: PHY(Physical Layer):物理层,蓝牙是工作在2.4GHz附近,这是工业、科学、医疗ISM的频段,免许可证。WIFI也是工作在同一个频段。蓝牙把频段切分为40个通道,3个 ...
分类:
移动开发 时间:
2019-01-28 10:50:57
阅读次数:
352
memset struct sockaddr_in, struct in_addr paddr : Converts a logical pointer into its physical address. This function is compatible with both shared a ...
分类:
编程语言 时间:
2019-01-26 11:09:48
阅读次数:
155
"E. Physical Education Lessons" 题目:一段长度为n的区间初始全为1,每次成段赋值0或1,求每次操作后的区间总和。(n define dd(x) cout P; typedef priority_queue BQ; typedef priority_queue,grea ...
分类:
其他好文 时间:
2019-01-25 11:31:58
阅读次数:
224
The name swap daemon is a bit of a misnomer as the daemon does more than just swap modified pages out to the swap file. Its task is to keep the memory ...
分类:
系统相关 时间:
2019-01-18 18:31:41
阅读次数:
150
在产品环境中,往往存在着大量的表连接情景,不管是inner join、outer join、cross join和full join(逻辑连接符号),在内部都会转化为物理连接(Physical Join),SQL Server共有三种物理连接:Nested Loop(嵌套循环),Merge Join ...
分类:
其他好文 时间:
2019-01-14 11:07:04
阅读次数:
190
1、ADO.net中加一段神奇的代码: string dataDir = AppDomain.CurrentDomain.BaseDirectory; if (dataDir.EndsWith(@"\bin\Debug\")||dataDir.EndsWith(@"\bin\Release\")) ...
分类:
Web程序 时间:
2019-01-01 12:31:33
阅读次数:
372
GPT是什么?GUID磁盘分区表(GUIDPartitionTable,缩写:GPT)其含义为“全局唯一标识磁盘分区表”,是一个实体硬盘的分区表的结构布局的标准。它是可扩展固件接口(EFI)标准(被Intel用于替代个人计算机的BIOS)的一部分,被用于替代BIOS系统中的一64bits来存储逻辑块地址和大小信息的主开机纪录(MBR)分区表 GPT有哪些功能?在MBR硬盘中,
分类:
系统相关 时间:
2018-12-29 12:00:37
阅读次数:
291
原文标题:Getting Physical With Memory 原文地址:http://duartes.org/gustavo/blog/ [注:本人水平有限,只好挑一些国外高手的精彩文章翻译一下。一来自己复习,二来与大家分享。] 在你试图理解一个复杂的系统时,如果能揭去表面的抽象并专注于最低级 ...
分类:
其他好文 时间:
2018-12-27 18:59:31
阅读次数:
150