Radix sort by rust
基数排序在 Rust 中的实现 🦀 基数排序是一种非比较型的整数排序算法,它通过将整数键按照构成这些键的各个数字分组,然后对这些分组进行排序来实现排序。
Framing and Frame in Net
Framing and Frame in Network Communication 📦 Framing is a fundamental concept in network communication, transforming a continuous stream of data into
Web3
未读
ERC20 Contract built
ERC20 Contract built Requrirement 📂 完善合约,实现以下功能: 设置 Token 名称(name):“BaseERC20” 设置 Token 符号(symbol):“BERC20” 设置 Token 小数位 decimals:18 设置 Token 总量(tota
Tokio Async Example
Tokio Async Example This example demonstrates how to use the tokio crate to perform asynchronous operations. Tokio Async Example Prerequisites Install
Git Branches Synchronization
Git branches synchronization To synchronize branches in Git, you can use the following steps: Ensure that you are on the branch you want to synchroniz
Main Functions of Contract
Main Functions of Contract 1. transfer 函数 token.transfer(recipient, amount) 含义:将指定数量的代币从调用者(msg.sender)转移到接收者(recipient)地址。 定义:此函数通常存在于 ERC20 代币合约中,用于
Tmux 常用操作和快捷键
Tmux 常用操作和快捷键 一、写在前面 我们使用 Linux 的时候,常常需要多个会话操作,这时候有个tmux 工具可以实现在同一个会话中进行多窗口的显示的功能,而且在使用如 xshell 等工具远程链接使用服务器的时候,有时会话会断开,当我们重连 tmux 后,会发现之前的操作还可以保留。某种意
Windows
未读
Delete outdate SDKs
windows 清理过时的 dotnet sdks. 参考 1. 下载官方提供的软件。 Uninstall Tool: dotnet-core-uni