.永久添加 1 2 vim /etc/sysconfig/network GATEWAY=192.168.1.4 1 2 vim /etc/sysconfig/network GATEWAY=192.168.1.4 1 2 vim /etc/sysconfig/network GATEWAY=192 ...
分类:
系统相关 时间:
2019-04-23 15:40:35
阅读次数:
212
一.设置静态IP后无法重启网卡 如下图所示 原因分析:control process exited with error code。控制进程存在错误代码。 解决方案:可以检查网卡配置文件是否修改错误。例如,进入ifcfg-ens33,本人修改静态IP的方法如下,重启/etc/init.d/netwo ...
分类:
系统相关 时间:
2019-04-19 00:53:44
阅读次数:
206
一.TTL TTL集成电路的主要型式为晶体管-晶体管逻辑门(transistor-transistor logic gate),TTL大部分都采用5V电源。1.输出高电平Uoh和输出低电平UolUoh≥2.4V,Uol≤0.4V2.输入高电平和输入低电平Uih≥2.0V,Uil≤0.8V二.CMOS ...
分类:
其他好文 时间:
2019-04-18 16:57:42
阅读次数:
139
virtualbox nat hostonly 虚拟机两张网卡:分别调成NAT(eth0)和host only(eht1)模式. nat的网卡不用设置,host only网卡调为(vi /etc/sysconfig/network-scripts/ifcfg-eth1): 注意:一定不要设置gate ...
分类:
其他好文 时间:
2019-04-18 12:20:10
阅读次数:
174
flink-dockerhttps://github.com/melentye/flink-docker https://shekharsingh.com/blog/2016/11/12/apache-flink-rabbimq-streams-processor.html http://www.5 ...
分类:
数据库 时间:
2019-04-16 10:41:23
阅读次数:
334
sw1:配置vlan:[sw1]vlanbatch1020[sw1]inte0/0/1[sw1-Ethernet0/0/1]portlink-typeaccess[sw1-Ethernet0/0/1]portdefaultvlan10[sw1-Ethernet0/0/1]inte0/0/2[sw1-Ethernet0/0/2]portlink-typeaccess[sw1-Ethernet0/0/
分类:
其他好文 时间:
2019-04-13 23:49:04
阅读次数:
186
LOG_LEVEL = 'DEBUG' LOGGING = { 'version' : 1, 'disable_existing_loggers' : True, 'formatters' : { 'standard' : { 'format' : '%(asctime)s [%(threadNam ...
分类:
其他好文 时间:
2019-04-13 19:12:54
阅读次数:
144
Linux-网络部分总结(二实验)实验前期准备REL=cat/etc/redhat-release|sed-nr"s#.*([0-9]).*#\1#p"unselinux(){sed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/configsetenforce0};unselinuxunfirewal
分类:
系统相关 时间:
2019-04-13 15:12:13
阅读次数:
141
原文地址:https://segmentfault.com/a/1190000015560736 感想:过渡效果+xyz中一轴。 HTML code: CSS code: ...
分类:
Web程序 时间:
2019-04-13 00:48:48
阅读次数:
235
委托 delegate是申明委托的关键字 返回类型都是相同的,并且参数类型个数都相同 委托声明 实例化委托对象 委托的调用 委托增加指向方法 委托去除指向方法 案例:关于加减乘除的委托,它的返回值都是double类型,并且都有两个double的参数 ...