关防火墙(master 和 work 执行) systemctl stop firewalld systemctl disable firewalld 关SeLinux(master 和 work 执行) # 查看状态 [root@192 ~]# getenforce Enforcing # 临时关 ...
分类:
其他好文 时间:
2021-02-22 12:44:14
阅读次数:
0
理解 .NET Framework代码的编译 一般App(应用程序)编译过程 .NET App(应用程序)编译过程 2.理解什么是CIL? CIL:在编译使用.NET Framework库的代码时,不是立即创 建专用于操作系统的本机代码,而是把代码编译为通 用中间语言(Common Intermed ...
分类:
Web程序 时间:
2021-02-20 12:24:41
阅读次数:
0
前言 The only way to do great work is to love what you do. (猜猜哪位大大说的) 一、小技巧概述 手机抓包时该如何设置过滤 过滤掉不想显示的域名 资源文件请求过滤 (不讲大家可以百度到的只显示指定域名,太多太多文章,自己看) 二、小技巧实操步骤 ...
分类:
其他好文 时间:
2021-02-20 12:07:56
阅读次数:
0
程序代写,代写程序,程序代做,代做程序 我们是上学威龙编程辅导团队,现有5位来自一线互联网企业的资深研发工程师小伙伴,主营: C语言代写,C++代写,Java代写,python代写,golang代写 Javascript代写,JS代写,HTML代写 编程代写,程序代写,编程代做,程序代做 课程辅导: ...
分类:
其他好文 时间:
2021-02-19 13:06:27
阅读次数:
0
pod是容器化的基础,好比大楼的地基。 Pod跟容器的关系 类比一下: POD: 物理机容器: 物理机上的一个进程; 容器只是Pod的一个普通字段。 Pod的作用范围 跟容器的linux namespace相关的东西一定是Pod级别的,pod。 比如: 网络: hostAliases : 写入/ec ...
分类:
其他好文 时间:
2021-02-18 13:53:55
阅读次数:
0
(1) It Has To Work. (2) No matter how hard you push and no matter what the priority, you can't increase the speed of light. (2a) (corollary). No matte ...
分类:
Web程序 时间:
2021-02-18 13:21:47
阅读次数:
0
使用namedtuple方法可以代替手动生成一个类 # Why Python is Great: Namedtuples # Using namedtuple is way shorter than # defining a class manually: >>> from collections ...
分类:
编程语言 时间:
2021-02-16 12:02:48
阅读次数:
0
jq Bash, unfortunately, doesn’t ship with a command that can work with JSON natively. In this lesson, we’ll learn how to read and do basic queries on ...
分类:
Web程序 时间:
2021-02-15 12:41:34
阅读次数:
0
问题描述:CentOS 7.9版本 root用户密码输入正确,出现错误密码提示:“sorry,that didn't work.please try again” 解决方案 一,创建普通用户,以前通用户登录 打开终端:输入命令 sudo passwd root 然后输入旧密码,新密码,再确认新密码( ...
分类:
其他好文 时间:
2021-02-15 12:37:10
阅读次数:
0
The testing code for LX COG 12864R1. You can search the product in T-A-O-B-A-O. #define CS 2 #define RST 3 #define DC 4 #define SCL 21 #define SDA 20 ...
分类:
其他好文 时间:
2021-02-15 12:05:36
阅读次数:
0