Chinaunix首页 | 论坛 | 博客
  • 博客访问: 22435
  • 博文数量: 3
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2018-08-23 18:31
个人简介

I can do all things!

文章分类

全部博文(3)

文章存档

2019年(3)

我的朋友

发布时间:2019-08-01 15:22:41

1. nil : https://studygolang.com/articles/115352. keywords and identifiers in GO : https://go101.org/article/keywords-and-identifiers.html3. Unicode Standard 8.0 : http://www.unicode.org/versions/Unicode8.0.0/4. working files go: https://www.devdungeon.com/content/working-files-go#write_bytes or .........【阅读全文】

阅读(4134) | 评论(0) | 转发(0)

发布时间:2019-07-25 18:36:11

License:     LGPL Mozilla GPL BSD MIT Apache......【阅读全文】

阅读(1273) | 评论(0) | 转发(0)

发布时间:2019-06-18 13:08:39

kernel/include$ vim linux/kdev_t.h#define MINORBITS   20#define MINORMASK   ((1U << MINORBITS) - 1)#define MAJOR(dev)  ((unsigned int) ((dev) >> MINORBITS)) #define MINOR(dev)  ((unsigned int) ((dev) & MINORMASK))#define MKDEV(ma,mi)    (((ma) << M.........【阅读全文】

阅读(4950) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册