自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

RToax

行百里者半九十

  • 博客(14)
  • 资源 (215)
  • 问答 (3)
  • 收藏
  • 关注

转载 程序员一般都浏览这些网站,不仅仅提升编程水平!

程序员作为一个经常和互联网打交道的人群,他们喜欢浏览那些网站呢?不爱敲代码的程序猿整理了以下网站供大家参考,排名不分先后:0. Googlehttps://google.com这个不用多说了吧。1.GitHub开发者最最最重要的网站:https://github.com这个不用多说了吧,代码托管网站,上面有很多资源,想要什么轮子,上去搜就好了。并且呢,上面有很多优秀的程序...

2019-06-30 09:58:46 478

转载 终于知道为什么NVIDIA的linux驱动这么烂了,一波官方文档告诉你:Linux GPU Driver Developer’s Guide

还记得Linus在记者会上那句话吗?so,NVIDIA, F**k you!https://www.kernel.org/doc/html/latest/gpu/index.htmlLinux GPU Driver Developer’s GuideIntroduction Style Guidelines Getting Started Contribution Pr...

2019-06-20 22:14:21 5527 1

转载 linux硬件监测:Linux Hardware Monitoring

https://www.kernel.org/doc/html/latest/hwmon/index.htmlTable of ContentsLinux Hardware MonitoringHardware Monitoring Kernel DriversLinux Hardware MonitoringThe Linux Hardware Monitoring kern...

2019-06-20 22:08:38 1458

转载 Linux Memory Management Documentation

https://www.kernel.org/doc/html/latest/vm/index.htmlTable of ContentsLinux Memory Management DocumentationUser guides for MM featuresKernel developers MM documentationLinux Memory Management...

2019-06-20 22:07:44 341

转载 还记得Iphone 4发布会乔布斯说的multi-touch吗?Multi-touch (MT) Protocol

https://www.kernel.org/doc/html/latest/input/multi-touch-protocol.html#protocol-example-aTable of Contents3. Multi-touch (MT) Protocol3.1. Introduction3.2. Protocol Usage3.3. Protocol Exampl...

2019-06-20 22:04:55 632

转载 The Linux/x86 Boot Protocol

https://www.kernel.org/doc/html/latest/x86/boot.html#memory-layout-of-the-real-mode-codeTable of Contents1. The Linux/x86 Boot Protocol1.1. Memory Layout1.2. The Real-Mode Kernel Header1.3. ...

2019-06-20 22:01:34 1077

转载 netdev FAQ

https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html#q-how-do-the-changes-posted-to-netdev-make-their-way-into-linuxTable of ContentsQ: What is netdev?Q: How do the changes posted t...

2019-06-20 21:57:11 824

转载 Software cursor for VGA

https://www.kernel.org/doc/html/latest/admin-guide/vga-softcursor.htmlby Pavel Machek <pavel@atrey.karlin.mff.cuni.cz> and Martin Mares <mj@atrey.karlin.mff.cuni.cz>Linux now has some ...

2019-06-20 21:48:29 345

转载 51单片机18B20测温1602LCD显示

源码地址:http://www.jdgcs.org/wiki/51%E5%8D%95%E7%89%87%E6%9C%BA18B20%E6%B5%8B%E6%B8%A91602LCD%E6%98%BE%E7%A4%BA_-_C51%E6%BA%90%E4%BB%A3%E7%A0%81//更多51单片机程序与资源:https://www.jdgcs.org/wiki/8051//[[18B20...

2019-06-20 21:42:35 3735 3

转载 马克思主义基本原理知识框架图——政治经济学中各种资本的划分

https://wenku.baidu.com/view/78e5f468284ac850ad0242e9.html

2019-06-19 22:23:59 4490

转载 政治经济学第一-三章脉络图

原文:https://wenku.baidu.com/view/9fa0ff063169a4517623a328.html

2019-06-19 22:21:26 775

转载 一张图看懂项目管理

原文链接:https://www.cnblogs.com/xiaobai007/p/8072185.html什么是项目管理项目是指一系列独特的、复杂的并相互关联的活动,这些活动有着一个明确的目标或目的,必须在特定的时间、预算、资源限定内,依据规范完成。项目管理是运用管理的知识、工具和技术于项目活动上,来达成解决项目的问题或达成项目的需求。项目管理过程受制于时间、人力、资源等的限制。一般...

2019-06-19 22:16:29 1373

转载 管理学课程

https://bbs.pinggu.org/guanlixue/kecheng.html一、核心课程管理学、微观经济学、宏观经济学、统计学、运筹学、会计学、财政学、财务管理、管理信息系统、国际贸易、国际金融、组织行为学、战略管理。二、课程目录序号 课程名称 课程简介 1 管理学 在管理的实践过程中,通过对管理工作中实际问题的科学分析和总结,形成的具有普...

2019-06-07 13:23:49 879

原创 经济学主要课程

主干学科:经济学主要课程:政治经济学、《资本论》、西方经济学、统计学、国际经济学、货币银行学、财政学、经济学说史、发展经济学、企业管理、市场营销、国际金融、国际贸易等。...

2019-06-07 13:20:43 1386

C语言设计模式 PDF《C Design Pattern》

C语言设计模式 PDF《C Design Pattern》C语言设计模式 PDF《C Design Pattern》C语言设计模式 PDF《C Design Pattern》C语言设计模式 PDF《C Design Pattern》

