上一页 1 ··· 12 13 14 15 16
摘要: 命令行 下载仓库(master分支) git clone [git地址] 下载特定的Tag git clone --branch [tags标签] [git地址] 下载特定的分支 git clone -b [分支名称] [git地址] 初始化: git init 跟远程仓库建立连接 git remo 阅读全文
posted @ 2021-01-05 18:57 黄哈哈。 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 1、检验是否登陆,获取小程序login的code // 微信的登录,获取小程序login的code getLoginCode(){ wx.login({ success: res => { if (res.code) { // 发送 res.code 到后台换取 openid, sessionKey 阅读全文
posted @ 2020-10-27 10:14 黄哈哈。 阅读(342) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16