上一篇讲了用 python 提取字符串中的数字,这次用VBA来事项。总体思路和 python 是一样的,代码如下: Option Explicit Sub GetNumbers() Dim from_string As String, convert_numbers As String Dim i, ...
分类:
编程语言 时间:
2021-04-27 14:37:45
阅读次数:
0
一、相关概念 使用python对excel进行操作之前,我们需要了解excel的组成,分别是: 工作薄workbook 工作表sheet 单元格cell 对excel的操作,实质上是对excel中workbook、sheet以及cell的操作。 二、操作流程 使用excel提前将测试用例准备好 导入 ...
分类:
编程语言 时间:
2021-04-26 13:08:59
阅读次数:
0
交换机配置: 创建IPTV接口: IPTV跃点设置为20,防止上网走这个端口。 防火墙配置: config rule option target 'ACCEPT' option proto 'udp' option name 'IPTV-DHCP' option family 'ipv4' opti ...
分类:
其他好文 时间:
2021-04-22 16:16:44
阅读次数:
0
1.table-cell <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .box{ width: 200px; height: 200px; background-color: red; di ...
分类:
Web程序 时间:
2021-04-22 15:56:20
阅读次数:
0
1.查看系统自带别名 2.设置别名方式,这里拿网卡路径设置 alias cdnet='cd /etc/sysconfig/network-scripts/' 3.要永久生效,需要编辑家目录的.bashrc文件 4.编辑完成后,保存退出,使用source .bashrc命令即可立即生效。 ...
分类:
其他好文 时间:
2021-04-22 15:40:49
阅读次数:
0
Vue使用Element-ui Table 合并行,官方只是一个非常简单的合并例子,通常业务都是相同的某个字段进行合并。 效果图 代码实现 1、Table <el-table :data="dataTable" border :header-cell-style="{background: '#FA ...
分类:
其他好文 时间:
2021-04-21 12:57:40
阅读次数:
0
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:
其他好文 时间:
2021-04-21 12:22:48
阅读次数:
0
DNA-蚕丝(脱氧核糖核酸Deoxyribonucleic acid)双螺旋→组成染色体 AGTC RNA-丝线(核糖核酸(Ribonucleic Acid)) AGCU 引导蛋白质合成 染色体-x形毛线玩具(inside the 细胞核-my玩具仓库 信息的海洋啊hhhhh) 基因-~~~~~~~ ...
分类:
其他好文 时间:
2021-04-21 12:20:50
阅读次数:
0
集群设计实现 基础设施层面 1 提升硬件资源性能一从入口防火墙到后端 web server 均使用更高性能的硬件资源 2 多域名—DNS轮询A记录解析 3 多入口一将A记录解析到多个公网IP入口 4 多机房一同城+异地容灾 5 CDN(Content Delivery Network)-基于GSLB ...
分类:
其他好文 时间:
2021-04-21 12:11:18
阅读次数:
0
####1.准备站点目录 for i in {android,iphone,firefox,chrome,default} ;do mkdir /html/terminal/${i} && echo $i >/html/terminal/${i}/index.html ;done ####2.准备配 ...
分类:
Web程序 时间:
2021-04-21 12:00:37
阅读次数:
0