背景 了解机制有利于对内核有更深的认识。 wget https://mirrors.aliyun.com/linux kernel/v3.x/linux 3.2.61.tar.xz 内核 1. 在drivers/of/fdt.c 中有如下初始化函数 注释上:展开设备树,创建device_nodes到 ...
分类:
系统相关 时间:
2020-02-12 12:56:02
阅读次数:
120
热词爬取 package word; import java.io.IOException; import org.jsoup.Connection;import org.jsoup.Jsoup;import org.jsoup.nodes.Document;import org.jsoup.nod ...
分类:
其他好文 时间:
2020-02-11 00:22:20
阅读次数:
66
Nodes that support the various features described above can be formed into a mesh network. An illustration of a mesh network is shown in Figure 2.8 be ...
分类:
其他好文 时间:
2020-02-08 17:35:51
阅读次数:
75
The functionality of nodes is determined by the features that they support. All nodes have the ability to transmit and receive mesh messages. Nodes ca ...
分类:
其他好文 时间:
2020-02-08 17:33:33
阅读次数:
86
``` kubectl get pods -n kube-system -o wide/yaml/json kubectl get nodes kubectl get ns kubectl get deployment kubectl api-resources kubectl create nam... ...
分类:
其他好文 时间:
2020-02-07 23:56:42
阅读次数:
108
1 """ 2 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. ...
分类:
其他好文 时间:
2020-02-07 18:47:24
阅读次数:
67
1 """ 2 Given a linked list, swap every two adjacent nodes and return its head. 3 You may not modify the values in the list's nodes, only nodes itself ...
分类:
其他好文 时间:
2020-02-07 18:27:44
阅读次数:
58
Given the root node of a binary search tree, return the sum of values of all nodes with value between L and R (inclusive). The binary search tree is g ...
分类:
其他好文 时间:
2020-02-07 10:19:29
阅读次数:
70
网络结构:对象: 节点,端点 (nodes, vertices) N交互:链接,边 (links,edges) E系统:网络,图,图谱 (network,graph) G(N,E)Graph与Network的区别:Network:真实存在的系统,如网络Web,社交网络social network,新... ...
分类:
Web程序 时间:
2020-02-07 01:31:45
阅读次数:
120
package hotword; import java.io.IOException; import org.jsoup.Connection; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.no ...
分类:
其他好文 时间:
2020-02-05 13:33:12
阅读次数:
80