04 2022 档案

摘要://显示加载框 uni.showLoading({ title: '加载中' }); 阅读全文
posted @ 2022-04-21 17:46 疯子110 阅读(1201) 评论(0) 推荐(0)
摘要:先看下图片 代码结构 要下载一个语言包(i18n) **我在尝试这放图片** APP.vue文件 import i18n from './lang/index' ; Vue.prototype._i18n = i18n; const app = new Vue({ i18n, ...App }) a 阅读全文
posted @ 2022-04-21 17:45 疯子110 阅读(506) 评论(0) 推荐(0)
摘要:openMenu: function () { let _this = this; uni.prompt.showContextMenu({ itemList: this.issueList, itemColor: '#727272', success: function (data) { _thi 阅读全文
posted @ 2022-04-19 14:31 疯子110 阅读(81) 评论(0) 推荐(0)
摘要:第一步, 环境准备 更新CentOS7 ,安装epel-release,安装JDK,关闭防火墙 # yum clean all && yum update# yum install -y epel-release && yum install -y java-1.8.0-openjdk# syste 阅读全文
posted @ 2022-04-02 11:23 疯子110 阅读(301) 评论(0) 推荐(0)
摘要:问题 今天在一台云服务器上安装CentOS 8系统,安装成功之后,运行 yum update 命令更新系统时报错: [root@server ~]# yum updateCentOS-8 - AppStream 70 B/s | 38 B 00:00Error: Failed to download 阅读全文
posted @ 2022-04-02 11:03 疯子110 阅读(308) 评论(0) 推荐(0)