会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
疯子加天才
横眉冷对千夫指,俯首甘为孺子牛!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
246
下一页
2022年5月5日
【转载】完美解决CentOS8 yum安装AppStream报错,更新yum后无法makecache的问题
摘要: 问题 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
阅读(384)
评论(0)
推荐(0)
2022年4月21日
uniapp自带的Loading加载效果,消息提示框,模态框,超简单实现
摘要: //显示加载框 uni.showLoading({ title: '加载中' });
阅读全文
posted @ 2022-04-21 17:46 疯子110
阅读(1197)
评论(0)
推荐(0)
uni-app 中英文切换
摘要: 先看下图片 代码结构 要下载一个语言包(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
阅读(504)
评论(0)
推荐(0)
2022年4月19日
uni.prompt.showContextMenu 的用法?
摘要: openMenu: function () { let _this = this; uni.prompt.showContextMenu({ itemList: this.issueList, itemColor: '#727272', success: function (data) { _thi
阅读全文
posted @ 2022-04-19 14:31 疯子110
阅读(80)
评论(0)
推荐(0)
2022年4月2日
Centos7 ActiveMQ 安装并配置为开机启动
摘要: 第一步, 环境准备 更新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
阅读(300)
评论(0)
推荐(0)
Failed to download metadata for repo‘AppStream’「CentOS」
摘要: 问题 今天在一台云服务器上安装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
阅读(307)
评论(0)
推荐(0)
2022年3月17日
Echarts饼图之圆环图
摘要: 需求: 页面上加载一个echarts环形图。 来由: 身为一个Java开发人员,被项目经理拉过来写页面,心里也是很苦逼~可是也没办法,只能硬着头皮干啊,直接上代码 // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.getEle
阅读全文
posted @ 2022-03-17 16:39 疯子110
阅读(1384)
评论(0)
推荐(0)
2022年3月16日
脑图XMind 8免费激活方法
摘要: 步骤1: 下载安装XMind 8 . 百度网盘下载:https://pan.baidu.com/s/1CKu1VPtos-GbC_hBSe-fYQ 密码:5zu7 步骤2(可选): 安装好Xmind后右击Xmind图标-->打开文件位置-->进入安装目录,将XMindCrack.jar文件(在步骤1
阅读全文
posted @ 2022-03-16 11:44 疯子110
阅读(3668)
评论(0)
推荐(0)
关于Git中“git.exe push -v --progress "origin" master:master remote: Incorrect username” 的解决办法
摘要: Git中push提交不了,可能是之前填的密码错了。如果不修改会一直提交不了修改密码的方法: 可以编辑修改用户或者密码也可以直接删除这个凭证,到有用的时候会叫你填。再输入正确的用户和密码即可。
阅读全文
posted @ 2022-03-16 11:42 疯子110
阅读(1597)
评论(0)
推荐(0)
2022年3月15日
Echarts实现隐藏x轴,y轴,刻度线,网格
摘要: "yAxis": [ { //就是一月份这个显示为一个线段,而不是数轴那种一个点点 "show" : true, "boundaryGap": true, "type": "category", "name": "时间", "data": ["1月", "2月", "3月", "4月", "5月",
阅读全文
posted @ 2022-03-15 10:02 疯子110
阅读(1729)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
246
下一页
公告