随笔 - 35  文章 - 0  评论 - 2  阅读 - 18824
  2024年6月26日
摘要: 文章目录 卸载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项目准备 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日
摘要: 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日
摘要: 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日
摘要: 完整的步骤 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日
摘要: 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日
摘要: 第一种 <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) 编辑
< 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

点击右上角即可分享
微信分享提示