首页 | 归档 | 分类 | 标签 | 关于 |
|
Welcome to Hexo! This is your very first post. Check documentation for more info
GLFWGLFW是一个专门针对OpenGL的C语言库,它提供了一些渲染物体所需的最低限度的接口。它允许用户创建OpenGL上下文,定义窗口参数以及处理用户输入,
管道的概念管道是操作系统中常见的一种进程间通信方式,它使用于所有POSIX系统以及Windows系列产品。 管道也是unix ipc的最老形式,管道有两种限制:
最近由于工作原因接触了docker,也就研究一下它的原理,主要看了阿里出的<<自己动手写docker>>,感觉蛮有意思,姑且记录一下。d
docker技术是近年来无比火热的技术,不管是哪个领域大家都在研究和使用docker。我们在使用docker的时候经常听人说,docker是基于linux内核的
背景由于要和开源社合办一个活动,要求线上线下同时进行,需要使用对方的云平台,本来以为只需要提供iso镜像就行了,没想到对方只支持docker镜像。虽然之前用过d
Cargo is configured to look for dependencies on crates.io by defalut. However I
When doing pattern matching or destructuring via let binding, the ref keyword ca
Let’s see the following codes: 1234567891011121314151617181920212223242526272829
第一步,先通过cargo创建一个新项目: 1cargo new rtoyos 项目结构如下: 123├── Cargo.toml├── src│ ├── mai
A module is a colletction of items: functions structs traits impl blocks other m
What does the bond mean? Somehow it can be translated as building up a strong bi
这几天在写Darwinia的eth-backing模块的测试,遇到不少问题,写个记录。 概述eth-backing模块的主要负责以太坊的跨链功能,darwini
About closureClosure in Rust, also called lamba expressions or lambdas, are func
This article is about setting up an environment for enbedded Linux application d
RuntimeThe Runtime is block execution logic of a blockchain, sometimes referred
Rust by examples notes about primitives. PrimitivesRust provides access to a wid
Some notes with Rust by example about formatting. Formatted printPrinting is han