2024-04-17

C, GNUC GCC 预处理《The C Preprocessor》

C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C, GNUC GCC 预处理《The C Preprocessor》,C

2024-04-16

iperf2 版本,有时候用 iperf3 测试不支持 多 stream

iperf2 版本,有时候用 iperf3 测试不支持 多 stream

2023-12-08

fedora aarch64 39 Docker镜像

fedora aarch64 39 Docker镜像

2023-12-07

ostools操作系统系列工具

ostools操作系统系列工具

2023-12-06

ostools归档压缩文件

ostools归档压缩文件

2023-12-06

unixbench测试程序

unixbench测试程序

2023-12-06

User Guide: Open Build Service

This guide is part of the Open Build Service documentation. These books are considered to contain only reviewed content, establishing the reference documentation of OBS. This guide does not focus on a specic OBS version. It is also not a replacement of the documentation inside of the openSUSE Wiki (https://en.opensuse.org/Portal:Build_Service) . However, content from the wiki may be included in these books in a consolidated form.

2022-05-13

CentOS Stream 9 nasm 安装包

可参考: https://vault.centos.org/8.5.2111/PowerTools/Source/SPackages/nasm-2.15.03-3.el8.src.rpm

2022-05-01

CentOS Stream 9 nasm 源码包

可参考:https://vault.centos.org/8.5.2111/PowerTools/Source/SPackages/nasm-2.15.03-3.el8.src.rpm

2022-05-01

CentOS Stream9 的 terminator 源码 RPM 包。

CentOS Stream9 的 terminator 源码 RPM 包。

2022-04-30

CentOS Stream9 的 terminator RPM包

CentOS Stream9 的 terminator RPM包

2022-04-30

vim配置文件,vim配置文件

vim配置文件,vim配置文件

2022-02-24

Optimizing Linux Kernel with BOLT.pdf

• What is BOLT • How it works • Linux Kernel Challenges

2022-01-21

red_hat_enterprise_linux-8-customizing_anaconda-en-us.pdf

自定义ISO安装过程Anaconda文档,参见 https://gitee.com/rtoax/cclinux-product.img

2022-01-18

多路服务器的价值与实现技术.pdf

多路服务器的价值与实现技术.pdf多路服务器的价值与实现技术.pdf

2021-12-27

vim-config.tar.gz

vim-config.tar.gz

2021-11-11

cclinux-coreos-34.20211111.3.0-live.x86_64.iso

cclinux-coreos-34.20211111.3.0-live.x86_64.iso

2021-11-11

Kernel Probes for ARM-ELC2007.pdf

Kernel Probes for ARM-ELC2007.pdf

2021-10-22

Ftrace Kernel Hooks-More than just tracing.pdf

Ftrace Kernel Hooks-More than just tracing.pdf

2021-10-22

The Amazing World of Kprobes-2016.pdf

The Amazing World of Kprobes-2016.pdf

2021-10-22

binary-protection-schemes.pdf

binary-protection-schemes.pdf

2021-09-10

protecting_binaries.pdf

protecting_binaries.pdf

2021-09-10

DPDK Getting Started Guide for Linux

DPDK Getting Started Guide for Linux

2021-09-10

cpumemory-What Every Programmer Should Know About Memory.pdf

cpumemory-What Every Programmer Should Know About Memory.pdf

2021-09-10

architecture-instruction-set-extensions-programming-reference

architecture-instruction-set-extensions-programming-reference

2021-09-10

history_Intel_CPU.pdf

history_Intel_CPU.pdf

2021-09-10

ia-introduction-basics-paper.pdf

ia-introduction-basics-paper.pdf

2021-09-10

System V Application Binary Interface - AMD64 Architecture

System V Application Binary Interface - AMD64 Architecture Processor Supplement-abi

2021-09-10

The P4 Language Specification.pdf

The P4 Language Specification.pdf

2021-09-10

Hidden Linux Metrics with Prometheus eBPF Exporter.pdf

Hidden Linux Metrics with Prometheus eBPF Exporter

2021-09-03

ASN.1-asn1c图.vsdx

ASN.1-asn1c图.vsdx

2021-09-02

O-RAN.WG3.E2AP-v01.01-看9.3章.docx

O-RAN.WG3.E2AP-v01.01

2021-09-02

E2APDesign 2.0.pptx

E2APDesign 2.0.pptx

2021-09-02

e2ap-v01.01.asn1

e2ap-v01.01.asn1

2021-08-25

e2ap-v01.00.00.asn

前面的文档讲述了如何编译asn1c,如何选取合适的asn1c软件版本,及其简单使用方法。本文将对asn1c的详细使用进行介绍和分析。并结合 O-RAN E2AP (参考**O-RAN.WG3.E2AP-v01.01**)进行编码测试与调试。

2021-08-25

fastq-test-4.select-3.10.0-693.2.2.rt56.623.el7.x86_64.rar

一些火焰图,

2021-08-24

BPF Internals.pdf

BPF Internals.pdf

2021-07-31

intel64 和IA-32 编程手册

intel64 和IA-32 编程手册

2021-07-10

Intel 64 and IA-32 Architectures Software Developer’s Manual Combined

Intel 64 and IA-32 Architectures Software Developer’s Manual Combined Volumes1, 2A, 2B, 2C, 2D, 3A, 3B, 3C, 3D and 4-解密注释.pdf

2021-07-07

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除