Visual Studio Code使用技巧
查看定义和回到上次光标位置
查看定义:Ctrl + 鼠标左击
回到上次光标位置:mac:Ctrl + - linux:Ctrl + Alt + -
分类目录归档:工具类
查看定义:Ctrl + 鼠标左击
回到上次光标位置:mac:Ctrl + - linux:Ctrl + Alt + -
C g s
如果不存在git库,会提示你新建一个
h 帮助你了解magit
s stage 光标所在的文件或目录
S stage 所有文件
u ustage 光标所在的文件或目录
U unstage 所有文件
c c 提交,然后需要写一些COMMIT_MESSAGE,然后C c C c 就可以提交了
l l 查看日志
b b 切换分支
b c 创建分支
安装pngpate
brew install pngpaste
在.spacemacs中添加org-insert-image函数
(defun org-insert-image ()
(interactive)
(let* ((path (concat default-directory "img/"))
(image-file (concat path (buffer-name)
(format-time-string "_%Y%m%d_%H%M%S.png"))))
<property>
<name>hbase.snapshot.enabled</name>
<value>true</value>
</property>
$ ./bin/hbase shell
hbase> snapshot 'myTable', 'myTableSnapshot-122112'
$ ./bin/hbase shell
hbase> list_snapshots
git config --global http.proxy $server:$port
git config --global https.proxy $server:$port
git config --global --unset https.proxy
git config --global --unset http.proxy
https://github.com/jacksonliam/mjpg-streamer.git
./mjpg_streamer -i "./input_uvc.so" -o "./output_http.so -w ./www --port 10001 -c admin:admin"
server {
listen 80;
server_na
Certbot的包装在EPEL(Enterprise Linux的额外软件包)中。要使用Certbot,必须首先启用EPEL存储库
yum -y install yum-utils
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
sudo yum install python2-certbot-nginx
sudo certbot -a dns-pl