1.引入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> <d ...
分类:
编程语言 时间:
2020-11-24 13:01:28
阅读次数:
18
Dao层代码:@Overridepublic int findTotalCount(int cid,String rname) { //String sql = "select count(*) from tab_route where cid = ?"; //1.定义sql模板 String sq ...
分类:
数据库 时间:
2020-11-24 12:07:25
阅读次数:
8
本篇译自: Intrusion Detection Systems Explained: 13 Best IDS Software Tools Reviewed 1 什么是入侵检测系统(IDS)? 入侵检测系统(IDS)监视网络流量中是否存在异常或可疑活动,并将警报发送给管理员。 主要功能是检测异常 ...
分类:
其他好文 时间:
2020-11-23 12:31:26
阅读次数:
7
使用Grafana和Prometheus对Linux服务器性能进行监控,主要通过node_exporter进行监控,指标如 CPU、内存、磁盘等。Prometheus通过HTTP协议从远程的机器收集数据并存储Prometheus本地时序数据库。 一.监测服务器安装node_exporter linu ...
分类:
系统相关 时间:
2020-11-23 12:01:53
阅读次数:
10
oracle安装环境配置前提下 1 在安装文件/database/response/*有三个配置文件模板 [oracle@oracledb response]$ ll 总用量 100 -rwxrwxr-x. 1 oracle oinstall 44954 12月 4 11:46 dbca.rsp - ...
分类:
数据库 时间:
2020-11-21 12:43:54
阅读次数:
24
1:vue-element-admin Github 地址:https://github.com/PanJiaChen/vue-element-admin demo预览体验地址:https://panjiachen.github.io/vue-element-admin/#/dashboard 一个 ...
分类:
其他好文 时间:
2020-11-21 12:26:44
阅读次数:
7
###P3899 [湖南集训]谈笑风生 二维数点问题,主席树模板(两种写法 #include<bits/stdc++.h> #define IL inline #define LL long long #define pb push_back using namespace std; const i ...
分类:
其他好文 时间:
2020-11-21 12:15:18
阅读次数:
7
一、首先我们来设置IDEA中类的模板:(IDEA中在创建类时会自动给添加注释) 1、File-->settings-->Editor-->File and Code Templates-->Files 我们选择Class文件(当然你要设置接口的还也可以选择Interface文件) (1)${NAME ...
分类:
其他好文 时间:
2020-11-20 12:12:16
阅读次数:
7
今天讲讲 Union-Find 算法,也就是常说的并查集算法,主要是解决图论中「动态连通性」问题的。名词很高端,其实特别好理解,等会解释,另外这个算法的应用都非常有趣。 说起这个 Union-Find,应该算是我的「启蒙算法」了,因为《算法4》的开头就介绍了这款算法,可是把我秀翻了,感觉好精妙啊!后 ...
分类:
编程语言 时间:
2020-11-20 11:25:40
阅读次数:
5
ColorUI组件库快速入门 https://www.jianshu.com/p/859fcca215f1 模板海报设计 https://www.canva.cn/ 阿里巴巴矢量图标库官网 https://www.iconfont.cn/ appUI样例 http://app.xueui.cn/ e ...
分类:
移动开发 时间:
2020-11-19 13:04:43
阅读次数:
45