会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天空中的云~飞起来了
博客园
首页
新随笔
联系
订阅
管理
随笔 - 35 文章 - 0 评论 - 2 阅读 -
18824
2024年6月26日
window下安装并使用nvm(含卸载node、卸载nvm、全局安装npm)
摘要: 文章目录 卸载node 安装nvm之前要先卸载node,如果没要安装则跳过 安装nvm 去github下载最新的nvm找到nvm-setup.zip点击下载 安装完成后在终端输入nvm version,能查到版本号就说明安装成功了 配置路径和下载源 安装完nvm后不要着急安装node 找到nvm安装
阅读全文
posted @ 2024-06-26 10:52 天空中的云~飞起来了
阅读(450)
评论(0)
推荐(0)
编辑
2024年6月12日
搭建vue项目准备-配置git信息
摘要: 搭建vue项目准备 1、node -v 2、npm -v 3、git -versionnpm淘宝镜像 1、npm config set registry https://registry.npm.tobacco.org/ 设置淘宝镜像 2、npm config get registry 查看镜像地址
阅读全文
posted @ 2024-06-12 10:20 天空中的云~飞起来了
阅读(23)
评论(0)
推荐(0)
编辑
2024年4月30日
旋转菜单
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>旋转菜单</title> <link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs
阅读全文
posted @ 2024-04-30 15:57 天空中的云~飞起来了
阅读(7)
评论(0)
推荐(0)
编辑
2023年3月29日
JavaScript 提取对象数组中的属性组成新的对象数组
摘要: let data = [{"division_name":"销售三部","id":44,"pid":36,"html":"| "},{"division_name":"销售十二组","id":46,"pid":44,"html":"| | "},{"division_name":"销售十一组","i
阅读全文
posted @ 2023-03-29 15:09 天空中的云~飞起来了
阅读(244)
评论(0)
推荐(0)
编辑
2023年3月21日
key+value
摘要: let list = [ { key: 'php', value: '1' }, { key: 'asp', value: '2' }, { key: 'aspx', value: '3' }, { key: 'jsp', value: '4' } ] let header = {} list.fo
阅读全文
posted @ 2023-03-21 16:46 天空中的云~飞起来了
阅读(22)
评论(0)
推荐(0)
编辑
2023年2月21日
将本地文件推送到Gitee仓库
摘要: 完整的步骤 1.在gitee中创建仓库 2.下载、安装git 3、推送文件到gitee 推送文件到gitee 1.在要上传的文件夹空白处,点击右键,选择 git bash here 2.输入 git init ,初始化git配置 3.输入 git remote add origin https,添加
阅读全文
posted @ 2023-02-21 21:37 天空中的云~飞起来了
阅读(130)
评论(0)
推荐(0)
编辑
2022年3月31日
网页端微信小程序客服
摘要: https://mpkf.weixin.qq.com/ 可以设置自动回复
阅读全文
posted @ 2022-03-31 11:58 天空中的云~飞起来了
阅读(4)
评论(0)
推荐(0)
编辑
2022年3月9日
uniapp获取位置
摘要: uni.getLocation({ type: 'gcj02', geocode: true, success: (res) => { uni.showModal({ title:JSON.stringify(res)' }) }, fail(err) { uni.showModal({ title
阅读全文
posted @ 2022-03-09 13:48 天空中的云~飞起来了
阅读(258)
评论(0)
推荐(0)
编辑
2022年2月17日
数组,字符串相互转化
摘要: 数组转字符串 var imgArr = this.pic console.log(imgArr, 'imgArr') var imgStr = this.pic.toString() console.log(imgStr, 'imgStr') 字符串转数组 var imgStr = res.data
阅读全文
posted @ 2022-02-17 15:47 天空中的云~飞起来了
阅读(23)
评论(0)
推荐(0)
编辑
2022年2月15日
uniapp开发的app打开微信小程序
摘要: 第一种 <script> export default { data() { return { sweixin: null } }, onLoad() { this.getPlus() }, methods: { getPlus() { //获取当前显示的webview var pages = ge
阅读全文
posted @ 2022-02-15 09:06 天空中的云~飞起来了
阅读(1098)
评论(0)
推荐(0)
编辑
下一页
昵称:
天空中的云~飞起来了
园龄:
3年11个月
粉丝:
1
关注:
0
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2024年6月(2)
2024年4月(1)
2023年3月(2)
2023年2月(1)
2022年3月(2)
2022年2月(3)
2022年1月(13)
2021年12月(1)
2021年7月(1)
2021年5月(4)
2021年4月(5)
阅读排行榜
1. uniapp---解析富文本(2186)
2. h5打包exe,uniapp打包桌面应用exe,mac,electron方式(1575)
3. uniapp---获取验证码(1463)
4. uniapp判断手机是否安装某个应用app(1269)
5. 微信小程序——wxParse使用方法(1241)
评论排行榜
1. uniapp---获取验证码(2)
推荐排行榜
1. h5打包exe,uniapp打包桌面应用exe,mac,electron方式(1)
最新评论
1. Re:uniapp---获取验证码
@看星星的猫咪 自己封装的request请求在这里面,可以改成自己的...
--天空中的云~飞起来了
2. Re:uniapp---获取验证码
utils/tools.js这个文件在哪里啊
--看星星的猫咪
点击右上角即可分享