摘要:在 Github Personal Access Tokens 页面,点击生成一个新的 tokon。 此时使用这个 token 作为用户的密码来 clone 项目。
阅读全文
摘要:$ date -R Tue, 21 Mar 2021 21:08:58 +0800 $ git commit --amend --author="xxx <xxx@email.com>" --date="Tue, 21 Mar 2021 21:08:58 +0800" Refer:Git提交人修改
阅读全文
摘要:系统检索 Setting Manager,Appearance -> Settings,选择 Window Scaling:2x Terminal fonts: linux terminal 快捷键与 item2 的区别: item2 的轴心键是 command,linux terminal 的是
阅读全文
摘要:要求:Windows电脑与手机在同一局域网内(Wifi)。 [ Fiddler 设置代理 ] 下载地址:https://www.telerik.com/download/fiddler 依次 Tools - Options - connections 进行,如图所示勾选。 [ 手机修改代理 ] 先得
阅读全文
摘要:介绍就不说了,安装也没必要讲,关于如何使用,网上的辣鸡文过多,视频又太冗余。 我推荐看下面有条理的入门教程. 界面说明:http://openmaniak.com/cn/wireshark_use.php 过滤器:http://openmaniak.com/cn/wireshark_filters.
阅读全文
摘要:我们在使用插件的时候,都不希望插件安装的很杂乱,它不是一个看不见的黑盒,也为了下次方便在其它地方安装。 由于要方便插件管理,于是有了 Vundle,以下做些介绍: 1. 一个插件管理器, 自己本身也是插件, 这是必需工具: git clone https://github.com/VundleVim
阅读全文