码迷,mamicode.com
首页 >  
搜索关键字:eth    ( 7031个结果
centos7 最小安装配置网络
使用ip addr 查看哪个网卡没有分配 IP ip addr 我这里是 eth0 没有分配 IP 地址,使用 vi 来修改 ifcfg-xxx 配置文件 xxx 是通过ip addr 查询到的名字 [root@localhost ~]# vi /etc/sysconfig/network-scri ...
分类:其他好文   时间:2021-01-22 11:51:41    阅读次数:0
9.3拦截请求
/**<!--more--> * 通过重载,配置如果通过拦截器保护请求 * @param http * @throws Exception */ @Override protected void configure(HttpSecurity http) throws Exception {// su ...
分类:其他好文   时间:2021-01-21 11:00:01    阅读次数:0
c# 小程序微信支付
微信支付步骤: 1.小程序后台下单 生成订单号 //获取商品价格 decimal shop_money = Convert.ToDecimal(shop_info.Rows[0]["money"]); //获取商品名称 string title = shop_info.Rows[0]["title" ...
分类:微信   时间:2021-01-21 10:43:14    阅读次数:0
集群/堆叠通用部署
案例描述 核心层使用两台框式交换机组建集群,汇聚层使用两台盒式交换机组建堆叠,核心层的集群与汇聚层的堆叠使用Eth-Trunk相连。 图3-4 园区基础网络组网图 设备要求和版本 位置 设备要求 本案例使用的设备 本案例使用的版本 核心层 支持集群功能的框式交换机 S12700E-8 V200R01 ...
分类:其他好文   时间:2021-01-20 11:47:55    阅读次数:0
easyexcel不创建对象导出图片
前些天项目中要使用easyexcel,研究了一下,需要导出图片 官方文档:https://www.yuque.com/easyexcel/doc/write#cb1b271f 官方的文档中,导出图片的样例很简单,是通过对象来导出的,并支持五种类型,File,InputStream,byte[],UR ...
分类:其他好文   时间:2021-01-20 11:46:20    阅读次数:0
小程序开发前接口封装(uni-app)
//全局请求路径 const baseUrl = "****"; //你的接口地址 //防止多次请求 let ajaxTimes = 0; export const Http = (options)=>{ ajaxTimes++; //请求未完成 加载动画 uni.showLoading({ tit ...
分类:微信   时间:2021-01-18 10:48:44    阅读次数:0
Python for Data Science - Delving into non-parametric methods using pandas and scipy
Chapter 5 - Basic Math and Statistics Segment 6 - Delving into non-parametric methods using pandas and scipy import numpy as np import pandas as pd im ...
分类:编程语言   时间:2021-01-18 10:33:21    阅读次数:0
axios 的拦截器理解与使用
第一步创建实例 1 2 3 4 let http = axios.create({ // 这个里面可以设置一些请求头之类的配置<br>timeout: 3000, headers: {} }); 第二步 设置拦截器 2.1 拦截器分为 请求拦截器和响应拦截器 //请求拦截器代码格式如下 http.i ...
分类:移动开发   时间:2021-01-14 10:56:07    阅读次数:0
js获取当前时间的年月日时分秒以及时间的格式化
1.获取当前时间 var myDate = new Date(); 2.获取时间中的年月日时分秒 myDate.getYear(); // 获取当前年份(2位) myDate.getFullYear(); // 获取完整的年份(4位,1970-????) myDate.getMonth(); // ...
分类:Web程序   时间:2021-01-13 10:44:03    阅读次数:0
hadoop完全分布式
虚拟机克隆 a. vim /etc/udev/rules.d/70-persistent-net.rules 更改网卡名 b. vim /etc/sysconfig/network-scripts/ifcfg-eth0 更新网卡 c. vim /etc/sysconfig/network 更改主机名 ...
分类:其他好文   时间:2021-01-12 10:50:26    阅读次数:0
7031条   上一页 1 ... 8 9 10 11 12 ... 704 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!