码迷,mamicode.com
首页 >  
搜索关键字:several ports 8080    ( 2284个结果
vue cli3.0 给路径起别名 vue.config.js
给路径起别名 在根目录添加vue.config.js文件 module.exports = { configureWebpack: { resolve: { alias: { 'assets': '@/assets', 'common': '@/common', 'components': '@/c ...
分类:Web程序   时间:2020-07-10 21:24:14    阅读次数:118
redis-kubernet集群离线安装
环境:centos7.6、kubernet1.17.2 离线包下载:链接: https://pan.baidu.com/s/1B7Rbm2ZVR6P9spbCwhTb0Q 提取码: nhd1 思路: 创建 NFS创建 PV创建 PVC创建 Redis ConfigMap创建 Redis Headle ...
分类:Web程序   时间:2020-07-10 21:07:03    阅读次数:68
nfs共享目录及sersync实时同步
#一.要求 web01,web02中的目录挂载到nfs的目录下下,并且把nfs的目录实时同步到backup中。 | 主机名 | 外网IP | 内网IP | 作用 | 要部署服务 | | | | | | | | web01 | 172.16.1.7 | 10.0.0.7 | rsync和nfs的客户端 ...
分类:其他好文   时间:2020-07-10 20:56:37    阅读次数:75
DAY11 - Caring for Five Senses
Passage 11 Everyone has five senses. The five senses are sight, hearing, smell, taste and touch. We use different body parts for different senses. We ...
分类:其他好文   时间:2020-07-10 20:51:52    阅读次数:109
Linux 之 CentOS7放行端口
以放行redis默认端口6379为例 查看防火墙端口列表 firewall-cmd --list-ports 开启6379端口 firewall-cmd --zone=public --add-port=6379/tcp --permanent 关闭6379端口 firewall-cmd --zon ...
分类:系统相关   时间:2020-07-10 10:08:11    阅读次数:104
neural network robustness verification
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
K8S 部署 jenkins (一)
这里 jenkins 使用的存储为 NFS 安装 nfs 工具 yum install nfs-common nfs-utils -y showmount -e 192.168.52.174 # 运行结果 Export list for 192.168.52.174: /nfs/jenkins * ...
分类:其他好文   时间:2020-07-08 13:20:09    阅读次数:55
路由器与交换机做链路聚合
AR1配置 interface Eth-Trunk1 undo portswitch # interface GigabitEthernet0/0/0 eth-trunk 1 # interface GigabitEthernet0/0/1 eth-trunk 1 SW1配置 interface E ...
分类:其他好文   时间:2020-07-05 19:18:58    阅读次数:141
LTE - DL-SCH HARQ Modeling
Introduction The Downlink Shared Channel (DL-SCH) is described in TS36.212, Section 5.3.2. This example demonstrates how a transmitter retransmits a s ...
分类:其他好文   时间:2020-07-05 19:12:43    阅读次数:86
LTE DL-SCH and PDSCH Processing Chain
Introduction In LTE the Downlink Shared Channel (DL-SCH) is a transport channel used for the transmission of user data, dedicated control and user-spe ...
分类:其他好文   时间:2020-07-05 00:30:22    阅读次数:93
2284条   上一页 1 ... 8 9 10 11 12 ... 229 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!