摘要: 1、先查看是否安装git。 2、如果没有安装git ,下载之后别忘了配置环境变量。(右击此电脑 --属性--高级系统设置--环境变量--系统变量中的path) 3、推代码 查看状态(可查可不查) git status 先保存自己的代码到本地仓库 git add . git commit -m '标准 阅读全文
posted @ 2021-01-11 14:45 hclovey 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1 export function formatDate(date, fmt) { 2 //获取年份 3 //y+ -->1个或者多个y 4 //y* -->0个或者多个y 5 //y? -->0个或者1个y 6 if(/(y+)/.test(fmt)){ 7 // RegExp.$1是RegExp 阅读全文
posted @ 2020-11-05 12:17 hclovey 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 1、navigator 标签 <navigator url="../component/classdetails/classdetails"> <view class="classContent" > <view class="cContent"> 我就试试而已! </view> </view> < 阅读全文
posted @ 2020-04-06 21:07 hclovey 阅读(25423) 评论(0) 推荐(1) 编辑