1.自定一个注解 package com.hc.manager.common.aop.annotation;import java.lang.annotation.*;/** * LogAnnotation * * @author summer.chou * @version V1.0 * @dat ...
分类:
编程语言 时间:
2021-02-24 13:08:30
阅读次数:
0
数据库版本(select version();): 5.7.32-log sakila 下载地址: https://dev.mysql.com/doc/index-other.html type 表示 MySQL 在表中找到所需行的方式, 又称"访问类型". ALL, index, range, r ...
分类:
数据库 时间:
2021-02-23 14:29:19
阅读次数:
0
1.创建空的maven项目,导如下依赖 <dependencies> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.5</version> </dependency> ...
分类:
其他好文 时间:
2021-02-23 14:26:33
阅读次数:
0
一.导入坐标 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.2</version></dependen ...
分类:
编程语言 时间:
2021-02-23 14:24:53
阅读次数:
0
1、linux 服务器上安装python、jdk、appium、nodejs、Android SDK 、Jenkins、Allure、Allure Commandline等 AndroidSDK安装:https://blog.csdn.net/qq_40308101/article/details/ ...
分类:
移动开发 时间:
2021-02-23 14:07:27
阅读次数:
0
在看这篇博文之前,建议先看下上一篇博文;地址 首先在Spring的xml文件中完成相应的配置: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmln ...
分类:
其他好文 时间:
2021-02-23 14:00:47
阅读次数:
0
--环比去年 and substr(last_sum.dbilldate,1,4) = to_char(add_months(to_date(substr(tmp.dbilldate,1,7),'yyyy-mm'),-12),'yyyy') row_number() over()取最新版本 sele ...
分类:
其他好文 时间:
2021-02-22 12:25:28
阅读次数:
0
安装阿里云SDK 安装Python开发环境。 访问Python官网下载Python安装包,并完成安装。目前,支持2.6.5及以上版本。 安装Python的包管理工具pip。(如果您已安装pip,请忽略此步骤。) 访问 pip 官网下载pip安装包,并完成安装。 安装IoT Python SDK。以管 ...
分类:
编程语言 时间:
2021-02-22 12:19:18
阅读次数:
0
1 // 报错内容 Your project does not reference ".NETFramework,Version=v4.5" framework. Add a reference to ".NETFramework,Version=v4.5" in the "TargetFramew ...
分类:
Web程序 时间:
2021-02-22 11:53:25
阅读次数:
0
减少Docker镜像层的数量Dokcerfile中的RUN、COPY和ADD命令才会创建镜像层,因此减少Docker镜像层的数量就是要减少这几个命令的次数,特别是RUN命令的次数。 在安装工具时可以在一句命令中安装多个工具: 正例: apt-get install -y git curl 反例: a ...
分类:
其他好文 时间:
2021-02-22 11:51:26
阅读次数:
0