摘要:
git config --global user.name "xx"git config --global user.email "xx@xx"git config --global http.sslVerify false git checkout -b <本地分支> origin/release 阅读全文
posted @ 2021-11-10 16:12
贝隆
阅读(3010)
评论(0)
推荐(1)
|
摘要:
git config --global user.name "xx"git config --global user.email "xx@xx"git config --global http.sslVerify false git checkout -b <本地分支> origin/release 阅读全文
posted @ 2021-11-10 16:12
贝隆
阅读(3010)
评论(0)
推荐(1)
摘要:
在网站 Linux_Downloads – Oracle VM VirtualBox 下载RHEL的repo文件 做一下修改 [virtualbox] name=RHEL / CentOS-$releasever / $basearch - VirtualBox baseurl=http://dow 阅读全文
posted @ 2021-11-03 10:00
贝隆
阅读(39)
评论(0)
推荐(0)
摘要:
安装建议系统内存>=6G,CPU>=4。在hosts中添加主机名。 vi /etc/hosts192.168.1.42 os-node12开启SELINUX。 vi /etc/selinux/config# This file controls the state of SELinux on the 阅读全文
posted @ 2021-11-03 08:28
贝隆
阅读(613)
评论(0)
推荐(0)
摘要:
有些时候,当系统出现文件受损或丢失后,我们可以使用DISM工具进行联机修复,在过去版本的Windows中可以起到联机修复Windows版本的系统。下面文章主要针对在修复过程中可能出现的问题进行整理。 常用命令1:ScanHealth只要你能打开任务管理器即可,点击文件——新建任务cmd(以系统关系创 阅读全文
posted @ 2021-11-02 10:20
贝隆
阅读(1717)
评论(0)
推荐(0)
摘要:
https://docs.okd.io/3.11/minishift/getting-started/index.html wget -c https://hub.fastgit.org/minishift/minishift-centos-iso/releases/download/v1.16.0 阅读全文
posted @ 2021-10-27 23:20
贝隆
阅读(74)
评论(0)
推荐(0)
摘要:
二进制包安装docker docker下载地址 https://download.docker.com/linux/static/stable/x86_64/ 下载安装 wget https://download.docker.com/linux/static/stable/x86_64/docke 阅读全文
posted @ 2021-09-11 14:46
贝隆
阅读(95)
评论(0)
推荐(0)
摘要:
如图,进度条总是处于滑动状态,始终无法启动程序: 解决办法: 将文件单独拷贝至新的目录,只有一个go文件,重新创建launch.json,会生成.vscode目录 { // Use IntelliSense to learn about possible attributes. // Hover t 阅读全文
posted @ 2021-07-09 08:55
贝隆
阅读(951)
评论(0)
推荐(0)
摘要:
SELECT BDCDYH_S, zd_shangyq.ZL FROM (SELECT substring(person_real_estate.BDCDYH, 1, 19) as BDCDYH_S FROM `person_real_estate` where id_card = 11010119 阅读全文
posted @ 2021-06-30 08:42
贝隆
阅读(126)
评论(0)
推荐(0)
摘要:
1.点击Manage->Settings,输入Editor: Insert Spaces 2.出现go配置,点击Edit in settings.json 输入editor,在联想的下拉框中,出现 editor.insertSpaces,输入回车,文件中会自动生成下面的文本 "[go]": { "e 阅读全文
posted @ 2021-06-11 09:17
贝隆
阅读(1084)
评论(0)
推荐(0)
摘要:
[Setup]; 注: AppId的值为单独标识该应用程序。; 不要为其他安装程序使用相同的AppId值。; (生成新的GUID,点击 工具|在IDE中生成GUID。)AppId={{A9861883-31C5-4324-BD9A-DC3271EEB675};程序名AppName=ISsample; 阅读全文
posted @ 2021-05-11 08:49
贝隆
阅读(953)
评论(0)
推荐(0)
|