11 2020 档案
vscode使用及插件
摘要:1、settings.json设置 "git.path": "G:/Git/bin/git.exe",//配置git "git.enableSmartCommit": true, // "terminal.integrated.shell.windows": "C:\\WINDOWS\\System 阅读全文
posted @ 2020-11-22 21:59 小胡桐 阅读(289) 评论(0) 推荐(0)
latdate实现间隔时整点分半小时间隔
摘要:laydate.render({ elem:'#arriveHotelTime', type:'time' , format:'HH:mm',//显示格式:小时:分钟 min:'12:00:00', max: '23:30:00', theme: 'molv', ready: function (d 阅读全文
posted @ 2020-11-19 17:23 小胡桐 阅读(295) 评论(0) 推荐(0)