-
git学习使用
Git提交记录/历史1git log Remote仓库添加远程仓库12git remote add <远程地址代号> https://git remote add origin https://github.com/xxx ... -
nvm使用
nvmhttps://github.com/nvm-sh/nvm 安装1curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash 使用查看所有版本... -
iptables 学习
https://www.bilibili.com/video/BV1Jz4y1u7Lz/ iptablesiptables里有多个表,表里有多个链,链里可以设定多个规则。 graph LR R[iptables] --> filter ... -
prisma学习使用
prismanodejs orm工具 依赖:prisma (-D) Installation 安装依赖:npm install prisma -D 初始化:npx prisma init --datasource-provider sqllite ... -
next-auth学习使用
next-authnextjs的会话管理工具 依赖:next-auth ==当前页面写的是:App Router的使用方案。== Installation 安装依赖:npm install next-auth... -
nextjs marterial-ui init
创建NextJs项目1npx create-next-app@latest 安装MUI基础 依赖 1npm install @mui/material @emotion/react @emotion/styled head 1<met... -
趋势分析
Front-end Frameworkshttps://2023.stateofjs.com/en-US/libraries/front-end-frameworks/ Google Trendshttps://trends.google.com/ ... -
HackQuest_搭建测试网
参考文献:https://www.hackquest.io/ Anvil(和之前的文章重复了?!) 扩展: 1anvil --fork-url YOUR_ENDPOINT_URL --fork-block-number 19000000 从指定端点... -
HackQuest_Foundry_NFT
使用Solmate的ERC721标准。 Foundry NFTUsage 安装依赖 1forge install transmissions11/solmate Openzeppelin/openzeppelin-contracts trans... -
HackQuest_Forge_Std
Forge即forge标准库。为foundry框架提供一套丰富的辅助合约集合。 forge-stdforge-std旨在简化和加速智能合约的测试编写过程,提升用户体验。 Usage12345import "forge-std/Test.so...
|