摘要: 国际化语言 1:在main.js里面导入库 import ElementUI from 'element-ui' import i18n from './i18n/i18n' 1.1在main.js将库暴露出来 new Vue({ el: '#app', router, i18n, componen 阅读全文
posted @ 2020-05-22 15:36 FancyAnnaYL 阅读(518) 评论(2) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/438e852fa08f 原始:第一种方式 一、index.html //第二种 新建一个组件Calendar.vue 路由中router.js 添加 主进程main.js 添加 // 定义calendar窗体 +用electron仿qq首页 ht 阅读全文
posted @ 2020-05-21 11:51 FancyAnnaYL 阅读(3436) 评论(6) 推荐(0) 编辑
摘要: 使用说明:https://npm.taobao.org/package/electron vue windows https://github.com/hxkuc/electron vue windows https://www.ctolib.com/hxkuc electron vue windo 阅读全文
posted @ 2020-05-21 11:47 FancyAnnaYL 阅读(1997) 评论(1) 推荐(0) 编辑
摘要: 将http://127.0.0.1:8848/download/index.html 替换为http://192.168.30.110:8848/download/index.html即可 阅读全文
posted @ 2020-04-30 10:06 FancyAnnaYL 阅读(247) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1228856/202004/1228856-20200428172705379-1250854197.png) ``` 上传图片 ``` 阅读全文
posted @ 2020-04-28 17:27 FancyAnnaYL 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1:首先看官方文档https://docs.agora.io/cn/Video/start_call_web?platform=Web 2:其次在声网个人中心申请开发账号获取appid和临时token来实现演示https://console.agora.io/?_ga=2.175997090.160 阅读全文
posted @ 2020-04-21 11:24 FancyAnnaYL 阅读(1169) 评论(0) 推荐(1) 编辑
摘要: Basic Communication 房间号 加入房间 退出房间 阅读全文
posted @ 2020-04-21 11:20 FancyAnnaYL 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 首先按照官方要求下载该插件,然后按照代码复制 我的代码 阅读全文
posted @ 2020-04-14 15:17 FancyAnnaYL 阅读(17073) 评论(0) 推荐(1) 编辑
摘要: 下载phpstudy参考官网链接 https://www.xp.cn/wenda/389.html 第一步:从官网下载phpstudy V8.0版安装包 下载地址: 1、64位:http://public.xp.cn/upgrades/phpStudy_64.7z 2、32位:http://publ 阅读全文
posted @ 2020-04-07 15:39 FancyAnnaYL 阅读(3793) 评论(3) 推荐(0) 编辑
摘要: 1:找 组件、插件、模块、模板 到插件市场去看看:http://ext.dcloud.net.cn/ https://ext.dcloud.net.cn/plugin?id=29 阅读全文
posted @ 2020-04-03 12:04 FancyAnnaYL 阅读(426) 评论(4) 推荐(0) 编辑