RUST-Basic
Variable
Data Type
String
Vec
1Vec::join
Values
Option
Statement
Symbol
12{:?}{:#?}
Loop Statement
Condition Statement
Function Feature
#[derive(Debug)]
#[derive(Debug) ...
RUST
Install
Example
Run Demo
Use rustc
hello.rs
123fn main(){ println!("hello world")}
rustc hello.rs
./hello
Use Cargo
123cargo new hellocd hellocargo run
Test Demo
mk ...
LING-Infomation Salo
We live in an Information Age, where computers have become an integral part of our daily lives. Personally, I work with a computer every day, constantly exploring and seeking out better programming to ...
Solana环境部署
安装
Cargo安装
二进制安装
Solana Cli
问题处理
Linux出现不支持AVX2指令的解决办法
[2023-09-14T08:41:31.273811400Z INFO solana_perf] AVX detected
[2023-09-14T08:41:31.273825030Z ERROR solana_perf] Incompatible CPU dete ...
Nodejs环境配置
安装NVM
要安装 nvm(Node Version Manager),可以按照以下步骤进行:
Linux安装nvm
打开终端。
在终端中运行以下命令来安装 nvm 的安装脚本:
1curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
这将下载并运行 nvm 的安装脚本。
安装完成后,终端 ...
开悟
前言
目录
01 人生一世最大的成就是什么?
02 开悟最简单的第四种途径——当下顿悟
03 我见证了父亲的开悟时刻
04 开悟就是找到第三个“我”在哪里
05 捐出100万还要说谢谢
06 大脑的死穴
07 如何观察一只杯子由你的深度决定
08 大脑如何装下整个宇宙
09 开悟常在绝境处
10 大脑不死心灵不现(上)
11 大脑不死心灵不现(中)
12 大脑不死心灵不现(下)
有没有开悟?如何开 ...
RemoteControl
远程控制工具
GotoHTTP
GotoHTTP是一款基于https的远控工具。
优势
B2C 模式,无需安装控制端软件,有浏览器就可以远控。
流量走 https 协议,只要目标放行 443 端口出口就可以实现内网穿透。
GoToHTTP安装
官网地址:http://www.gotohttp.com/
在Linux中运行
123wget http://gotohttp.com/gotoht ...
Solana
Solana:面向性能的区块链
Solana 是一个快速、安全和抗审查的区块链,由于其开创性的可扩展性解决方案和创新技术,它在加密社区中引起了很大的关注。本指南深入探讨了 Solana 是什么,为什么它是独一无二的,以及为什么它受到了如此多的关注。
历史和背景
Solana 由 Anatoly Yakovenko 于 2017 年创立。在创建 Solana 之前,Yakovenko 在 Qua ...
Docker
Docker安装
Linux安装
方式一:一键安装脚本
123456789$ sudo wget -qO- https://get.docker.com/ | bash$ # 如果上面的不行,执行下面两句$ curl -fsSL https://get.docker.com -o get-docker.sh$ sudo sh get-docker.sh$ # 安装成功执行下面语句,如果有类 ...
常用API测试工具
抓包工具
mitmproxy/anyproxy
burpsuite/fiddle/Charles
http client工具
request/httpx/aiohttp
httprunner
Yapi
Jmeter
APIAuto
https://github.com/TommyLemon/APIAuto
hoppscotch
Open source API developme ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quic ...