会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hclovey
博客园
首页
新随笔
联系
管理
订阅
2021年1月11日
如何将项目推到github上面
摘要: 1、先查看是否安装git。 2、如果没有安装git ,下载之后别忘了配置环境变量。(右击此电脑 --属性--高级系统设置--环境变量--系统变量中的path) 3、推代码 查看状态(可查可不查) git status 先保存自己的代码到本地仓库 git add . git commit -m '标准
阅读全文
posted @ 2021-01-11 14:45 hclovey
阅读(266)
评论(0)
推荐(0)
2020年11月5日
如何将时间格式化
摘要: 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
阅读(699)
评论(0)
推荐(0)
2020年4月6日
uni-app 页面跳转的两种方法
摘要: 1、navigator 标签 <navigator url="../component/classdetails/classdetails"> <view class="classContent" > <view class="cContent"> 我就试试而已! </view> </view> <
阅读全文
posted @ 2020-04-06 21:07 hclovey
阅读(25480)
评论(0)
推荐(1)
公告