一.什么是SpringDataJpa 二.项目导包 三 集成SpringDataJpa 3.1 完成Spring与Jpa的集成 3.1.1 准备db.propeties 3.2.2 准备applicationContext.xml 3.2 集成SpringDataJpa 3.2.1 准备domain ...
分类:
编程语言 时间:
2019-10-10 19:59:00
阅读次数:
133
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/h... ...
分类:
Web程序 时间:
2019-10-10 14:08:05
阅读次数:
100
1、DNS(domain name system) 域名 <==> IP地址 DNS解析过程: ...
分类:
其他好文 时间:
2019-10-09 17:48:53
阅读次数:
85
1. cookie: 2. cookie应用场景: 用户认证 投票 每页默认显示数据 2. session: 1. session应用场景 用户认证 短信验证过期 权限管理 如果遇到页面多的时候每个都需要获取这样就会写很多的重复代码,所以可以写一个装饰器: 如果你在装饰器中没有获取值,没有进行模板渲 ...
分类:
其他好文 时间:
2019-10-09 09:17:46
阅读次数:
86
本节主要介绍创建套接字的socket函数。 ...
分类:
编程语言 时间:
2019-10-09 09:16:34
阅读次数:
99
error: You must be logged in to the server (the server has asked for the client to provide credentials
Error from server (Forbidden): Forbidden (use... ...
分类:
Web程序 时间:
2019-10-08 23:52:41
阅读次数:
680
一、服务端 1、创建套接字: int socket(int domain, int type, int protocol); domain:指定协议族,通常选用AF_INET。 type:指定socket类型,TCP通信下使用SOCK_STREAM。 protocol:指定协议,通常为0。 返回值: ...
web.php Route::group(['domain' => 'www.a.com'], function () { Route::any('/','\App\Http\Controllers\IndexController@index'); }); Route::group(['domain ...
分类:
其他好文 时间:
2019-10-08 16:03:29
阅读次数:
238
作为开发人员在工作和学习中通过虚拟机使用 Linux 的情况肯定会非常多,但是 Linux 自带的终端使用体验较差,所以绝大多数使用者都会在宿主机上使用第三方 SSH工具(例如 Xshell)进行连接,然而在虚拟机中如果使用的是动态 IP 则会出现这次连接可以但下次连不上的情况,因为 IP 动态获取 ...
分类:
其他好文 时间:
2019-10-08 12:49:13
阅读次数:
104
CompSci 367/761 ASSIGNMENT 4: Domain Independent PlanningDue 8 October 11:59PM worth 5%.1 IntroductionNote that in this document, we will use the term ...
分类:
其他好文 时间:
2019-10-07 19:51:05
阅读次数:
104