摘要:
文本溢出省略 阅读全文
摘要:
1. 一、配置SSH参数 修改sshd_config文件,命令为: vi /etc/ssh/sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes 2. 将PermitRootLogin without-passw 阅读全文
摘要:
1.本地新建分支 git branch chezhan_theme 2.本地切换分支 git checkout chezhan_theme 3.(远程没有匹配分支时) git push origin chezhan_theme (自动新建远程分支) 4.本地分支和远程分支关联追踪 git branc 阅读全文
摘要:
常用快捷键: Ctrl + D 选中一个单词 Ctrl + L 选中一行 Ctrl + A 全选 Ctrl + M 选中括号内所有内容 (编写CSS或JS时非常实用) Ctrl + G 快速定位到某一行 Ctrl + P 输入文件名(可模糊搜索) Ctrl+Shift+F 在文件夹内查找 Ctrl+ 阅读全文