Hexo
首页 归档 分类 标签 关于
首页 归档 分类 标签 关于

readlnh

Programmer & Joker

Shaoxing, China FOLLOW
18 posts
16 tags

categories  

  •   Linux
    •   APUE
      • Pipe(管道)的一些理解
    •   docker
      • 聊一聊linux中的cgroup
      • docker技术分析 - linux namespce机制
      • 如何在docker中运行ubuntukylin桌面系统
    •   loongson
      • How to setup environment for loongson LS1C0300B(mipsel) on Ubuntu18.04
  •   OpenGL
    • Opengl初学
  •   Rust
    •   Rust-by-example-notes
      • Formatting
      • Primitives
      • Closure
      • Modules
    •   blog_os notes
      • 笔记1-独立的Rust应用
    •   substrate
      • Substrate-workshop notes
      • Darwinia Eth-Backing
      • Bonding in darwinia and substrate
    • How to use local unpublished crate in Rust by cargo
    • ref in Rust
    • Returning Traits with `dyn`
  • Hello World

tags

  • Modules1
  • Rust11
  • Substrate3
  • Type1
  • blcokchain3
  • cargo1
  • closure1
  • crate1
  • cross-compile1
  • darwinia1
  • dyn1
  • loognson1
  • mipsel1
  • os1
  • ref1
  • trait1

APUE

Pipe(管道)的一些理解

2022-10-27
LinuxAPUE
John Doe © 2022 Creative Commons License
Powered by Hexo. Theme - wikitten
13823  |  12754
Posts
Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info

Opengl初学

GLFWGLFW是一个专门针对OpenGL的C语言库,它提供了一些渲染物体所需的最低限度的接口。它允许用户创建OpenGL上下文,定义窗口参数以及处理用户输入,

Pipe(管道)的一些理解

管道的概念管道是操作系统中常见的一种进程间通信方式,它使用于所有POSIX系统以及Windows系列产品。 管道也是unix ipc的最老形式,管道有两种限制:

聊一聊linux中的cgroup

最近由于工作原因接触了docker,也就研究一下它的原理,主要看了阿里出的<<自己动手写docker>>,感觉蛮有意思,姑且记录一下。d

docker技术分析 - linux namespce机制

docker技术是近年来无比火热的技术,不管是哪个领域大家都在研究和使用docker。我们在使用docker的时候经常听人说,docker是基于linux内核的

如何在docker中运行ubuntukylin桌面系统

背景由于要和开源社合办一个活动,要求线上线下同时进行,需要使用对方的云平台,本来以为只需要提供iso镜像就行了,没想到对方只支持docker镜像。虽然之前用过d

How to use local unpublished crate in Rust by cargo

Cargo is configured to look for dependencies on crates.io by defalut. However I

ref in Rust

When doing pattern matching or destructuring via let binding, the ref keyword ca

Returning Traits with `dyn`

Let’s see the following codes: 1234567891011121314151617181920212223242526272829

笔记1-独立的Rust应用

第一步,先通过cargo创建一个新项目: 1cargo new rtoyos 项目结构如下: 123├── Cargo.toml├── src│ ├── mai

Modules

A module is a colletction of items: functions structs traits impl blocks other m

Bonding in darwinia and substrate

What does the bond mean? Somehow it can be translated as building up a strong bi

Darwinia Eth-Backing

这几天在写Darwinia的eth-backing模块的测试,遇到不少问题,写个记录。 概述eth-backing模块的主要负责以太坊的跨链功能,darwini

Closure

About closureClosure in Rust, also called lamba expressions or lambdas, are func

How to setup environment for loongson LS1C0300B(mipsel) on Ubuntu18.04

This article is about setting up an environment for enbedded Linux application d

Substrate-workshop notes

RuntimeThe Runtime is block execution logic of a blockchain, sometimes referred

Primitives

Rust by examples notes about primitives. PrimitivesRust provides access to a wid

Formatting

Some notes with Rust by example about formatting. Formatted printPrinting is han

Pages
About
Tags
Categories
Categories
OpenGLOpenGL
LinuxLinux
APUELinux/APUE
dockerLinux/docker
RustRust
blog_os notesRust/blog-os-notes
Rust-by-example-notesRust/Rust-by-example-notes
substrateRust/substrate
loongsonLinux/loongson
Tags
RustRust
cargocargo
cratecrate
refref
dyndyn
traittrait
osos
ModulesModules
SubstrateSubstrate
blcokchainblcokchain
darwiniadarwinia
closureclosure
loognsonloognson
mipselmipsel
cross-compilecross-compile
TypeType