做饭
简单方案常用切丝焯水凉拌(酱油、醋、蒜末)/扔进小米粥:西葫芦、胡萝卜、包菜; 水果组:苹果、香蕉; 汤:小米粥 主食:馒头 炒菜组:鸡蛋炒辣椒 其他:鲜香菇平菇、豆干 鸡蛋:嫩蛋羹,煮鸡蛋 偶尔冻饺 未整理 菜籽油健康。 蛋花放汤里比较腥...Linux Nginx 日志分析的一些命令
分析有哪些安全公司在nginx留下名字了1sudo cat /var/log/nginx/access.log.1 | awk -F' "' '{gsub(/"/,"",...Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, yo...archlinux安装
Archlinux纯终端安装命令 这里只包含一些基本命令,不包含所有安装流程 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647...threejs-study
nextjs Installation pnpm i three 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505...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 R -->...next-auth学习使用
next-authnextjs的会话管理工具 依赖:next-auth ==当前页面写的是:App Router的使用方案。== Installation 安装依赖:npm install next-auth...prisma学习使用
prismanodejs orm工具 依赖:prisma (-D) Installation 安装依赖:npm install prisma -D 初始化:npx prisma init --datasource-provider sqllite ...
|