ip配置 ifconfig 查看 cd /etc/sysconfig/network-scripts vi ifcfg-en0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT ...
分类:
其他好文 时间:
2020-07-10 13:10:15
阅读次数:
79
1、定制线程池的大小 1.1、线程池的合理大小 取决于 未来提交的任务类型 和 所部署的系统特征; 2、配置ThreadPoolExecutor 2.1、ThreadPoolExecutor 提供了 一些基本的Executor的实现: (由 工具类Executors 提供的newCachedThre ...
分类:
编程语言 时间:
2020-07-10 11:40:50
阅读次数:
82
1.ip_forward与路由转发: 1.简介 IP地址分为公有ip地址和私有ip地址,Public Address是由INIC(internet network information center)负责的 ,这些IP地址分配给了注册并向INIC提出申请的组织机构。Private Address属 ...
分类:
其他好文 时间:
2020-07-10 11:26:49
阅读次数:
85
433. 岛屿的个数 中文English 给一个 01 矩阵,求不同的岛屿的个数。 0 代表海,1 代表岛,如果两个 1 相邻,那么这两个 1 属于同一个岛。我们只考虑上下左右为相邻。 样例 样例 1: 输入: [ [1,1,0,0,0], [0,1,0,0,1], [0,0,0,1,1], [0, ...
分类:
其他好文 时间:
2020-07-10 09:27:58
阅读次数:
64
1、设置IP地址、网关nano/etc/network/interfaces/etc/network/interfacesbak#备份原有配置文件nano/etc/network/interfaces#编辑网网卡配置文件autoloifaceloinetloopbackautoeth0#开机自动连接网络ifaceeth0inetstatic#static表示使用固定ip,dhcp表述使用动态ipa
分类:
系统相关 时间:
2020-07-10 09:21:22
阅读次数:
79
There have been several approaches available. One line of research I focused on is abstract interpretation based approaches. AI2: uses zonotope as the ...
分类:
Web程序 时间:
2020-07-10 00:37:13
阅读次数:
81
1.精简网卡属性 > /etc/sysconfig/network-scripts/ifcfg-ens33 echo TYPE=Ethernet >> /etc/sysconfig/network-scripts/ifcfg-ens33 echo BOOTPROTO=none >> /etc/sys ...
分类:
数据库 时间:
2020-07-10 00:31:01
阅读次数:
63
HTTP/1.1 502 Fiddler - Connection Failed Date: Thu, 09 Jul 2020 10:31:22 GMT Content-Type: text/html; charset=UTF-8 Connection: close Cache-Control: n ...
分类:
Web程序 时间:
2020-07-09 19:38:47
阅读次数:
116
Just curious where you saw error code 2 is incorrect usage of command? The documentation indicates that it's one of the following: All or some rows re ...
分类:
数据库 时间:
2020-07-09 15:00:59
阅读次数:
67
elasticsearch-head可理解为跟DBeaver一样是一个数据可视化工具,但是这个工具并没有理想中那么好用坑也是很多,我已经在我的github上fork了一份修改后的版本:https://github.com/zhaoyunxing92/elasticsearch-head 系列文章 e ...
分类:
其他好文 时间:
2020-07-08 15:24:11
阅读次数:
85