<dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> <!--数据库驱动--> <d ...
分类:
编程语言 时间:
2020-12-19 12:15:45
阅读次数:
2
今天深入了解一下Spring,看了曹工的文章,想跑一下他的demo:https://gitee.com/ckl111/spring-boot-first-version-learn 他是基于Spring的第一个版本:4.0.0.BOOTSTRAP-SNAPSHOT 来做demo和分析源码的。 结果m ...
分类:
其他好文 时间:
2020-12-18 13:17:20
阅读次数:
3
参考:https://www.cnblogs.com/mengfangui/p/11174583.html { // 名称 "name": "vue", // 版本 "version": "2.6.10", // 描述 "description": "Reactive, component-orie ...
分类:
Web程序 时间:
2020-12-18 13:12:38
阅读次数:
3
freeswitch.xml 说明 XML的根是 document 在document是由多个section组成,每个section对应一部分功能。其中有两个X-PRE-PROCESS预处理指令,它的作用是将data参数指定的文件内容包含include到当前文件中来。 <?xml version=" ...
分类:
其他好文 时间:
2020-12-18 13:09:21
阅读次数:
3
pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RELEASE</version> <rel ...
分类:
编程语言 时间:
2020-12-18 12:33:50
阅读次数:
1
ClickHouse ClickHouse 是俄罗斯的 Yandex 于 2016 年开源的列式存储数据库(DBMS),主要用于在线分析处理查询(OLAP),能够使用 SQL 查询实时生成分析数据报告。 1安装依赖 [root@hadoop102 ~]# yum install -y libtool ...
分类:
其他好文 时间:
2020-12-17 12:37:40
阅读次数:
2
复制下列代码,保存为temp.reg,同时单击运行该文件即可。 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer ...
本地maven setting.xml 文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor ...
新建文件docker-compose.yml vi docker-compose.yml 输入以下内容 version: '3.1' services: minio: image: minio/minio container_name: minio restart: always ports: - ...
分类:
其他好文 时间:
2020-12-16 12:31:38
阅读次数:
2
一、局部刷新案例 jsp: 1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8"%> 3 4 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4 ...
分类:
Web程序 时间:
2020-12-16 11:55:14
阅读次数:
3