liutizhong

导航

2016年1月20日 #

linux shell 运行指定日期区间内的 python脚本

摘要: #!/bin/bash#Please Input start date eg:2016-01-01 and enddate eg:2016-01-20#IF START DATE IS NULL THEN START DATE EQUAL 2016-01-01#IF END DATE IS NUL... 阅读全文

posted @ 2016-01-20 12:06 liutizhong 阅读(801) 评论(0) 推荐(0) 编辑

2016年1月11日 #

Git

摘要: Git 创建仓库#1、安装gityum install git -y#2、在github创建Repository(仓库)#git端配置自己的user.name和user.email,这些都是创建Repository时设置的账户#配置本地.config文件git config --global us... 阅读全文

posted @ 2016-01-11 16:34 liutizhong 阅读(199) 评论(0) 推荐(0) 编辑