摘要: 1: 创建Dockerfile #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to bu 阅读全文
posted @ 2025-02-25 17:12 斌言 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一般这种都是网络配置原因造成的, 但我这边的状态是浏览器可以正常打开github,终端无法ping通,那应该就是本地代理配置问题了 1、使用代理方式 git config --global http.proxy "127.0.0.1:7890" git config --global https.p 阅读全文
posted @ 2025-02-18 14:27 斌言 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1、前端部分(jquery插件自行导入) <div class="text-center"> <form id="uploadForm" enctype="multipart/form-data"> <input type="file" id="fileInput" name="file" /> < 阅读全文
posted @ 2025-02-13 15:08 斌言 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1、拉取的是最新版本 # 拉取的是最新版本 docker pull emqx/emqx:latest # 当然可以指定版本 docker pull emqx/emqx:latest:v5.0 2、创建临时容器 docker run -d --name mqtt --privileged=true - 阅读全文
posted @ 2025-01-09 15:53 斌言 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1、更新软件包列表 sudo apt update 2、安装Samba sudo apt install samba 3、一旦安装完成,您可以编辑Samba配置文件 sudo nano /etc/samba/smb.conf 4、在此文件中,您可以设置共享目录和权限。例如,添加一个简单的共享 [sh 阅读全文
posted @ 2024-10-30 15:08 斌言 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、安装需要的软件包, yum-util 提供yum-config-manager功能,另外两个是devicemapper驱动依赖的 yum install -y yum-utils device-mapper-persistent-data lvm2 2、设置yum源(选择其中一个) 1. yum 阅读全文
posted @ 2024-10-30 14:50 斌言 阅读(406) 评论(0) 推荐(0) 编辑
摘要: openGauss下载地址: https://opengauss.org/zh/download (选择企业版下载) 1.1首先检查THP的启用状态 ,如果两个输出都是madvise never 则忽略1.2,否则需要进行1.2设置 #> cat /sys/kernel/mm/transparent 阅读全文
posted @ 2023-11-06 14:33 斌言 阅读(895) 评论(0) 推荐(2) 编辑
摘要: 1、配置MongoDB的yum源 cd /etc/yum.repos.d vim mongodb-org-6.0.repo 2、添加下载配置文件(这里使用阿里云的源),保存退出 [mngodb-org] name=MongoDB Repository baseurl=http://mirrors.a 阅读全文
posted @ 2023-02-21 11:01 斌言 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 1、安装必要的依赖项 1、sudo yum install -y yum-utils 2、sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm 2. 安装.NET SDK su 阅读全文
posted @ 2023-02-03 09:28 斌言 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 如下图所示: 代码如下: import React, { useRef, Component } from 'react'; import { Platform, Text, View, TextInput, TouchableOpacity, ScrollView, Image, Button, 阅读全文
posted @ 2022-11-30 16:56 斌言 阅读(268) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示