创建Spring Boot项目 1、New Project 2)取名为sb2 (springboot2.x) 3、勾选Spring Web 4、勾选MyBatis framework 5、下一步,然后点击完成 6、pom.xml增加jar和插件 jar dependency> <groupId>my ...
分类:
数据库 时间:
2020-02-05 20:16:42
阅读次数:
501
HTTP协议 什么是HTTP协议 (HyperText Transfer Protocol,超文本传输协议)是因特网上应用最为广泛的一种网络传输协议,所有的WWW文件都必须遵守这个标准。 HTTP是一个基于TCP/IP通信协议来传递数据(HTML 文件, 图片文件, 查询结果等)。 HTTP 工作原 ...
分类:
Web程序 时间:
2020-02-04 15:35:38
阅读次数:
170
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds a ...
分类:
数据库 时间:
2020-02-04 11:05:13
阅读次数:
91
Entity Framework Entity Framework 的全称为 ADO.NET Entity Framework,简称 EF。 1、与 ADO.NET 的关系 Entity Framework(实体框架)是微软以 ADO.NET 为基础所发展出来的对象关系对应(O/R Mapping) ...
分类:
其他好文 时间:
2020-02-03 11:50:56
阅读次数:
70
前言 一般的, mapping 可以分为 动态映射(dynamic mapping) 和 静态(显示) 映射 (explicit mapping) 和精准(严格) 映射(strict mapping) 具体由dynamic 属性控制 动态映射(dynamic: true) 创建一个索引 PUT m1 ...
分类:
移动开发 时间:
2020-02-02 22:03:19
阅读次数:
104
1.概述 Unity自带cube模型,但是此文实现,分基础版和完善版。基础版不进行顶点法线计算,完善版会进行法线计算,结果会跟自带cube比较接近。 2.基础版Cube 2.1 基类 using System.Collections; using System.Collections.Generic ...
分类:
其他好文 时间:
2020-02-02 21:37:34
阅读次数:
67
Creating local folders and copying files Mapping printers via GPO Deny logon locally. ...
分类:
其他好文 时间:
2020-01-31 12:32:23
阅读次数:
78
1、Hibernate技术连接MySQL数据 User.hbm.xml 配置文件 <?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http:/ ...
分类:
数据库 时间:
2020-01-30 23:03:57
阅读次数:
94
Spring Boot 是目前十分流行的框架技术,极大的简化了应用开发的初始环境搭建过程和开发过程,由于其简单便捷被广大公司所采用,用来做快速应用的开发。本文通过一个HelloWorld程序来展示Spring Boot的强大快捷。 1.环境准备 1.1 安装配置Maven Maven是一个十分强大的 ...
分类:
编程语言 时间:
2020-01-30 20:52:18
阅读次数:
79
Create a Group Policy on AD DC Server. The GPO policy will come into effect on the next login, or use the following command to force the GPO to update ...
分类:
移动开发 时间:
2020-01-30 19:12:31
阅读次数:
100