会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
赵钱富贵
博客园
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
···
15
下一页
2023年9月10日
linux firewall 常用命令
摘要: # 1.启动防火墙 systemctl start firewalld #2.关闭防火墙 systemctl stop firewalld #3.查看防火墙状态 systemctl status firewalld #4.开机自动禁用 systemctl disable firewalld #5.开
阅读全文
posted @ 2023-09-10 09:39 赵钱富贵
阅读(72)
评论(0)
推荐(0)
2023年9月7日
Uniapp生命周期
摘要: # Uniapp 页面&组件生命周期 ## 页面的生命周期 uni-app 支持如下生命周期函数: onLoad 监听页面加载,其参数为上个页面传递的数据,参数类型为object(用于页面传参) onShow 监听页面显示 onReady 监听页面初次渲染完成 onHide 监听页面隐藏 onUnl
阅读全文
posted @ 2023-09-07 19:09 赵钱富贵
阅读(74)
评论(0)
推荐(0)
2023年9月6日
Promise示例
摘要: ## Promise同步处理 异步任务记录 ```js //1. 保存设备图片 var installImgs = []; let p1List = []; this.baseFormData.installImgs.forEach(img => { let p = new Promise((res
阅读全文
posted @ 2023-09-06 15:23 赵钱富贵
阅读(16)
评论(0)
推荐(0)
2023年8月18日
centos7 虚拟机安装windchill11
摘要: 准备 vmware 17 pro 部署的带GUI的cetnos7 6g+100g 环境配置 网络环境 虚拟机 NAT 模式 连接 配置静态ip vmware-编辑-虚拟网络编辑器-NAT设置 # 查看虚拟机网关和子网掩码 192.168.179.2 255.255.255.0 虚拟机配置静态ip s
阅读全文
posted @ 2023-08-18 12:02 赵钱富贵
阅读(345)
评论(0)
推荐(0)
2023年8月15日
centos7 docker安装oracle11g
摘要: 准备 cetnos7 6g+128g root权限 安装 1、安装docker 虚拟机联网,安装yum工具 yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 --skip-broken 更新本地镜像源 yum-config
阅读全文
posted @ 2023-08-15 16:47 赵钱富贵
阅读(326)
评论(0)
推荐(0)
2023年4月7日
大数据平台能力要求
摘要: (一)建设背景及政策依据大数据能力平台已成为智慧建设的必要基础2021年初开始要加快推进国家规划已明确的重大工程和基础设施建设,其中要加快 5G 网络、数据中心等新型基础设施建设进度,“新基建”概念呼之欲出。“新基建”是服务于国家长远发展和“两个强国”建设战略需求,以技术、产业驱动,具备集约高效、经
阅读全文
posted @ 2023-04-07 23:51 赵钱富贵
阅读(583)
评论(0)
推荐(0)
2023年4月6日
canal 同步mysql到rocketMQ
摘要: https://github.com/alibaba/canal/wiki/canal%E4%BB%8B%E7%BB%8D https://github.com/alibaba/canal/releases 地址: Mysql 172.31.100.1 33066 rocketMQ http://1
阅读全文
posted @ 2023-04-06 12:59 赵钱富贵
阅读(427)
评论(0)
推荐(0)
docker
摘要: 安装 使用官方脚本一键安装 curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 或 curl -sSL https://get.daocloud.io/docker | sh curl -o ~/docker_OneK
阅读全文
posted @ 2023-04-06 12:58 赵钱富贵
阅读(41)
评论(0)
推荐(0)
doris 部署
摘要: doris 部署 官方文档 https://doris.apache.org/zh-CN/docs/summary/basic-summary 下载doris uname -a 查看CPU架构信息 cat /proc/cpuinfo 查看flags中有无 avx2 ,判断是否支持 下载对应版本dor
阅读全文
posted @ 2023-04-06 12:57 赵钱富贵
阅读(473)
评论(0)
推荐(0)
本地http服务
摘要: 1.本地安装 node.js, 2. 设置npm install 全局路径 npm config set prefix C:\d\Programs\nodemodules npm config get prefix 查看当前的modules路径 3.安装 http-server npm instal
阅读全文
posted @ 2023-04-06 12:36 赵钱富贵
阅读(19)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
15
下一页
公告