上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 244 下一页
摘要: 1。某个时间时间戳转换成日期 moment(时间戳 ).format("YYYYMMDD") 2。获取某个日期当月的最后一天 moment(“2019-04-05”).endOf('month').format("YYYYMMDD") 》“20190430” 3.获取前天的日期 moment(new 阅读全文
posted @ 2022-05-18 14:50 疯子110 阅读(2696) 评论(0) 推荐(0) 编辑
摘要: 1、将源文件备份 cd /etc/yum.repos.d/ && mkdir backup && mv *repo backup/ 2、下载阿里源文件 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/C 阅读全文
posted @ 2022-05-05 15:12 疯子110 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 问题: 在CentOS 8中,使用yum时出现错误,镜像列表中没有url,类似如下: Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mir 阅读全文
posted @ 2022-05-05 15:11 疯子110 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 问题 CentOS 8 yum安装软件时,提示无法从AppStream下载 [root@C8-3 ~]# yum -y install httpd mariadb-server mariadb php php-mysql Repository AppStream is listed more tha 阅读全文
posted @ 2022-05-05 10:49 疯子110 阅读(354) 评论(0) 推荐(0) 编辑
摘要: //显示加载框 uni.showLoading({ title: '加载中' }); 阅读全文
posted @ 2022-04-21 17:46 疯子110 阅读(1119) 评论(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 阅读(476) 评论(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 阅读(67) 评论(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 阅读(286) 评论(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 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 需求: 页面上加载一个echarts环形图。 来由: 身为一个Java开发人员,被项目经理拉过来写页面,心里也是很苦逼~可是也没办法,只能硬着头皮干啊,直接上代码 // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.getEle 阅读全文
posted @ 2022-03-17 16:39 疯子110 阅读(1304) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 244 下一页