杂项/安装homebrew
一键脚本:/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
杂项/git指令
暂时将未提交的变化移除,稍后再移入1git stash
1git stash pop
合并远程分支到本地
1git merge origin/dev
【Git】撤回已经commit到本地的提交记录
git bash直接干到你的code.直接敲命令: git reset –soft HE ...
杂项/hexo部署问题node14.0+
部署Hexo踩过的坑—node14.0配置hexo
hexo -v出现的问题
(node:5749) Warning: Accessing non-existent property ‘lineno’ of module exports inside circular dependency(Use ...
杂项/mac 命令行终端 设置代理
环境:
macOS macOS Big Sur 11.4iTrem 2 3.4.8shadowsockes 1.4.4-R8
查看自己命令行的状态
1curl ip.gs
正式开始一、首先检查自己的酸酸乳是否正常,并在高级设置页面,找到本地 Sock5 监听端口,我自己是 1086,注意这里还有一 ...
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 ...
运维/linux常用命令
作者:我在鹅厂做安全链接:https://www.zhihu.com/question/452895041/answer/1995175373来源:知乎
转自大佬文章:
命令 功能说明线上查询及帮助命令 (2 个)man 查看命令帮助,命令的词典,更复杂的还有 info,但不常用。hel ...
运维/搭建邮件服务器
记录一次自搭建 邮件服务器的过程。
1.首先有一台服务器。国内阿里云腾讯云等服务器不支持 25 端口,注意避坑。 我的服务器是 ubuntu 18.04 系统的。
2.准备一个域名 ,我的是阿里云买的。直接在阿里云控制台配置域名解析 :比如我的域名 your-domain.com。一个 A 记录。主 ...
杂项/Ueditor/Ueditor
vue + 百度 ueditor前言今天的前端开发,很多小伙伴都在使用 Vue,React 这种组件化的前端框架。这就导致在这些“现代”框架中集成 UEditor 变得很不平滑。所以才会有介绍如何在 Vue 项目中集成 UEditor。
本人使用的是 jeecg-boot 快速开发框架。我将 ue ...






