备份文件: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha ...
分类:
其他好文 时间:
2020-06-23 11:43:38
阅读次数:
63
网络模式 网络模式选择NET模式 查看网络配置信息 本地配置文件中获取网关地址和子网掩码 cd /Library/Preferences/VMware\ Fusion/vmnet8 cat nat.conf 复制出来 # NAT gateway address ip = 172.16.98.2 ne ...
分类:
系统相关 时间:
2020-06-23 11:38:24
阅读次数:
150
MySQL-错误:2059-Authentication plugin 'caching_sha2_password' cannot be loaded 一 现象 使用docker镜像创建容器后,mysql测试连接不成功 二 原因 网上查询得到原因:在mysql8之前的版本中加密规则为mysql_n ...
分类:
数据库 时间:
2020-06-22 22:42:23
阅读次数:
130
1 protected static string DecryptAes(string input, string key) 2 { 3 var encryptedBytes = Convert.FromBase64String(input); 4 5 byte[] pwdBytes = getKe ...
分类:
编程语言 时间:
2020-06-22 19:16:36
阅读次数:
91
IfcCompositeCurve segment是一条有界曲线,其唯一目的是成为IfcCompositeCurve中的一段。 注释定义符合ISO/CD 10303-42:1992 复合曲线段是一条有界曲线,它与过渡信息一起用于构造复合曲线。 注:实体改编自ISO 10303-42中定义的复合曲线段 ...
分类:
其他好文 时间:
2020-06-22 19:11:57
阅读次数:
84
深拷贝和浅拷贝 1、浅拷贝只是拷贝一层,更深层次对象级别的只拷贝引用。 2、深拷贝拷贝多层,每一级别的数据都会拷贝。 3、Object.assign(target,...sources) : ES6新增方法可以浅拷贝。推荐这种方法。 1 <!DOCTYPE html> 2 <html> 3 <hea ...
分类:
其他好文 时间:
2020-06-22 15:15:51
阅读次数:
41
Android Studio , Flutter , IDEA 工程报错 unable to find valid certification path to requested target 最新解决方案Android Studio工程进入到我这篇博客之前,相信大家都看过这篇文章啦,彻底解决una ...
分类:
移动开发 时间:
2020-06-22 14:39:07
阅读次数:
99
本来很简单的一个功能怎么导出都是乱码。 添加 error_reporting(E_ALL ^ E_NOTICE) ini_set("display_errors",'"on") PHP提示: Cannot modify header information - headers already sen ...
分类:
Web程序 时间:
2020-06-22 01:52:02
阅读次数:
92
MAC地址(/sys/class/net/enp0s3/address) 修改网卡配置(/etc/sysconfig/network-script/ifcfg-eth0) DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.1.255 HWADDR=00:0 ...
分类:
系统相关 时间:
2020-06-22 00:58:44
阅读次数:
128
一、问题出现 1.当远程仓库分支上有一个本地仓库没有的分支时 2.本地使用git checkout命令检索这个远程分支 git checkout -b 本地分支名 远程分支名 当出现上述情况时,就会出现报错:fatal:‘XXX' is not a commit and a branch ‘XXX' ...
分类:
其他好文 时间:
2020-06-21 23:11:17
阅读次数:
202