用python实现excel中查找指定字符的行信息 strr # 字符串 or 字符 filename # 文件名路径 with open(filename,'r') as fp: for line in fp: if strr in line: print (line.rows) 将会输出exce ...
分类:
编程语言 时间:
2020-12-11 12:33:36
阅读次数:
21
1、导入jar <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.1.7</version> </dependency> <dependency> <groupId>or ...
分类:
其他好文 时间:
2020-12-11 12:26:24
阅读次数:
4
tinymce是很优秀的一款富文本编辑器,可以去官网下载。https://www.tiny.cloud 这里分享的是它官网的一个收费插件powerpaste的旧版本源码,但也不影响功能使用。 http://blog.ncmem.com/wordpress/2019/08/07/umeditor%E7 ...
分类:
Web程序 时间:
2020-12-11 12:25:50
阅读次数:
6
如何利用Excel快速批量生成想要的代码 使用场景 在HTML DOM Video 对象这个页面 我想要将所有的中文描述和对应的属性(共32个属性)打印出来--console.log(description, properties) 传统解决方法 将console.log(description, ...
分类:
其他好文 时间:
2020-12-11 12:19:05
阅读次数:
6
Microsoft Word Application Reference The Microsoft Word Application COM object is a QAxObject with the CLSID {000209ff-0000-0000-c000-000000000046}. I ...
分类:
移动开发 时间:
2020-12-11 12:08:51
阅读次数:
6
跨域 文件位置: config 》index.js 》大约13行 》 跨域内容: proxyTable:{ '/api': { target: 'http://192.168.0.125:8000/info',//跨域地址 changeOrigin: true, pathRewrite: { '^/ ...
分类:
其他好文 时间:
2020-12-11 11:53:23
阅读次数:
6
一、生活中的数据 1.数据的分类 1)结构化数据 行数据,以二维表的形式存储 2)非结构化数据 没有具体的结构,视频,文本,音乐文件 3)半结构化数据 xml表格,word文档,PPT,html文件 2.搜索的种类 1)结构化数据搜索 数据之间我们会对他建立一定的关系,生成二维表进行查询 2)非结构 ...
分类:
其他好文 时间:
2020-12-11 11:53:06
阅读次数:
7
IP和TCP抓包分析实验实验拓扑图1-1注:如无特别说明,描述中的R1或SW1对应拓扑中设备名称末尾数字为1的设备,R2或SW2对应拓扑中设备名称末尾数字为2的设备,以此类推实验需求配置IP地址,R1的g0/0口是1.1.1.1/24,R2的g0/0口是1.1.1.2/24在该链路上开启抓包在R1上pingR2开启wireshark,查看抓取的ping包的内容在R2上开启FTP服务在R1上访问R2
分类:
其他好文 时间:
2020-12-11 11:50:45
阅读次数:
6
Difficulty: Medium Related Topics: Array, Backtracking Link: https://leetcode.com/problems/word-search/ Description Given an m x n board and a word, f ...
分类:
其他好文 时间:
2020-12-10 11:30:28
阅读次数:
11
【Markdown/博客】本地md文件直接发表博客 本文转自:https://www.cnblogs.com/antaia11/p/14091010.html 软件安装 安装python3环境 安装Typora:https://typora.io/#windows 安装pycnblog:https: ...
分类:
其他好文 时间:
2020-12-10 10:52:48
阅读次数:
4