上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 83 下一页
摘要: 文本溢出省略 阅读全文
posted @ 2018-09-07 20:24 winyh 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1. 一、配置SSH参数 修改sshd_config文件,命令为: vi /etc/ssh/sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes 2. 将PermitRootLogin without-passw 阅读全文
posted @ 2018-09-06 16:44 winyh 阅读(44584) 评论(0) 推荐(2) 编辑
摘要: 1.本地新建分支 git branch chezhan_theme 2.本地切换分支 git checkout chezhan_theme 3.(远程没有匹配分支时) git push origin chezhan_theme (自动新建远程分支) 4.本地分支和远程分支关联追踪 git branc 阅读全文
posted @ 2018-09-05 16:00 winyh 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 常用快捷键: Ctrl + D 选中一个单词 Ctrl + L 选中一行 Ctrl + A 全选 Ctrl + M 选中括号内所有内容 (编写CSS或JS时非常实用) Ctrl + G 快速定位到某一行 Ctrl + P 输入文件名(可模糊搜索) Ctrl+Shift+F 在文件夹内查找 Ctrl+ 阅读全文
posted @ 2018-08-27 15:27 winyh 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: 前端数据结构 阅读全文
posted @ 2018-08-20 09:07 winyh 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 83 下一页