1. 打开idea,”file“ -> "new" -> "module" -> "spring initilizer" ····->"web" ->"spring web" 2. 搭建依赖 修改pom.xml 配置文件,加入依赖项。 <dependency> <groupId>org.spring ...
分类:
编程语言 时间:
2020-09-24 00:04:18
阅读次数:
40
切换到frame的三种方式: 1、id 2、name 3、标签名 # coding:utf-8 from selenium import webdriver # 实例化 driver = webdriver.Chrome() # 发起请求 driver.get("http://mail.163.co ...
分类:
其他好文 时间:
2020-09-21 11:55:13
阅读次数:
42
首先自定义Jpa接口类型需要继承接口JpaSpecificationExecutor<T> 下面是实现多条件查询 + 分页 + 排序的代码 导入的的相关类 import org.springframework.data.domain.PageRequest; import org.springfra ...
分类:
编程语言 时间:
2020-09-18 12:29:40
阅读次数:
56
##layout files If a frame defined in a layout file requires an attached dataset, the data files necessary to build the dataset are referenced in the l ...
分类:
其他好文 时间:
2020-09-18 02:09:57
阅读次数:
40
·博主是根据b站up主诺十一2020的教程进行的学习~ https://www.bilibili.com/video/BV1V4411W787?p=1 1.对角色的移动做了如下的编码 1 using System.Collections; 2 using System.Collections.Gen ...
分类:
其他好文 时间:
2020-09-18 01:21:38
阅读次数:
29
1. Maven依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> </dependency> 2. ...
分类:
编程语言 时间:
2020-09-17 22:59:48
阅读次数:
34
最近在研究螺纹钢与铁矿石的比价变化,所以用python写个代码分析一下。 数据文件: 数据下载自网络。 代码: 中间有些没用的,看官们请忽略,那是我从另一个文件直接复制来的,后面要plt出图的。 今天的文章只讲两个DataFrame如何连接到一起,相当于SQL的left-join ,或者update ...
分类:
编程语言 时间:
2020-09-17 22:54:52
阅读次数:
33
学校的成绩是dbf格式的,要转excel 首先pip安装两个要用到包pandas和dbfread pip install pandas dbfread 然后直接代码: import dbfread import pandas as pd file_name = "xscj (2).dbf" tabl ...
分类:
数据库 时间:
2020-09-17 21:47:48
阅读次数:
47
1. 简介 FFmpeg filter提供了很多?视频特效处理的功能,?如视频缩放、截取、翻转、叠加等。其中定义了很多的filter,例如以下常?的?些filter。scale:视频/图像的缩放overlay:视频/图像的叠加crop:视频/图像的裁剪trim:截取视频的?段rotate:以任意?度 ...
分类:
其他好文 时间:
2020-09-17 19:31:12
阅读次数:
25
简介 在springboot2.0之后,我们使用的jedis被换成了lettuce 使用模板 导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redi ...
分类:
其他好文 时间:
2020-09-17 17:29:55
阅读次数:
19