mysql 官网下载慢,可以替换国内的yum源。 网易: Centos5: http://mirrors.163.com/.help/CentOS5-Base-163.repo Centos6: http://mirrors.163.com/.help/CentOS6-Base-163.repo C ...
分类:
其他好文 时间:
2020-06-14 16:32:20
阅读次数:
84
一、HttpRunner简介 HttpRunner 是一款面向 HTTP(S) 协议的通用测试框架, 只需编写维护一份 YAML/JSON 脚本,即可实现自动化测试、性能测试、线上监控、持续集成等多种测试需求。 二、运行环境 HttpRunner是一个基于 Python 开发的测试框架,可以运行在m ...
分类:
Web程序 时间:
2020-06-12 14:42:10
阅读次数:
80
版本:spring-boot:2.3.0redis:latest(Docker)依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-jdbc</artifactId></dependency>
分类:
编程语言 时间:
2020-06-10 09:24:51
阅读次数:
137
1.判断当前单元格是不是合并单元格 1 ... 2 private boolean isMergedRegion(Sheet sheet, int row, int column) { 3 //获取合并单元格的数量 4 int sheetMergeCount = sheet.getNumMerged ...
分类:
其他好文 时间:
2020-06-09 20:38:19
阅读次数:
61
1.复制单元格 1 ... 2 public static void copyCell(Workbook wb, Cell srcCell, Cell distCell, boolean copyValueFlag) { 3 //新建单元格样式 4 CellStyle newStyle = wb.c ...
分类:
其他好文 时间:
2020-06-09 20:21:13
阅读次数:
48
常用镜像源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里云:http://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/在安装包的时候执行命令 ...
分类:
编程语言 时间:
2020-06-08 14:43:37
阅读次数:
79
pc端常用电脑屏幕 ((响应式PC端媒体查询)电脑屏幕分辨率尺寸大全) PC端************ 按屏幕宽度大小排序(主流的用橙色标明) 分辨率 比例 | 设备尺寸 1024*500 (8.9寸) 1024*768 (比例4:3 | 10.4寸、12.1寸、14.1寸、15寸; ) 1280* ...
分类:
其他好文 时间:
2020-06-08 00:46:44
阅读次数:
58
1、Springboot介绍1.1、为什么要学习Springboot1、敏捷开发(整合框架)2、无需tomcat(java引用程序运行,实际jar包)内置tomcat。3、减少xml配置,配置文件形式properties4、SpringCloud+Springboot结合在一起做微服务。微服务SpringClound(http接口+restful)基于springboot(封装了springmvc
分类:
编程语言 时间:
2020-06-08 00:24:24
阅读次数:
58
哈希表+双指针 思路 先排序,后遍历 题目要求找出最长连续序列的长度,注意是找出,所以数组中的元素有可能是重复的。 如何排除重复值,很容易就想到Set集合,所以转成Set集合 后续的遍历用到双指针,为了便于操作又把Set集合转数组,再排序。 因为用到Arrays.sort(),其时间复杂度 为O(n ...
分类:
其他好文 时间:
2020-06-06 21:24:58
阅读次数:
56
http://pypi.douban.com/simple/ 豆瓣http://mirrors.aliyun.com/pypi/simple/ 阿里http://pypi.hustunique.com/simple/ 华中理工大学http://pypi.sdutlinux.org/simple/ 山 ...
分类:
编程语言 时间:
2020-06-04 10:45:09
阅读次数:
297