上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: git config --global https.proxy http://127.0.0.1:10809 git config --global https.proxy https://127.0.0.1:10809 git config --global http.proxy 'socks5: 阅读全文
posted @ 2022-01-22 21:52 皮豪 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 下面是vim原本的支持的键 可以用于 emacs evil ,evil 用这个比用快捷键还方面些 1、纵向调整 :res[ize] num 指定当前窗口为num列num行 :res[ize] +num 把当前窗口高度增加num行 :res[ize] -num 把当前窗口高度减少num行 2、横向调整 阅读全文
posted @ 2022-01-17 09:24 皮豪 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 前言 我通过配置成fcitx进行服务进行,但其权限是root,在普通模式下无法使用 我用的是xserver ( moba xterm),我要在gtk mode 下启动fcitx,其实 不用这么写 操作 直接在.profile如下命令 fcitx >/dev/null 2>&1 fcitx启动是单例, 阅读全文
posted @ 2022-01-17 08:29 皮豪 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 安装输入法 sudo apt install dbus-x11 im-config fonts-noto fcitx fcitx-pinyin fcitx-sunpinyin fitx-googlepinyin 设置自动启动 命令行执行 fcitx-autostart 编辑 ​​~/.profile 阅读全文
posted @ 2022-01-16 21:43 皮豪 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 使用最新版本, 当前是 16.x 的版本。 这里我使用了 LTS 版本。 curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - sudo apt-get install nodejs 阅读全文
posted @ 2022-01-15 22:18 皮豪 阅读(708) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_41208253/article/details/82658438 阅读全文
posted @ 2021-11-13 09:27 皮豪 阅读(31) 评论(0) 推荐(0) 编辑
摘要: W04 散文周刊 : 重回Emacs W04 散文周刊 : 重回Emacs 邮箱:ppbhoy@qq.com 博客地址: www.pipihao.com 公纵号:南湖小皮 公告:后面会开始稳定更新 使用Emacs还是有些沉重,我一直将Emacs当作一个技术来学习,而不是仅仅将Emacs视为一种编辑器,所以我对于学习Emacs的状态还是以 阅读全文
posted @ 2021-11-11 21:34 皮豪 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 我改了发现没用,找了好久问题,才发现变量名改了,以前修改源是configuration-layer–elpa-archives这个变量,现在改为configuration-layer-elpa-archives了,少了一个- 阅读全文
posted @ 2021-11-05 11:24 皮豪 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 软件架构 架构模式是软件设计中的高层决策 设计模式主要关注软件系统的设计,与具体实现语言无关 惯用法则是实现时通过某种特定的程序设计语言来描述构件与构件之间的关系 架构文档化的主要输出结果是架构说明书和架构质量说明书 介绍 软件架构设计包括提出 架构模型 产生架构设计 进行设计评审 软件系统架构是善 阅读全文
posted @ 2021-10-25 16:41 皮豪 阅读(498) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2020.cnblogs.com/blog/2146100/202110/2146100-20211003175119952-978646680.png) 阅读全文
posted @ 2021-10-03 17:52 皮豪 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页