摘要: var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth = now.getMonth(); //当前月 var no 阅读全文
posted @ 2018-02-07 16:58 一个写代码的人 阅读(228) 评论(0) 推荐(0) 编辑
摘要: @echo on color 2f mode con: cols=80 lines=25 @REM @echo 正在清理SVN文件,请稍候...... @rem 循环删除当前目录及子目录下所有的SVN文件 @rem for /r . %%a in (.) do @if exist "%%a\.svn 阅读全文
posted @ 2018-02-07 14:14 一个写代码的人 阅读(136) 评论(0) 推荐(0) 编辑