2016年5月14日

Git客户端使用

摘要: 1.下载安装包 git: https://git-for-windows.github.io/index.html tortoisegit: https://download.tortoisegit.org/ 2.基本设定 3.git命令 之 切换分支 Git一般有很多分枝,clone到本地的一般是 阅读全文

posted @ 2016-05-14 21:13 rexhu 阅读(117) 评论(0) 推荐(0) 编辑

python 基础

摘要: 1.查看内置函数 >>> dir(__builtins__) 2.查看内置函数帮助 >>> help(input) help查看 3.变量 变量没有声明,直接使用。如: thacher="rex". 注意: 1>要有赋值。 4.字符串 转义字符 \ 原始字符串:r'c:\program\tcs' 5 阅读全文

posted @ 2016-05-14 07:37 rexhu 阅读(147) 评论(0) 推荐(0) 编辑

Python 安装

摘要: 1.Windows 官方网站下载Windows安装包,双击一步一步安装。 IDLE 是什么: IDLE 快捷方式创建:C:\Python35\pythonw.exe "C:\Python35\Lib\idlelib\idle.pyw" 2.Linux 基本上都自带。 阅读全文

posted @ 2016-05-14 06:38 rexhu 阅读(115) 评论(0) 推荐(0) 编辑

python 学习资料

摘要: 1.www.python.org 2.https://ansheng.me/Python-full-stack-Way/index.html 阅读全文

posted @ 2016-05-14 06:31 rexhu 阅读(197) 评论(0) 推荐(0) 编辑

导航