Git基本使用(Windows版)
Git基本使用(Windows版)参考Git教程 - 廖雪峰的官方网站 安装gitgit 测试是否安装成功 方式一 win + r 打开控制台输入 1git --version 方式二 右击==》显示更多选项==》git bash here 或快捷键(shift + f10) 配置Git12$ git config --global user.name "Your Name"$ git config --global user.email "email@example.com" 注意git config命令的--global参数,用了这个参数,表示你这台机器上所有的Git仓库都会使用这个配置,当然也可以对某个仓库指定不同的用户名和Email地址。 创建版本库新建文件夹1234$ mkdir learngit$ cd learngit$...
内外兼备的得分后卫都在用!1.5motion新单动投篮
内外兼备的得分后卫都在用!1.5motion新单动投篮1motion和2motion的区别1motion(手腕发力) 从下向上,用核心,用脚的力量,弱化小臂的力量 向下压,向上弹 用手腕 压弹,前臂 2motion(手指发力) 从后向前,手指指前 抛物线会比较平些 适合跳投(跳起,压停,投出) 投篮时球是在额头上,有后往前 1motion的缺点 容易用肩膀的力量 大拇指用力会投篮时脱手 当比赛有空位投篮时,会因为紧张到用到手指的力量,令手腕锁死变硬,用不到手腕力量,最终三不沾。 另一情况是拇指用力,因为拇指力量最大,所以球被拇指推走,脱手...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment