摘要: 点击一下右下角、 点击创建 然后保存就可以了 阅读全文
posted @ 2021-05-13 15:39 The_rain 阅读(1850) 评论(1) 推荐(0)
摘要: 枚举是一种类型,因此,可以其作为变量的类型注解。 enum 枚举名称 {成员1, 成员2, ...} enum Gender{Famale,Male} Gender.Famale的值默认从0开始自增, 0,1,2,3 注意:枚举成员是只读的,也就是说枚举中的成员是可以访问的,但是不能被赋值 枚举是组 阅读全文
posted @ 2021-05-12 17:24 The_rain 阅读(937) 评论(0) 推荐(0)
摘要: //点击保存到相册 baocun() { var that = this wx.getSetting({ success(res) { console.log(res.authSetting) const scopeWritePhotosAlbum = res.authSetting['scope. 阅读全文
posted @ 2021-03-11 17:07 The_rain 阅读(570) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-01 10:01 The_rain 阅读(63) 评论(0) 推荐(0)
摘要: 谷歌访问助手破解版 链接: https://pan.baidu.com/s/1E0eTu7DkhLCd59MTPmskCg 提取码: qda9 复制这段内容后打开百度网盘手机App,操作更方便哦 Hoxx VPN Proxy vpnFQ Set Character Encoding 修正乱码 Vue 阅读全文
posted @ 2020-08-21 16:13 The_rain 阅读(139) 评论(0) 推荐(1)
摘要: 基础常用的前端vscode插件https://juejin.im/post/6844903892426162184 https://juejin.im/post/6844903713308409864 Auto Close Tag 自动闭合标签 Auto Rename Tag 自动重命名标签 Bea 阅读全文
posted @ 2020-08-18 10:56 The_rain 阅读(141) 评论(0) 推荐(0)
摘要: 文章转载自 https://www.jianshu.com/p/b3e81ff877b9 文章转载自 https://www.cnblogs.com/chengguanhui/p/4737413.html 1、栈(stack)和堆(heap) 堆是堆内存的简称,栈是栈内存的简称 栈是自动分配相对固定 阅读全文
posted @ 2020-08-17 22:45 The_rain 阅读(224) 评论(0) 推荐(0)
摘要: setInterval 用于实时刷新,每3秒弹出一次 setTimeout 只请求一次 阅读全文
posted @ 2020-04-01 10:42 The_rain 阅读(178) 评论(0) 推荐(0)
摘要: vscode 左下角设置 可以查看相关的快捷键方式 阅读全文
posted @ 2020-04-01 10:21 The_rain 阅读(233) 评论(0) 推荐(0)
摘要: 参考文章链接 https://www.cnblogs.com/Jmosquito/p/11328288.html 1.vue脚手架的使用需要node.js支持,所以需要下载安装node.js ,可以到node.js官网下载node.js https://nodejs.org/zh-cn/ ,可以根据 阅读全文
posted @ 2020-03-17 12:59 The_rain 阅读(7461) 评论(1) 推荐(2)