摘要: 根据日期查询范围 精确到天 select * from table where to_char( time,'yyyy mm dd ' ) <= '2000 01 01' select * from table where to_char( time,'yyyy-mm-dd ' ) <= '2000 阅读全文
posted @ 2017-09-28 18:47 弓长张&木子李 阅读(482) 评论(0) 推荐(0) 编辑
摘要: clone指定分支 : git init 初始化仓库 git clone -b 分支名 git@192.168.3.166:xxxx/xxxx.git 克隆指定分支 更新 :git status 查看文件状态(不是必须的)git add . 添加所有修改进本地仓库git commit -m '提交备 阅读全文
posted @ 2017-09-28 18:36 弓长张&木子李 阅读(1845) 评论(0) 推荐(0) 编辑