一、WEB应用程序B/S ( browser/server ,浏览器/服务器)架构 基于HTTP传输协议(超文本传输协议,回忆HTML的名字:超文本标记语言) WEB程序必须要运行在web容器上,如Tomcat /Jboss/WebLogic等 二、HTTP协议HTTP使用TCP作为它的支撑运输层协 ...
分类:
编程语言 时间:
2021-04-06 14:12:31
阅读次数:
0
上传脚本 apply plugin: 'maven' uploadArchives{ repositories.mavenDeployer{ // 本地仓库路径 repository(url:"file://C://Users/gang/.m2/repository/") // 唯一标识 包名 po ...
分类:
其他好文 时间:
2021-04-05 12:39:23
阅读次数:
0
MyBatis 官方文档:https://mybatis.org/mybatis-3/ Github:https://github.com/mybatis/mybatis-3 Maven仓库: <!-- https://mvnrepository.com/artifact/org.mybatis/m ...
分类:
其他好文 时间:
2021-04-05 12:36:13
阅读次数:
0
本项目采用idea编辑器,依赖maven环境,相关搭建请自行百度一、引入相关依赖 本文Http接口交互使用hutool工具类与阿里FastJson解析报文。 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> ...
分类:
编程语言 时间:
2021-04-05 11:48:35
阅读次数:
0
https://blog.csdn.net/u012123612/article/details/53638537 ARCGIS SERVICE 10.2跨域问题处理 Arcgis Server 10.2 跨域配置Arcgis10.3及以上版本已经默认开启跨域设置。本文只讲10.2版本的跨域配置。一 ...
分类:
其他好文 时间:
2021-04-01 13:47:43
阅读次数:
0
Tomcat下载 1.首先到tomcat官网找到download(https://tomcat.apache.org/download-90.cgi) 2.tomcat目录结构 3.tomcat学习模板 继承了HttpServlet通过response进行响应 http://localhost:80 ...
分类:
其他好文 时间:
2021-04-01 13:28:41
阅读次数:
0
SpringBoot应用启动运行run方法,然后一直来到这个Run方法 public ConfigurableApplicationContext run(String... args) { StopWatch stopWatch = new StopWatch(); stopWatch.start ...
分类:
编程语言 时间:
2021-04-01 13:27:41
阅读次数:
0
一、导入 maven 坐标依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> < ...
分类:
编程语言 时间:
2021-04-01 13:09:28
阅读次数:
0
A very simple tool that converts Swagger Api Document to Html File. 小记Swagger接口生成Html离线文档 由来 很多人用swagger2markup以及asciidoctor-maven-plugin插件来生成html格式的文 ...
分类:
Web程序 时间:
2021-03-31 12:32:00
阅读次数:
0
目录 背景 第一部分 基本配置介绍 第二部分 具体配置和注意事项 第三部分 读取resources资源 参考文献及资料 背景 通常Maven项目的文件目录结构如下: # Maven项目的标准目录结构 src main java #源文件 resources #资源文件 filters #资源过滤文件 ...
分类:
其他好文 时间:
2021-03-31 12:26:54
阅读次数:
0