Linux内核支持动态的加载模块运行:比如insmod first_drv.ko,这样就可以将模块加载到内核所在空间供应用程序调用。现在简单描述下insmod first_drv.ko的过程 1、insmod也是一个用户进程 2、insmod进程从命令行中读取要链接的模块名字:first_drv.k ...
分类:
系统相关 时间:
2018-08-13 12:16:51
阅读次数:
233
Time limit : 2sec / Memory limit : 1024MB Score : 700 points Problem Statement There is an integer sequence of length 2N: A0,A1,…,A2N?1. (Note that th ...
分类:
其他好文 时间:
2018-08-10 19:54:42
阅读次数:
258
A - Multiple of 2 and N Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100100 points Problem Statement You are given a positive integer NN. Find th ...
分类:
其他好文 时间:
2018-08-10 01:19:00
阅读次数:
168
Parallelogram Counting Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 6895 Accepted: 2423 Description There are n distinct points in the p ...
分类:
其他好文 时间:
2018-08-09 23:07:33
阅读次数:
221
这里讲的主要是关于文件,目录以及一部分磁盘的相关知识。主要依据是操作系统第4章 文件管理(参考书:王道的书)和鸟哥的私房菜的第567章。 在系统运行时,计算机以进程为基本单位进行资源的调度和分配;而在用户进行的输入、输出中,则以文件为基本单位。 1、什么是文件? 从比喻的角度来讲,操作系统是图书管理 ...
分类:
系统相关 时间:
2018-08-08 15:42:21
阅读次数:
226
map地图效果 官方文档:传送门 Page({ data: { markers: [{ iconPath: "/resources/others.png", id: 0, latitude: 23.099994, longitude: 113.324520, width: 50, height: 5 ...
分类:
微信 时间:
2018-08-08 13:34:47
阅读次数:
1057
[toc] 1、简介 Flannel是一种基于overlay网络的跨主机容器网络解决方案,也就是将TCP数据包封装在另一种网络包里面进行路由转发和通信, Flannel是CoreOS开发,专门用于docker多机互联的一个工具,让集群中的不同节点主机创建的容器都具有全集群唯一的虚拟ip地址 Flan ...
分类:
其他好文 时间:
2018-08-04 20:28:45
阅读次数:
374
A. Points in Segments time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Points in Segmen ...
分类:
其他好文 时间:
2018-08-04 18:54:21
阅读次数:
135
Time limit : 2sec / Memory limit : 256MB Score : 800 points Problem Statement In Finite Encyclopedia of Integer Sequences (FEIS), all integer sequence ...
分类:
其他好文 时间:
2018-08-04 11:38:32
阅读次数:
154
Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of a star ...
分类:
编程语言 时间:
2018-08-02 23:05:03
阅读次数:
245