package JdbcTemplate; import com.itcat.domain.Emp; import org.junit.Test; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.sprin... ...
分类:
数据库 时间:
2019-03-06 20:48:21
阅读次数:
175
document.domain location.hostname location.host :https://www.cnblogs.com/shd-study/p/10303139.html document.domain vs location.hostname vs location.ho ...
分类:
其他好文 时间:
2019-03-06 19:30:27
阅读次数:
236
通过document.domain实现跨域访问:https://blog.csdn.net/nlznlz/article/details/79506655 前端跨域方法之document.domain和location.hash:https://blog.csdn.net/WEB_YH/articl ...
分类:
其他好文 时间:
2019-03-06 19:25:41
阅读次数:
208
Domain Name System Security Extensions (DNSSEC)DNS安全扩展,是由IETF提供的一系列DNS安全认证的机制(可参考RFC2535)。它提供了一种来源鉴定和数据完整性的扩展,但不去保障可用性、加密性和证实域名不存在。DNSSEC是为解决DNS欺骗和缓存污 ...
分类:
其他好文 时间:
2019-03-05 11:00:40
阅读次数:
188
DNS(Domain Name System)服务是和HTTP协议一样位于应用层的协议。它提供域名到IP地址之间的解析服务。 URI和URL URL:http://www.baidu.com web浏览器等访问Web页面时需要输入的网页地址。 URI:Uniform 规定统一的格式可方便处理多种不同 ...
分类:
Web程序 时间:
2019-03-04 17:21:48
阅读次数:
170
非强制,如打算分发此box,建议遵循如下约定 Hostname:vagrant-[os-name],例:vagrant-ubuntu-Steve Domain: vagrantup.com Root Password: vagrant Main account login: vagrant Main ...
分类:
其他好文 时间:
2019-03-04 17:08:23
阅读次数:
181
数据库名(DB_NAME)、数据库实例名(INSTANCE_NAME)、操作系统环境变量(ORACLE_SID)、数据库服务名(SERVICE_NAME)、数据库域名(DB_DOMAIN)以及全局数据库名(GLOBAL_DB_NAME)是几个使用Oracle数据库容易混淆的概念。 INSTANCE_ ...
分类:
数据库 时间:
2019-03-04 12:48:40
阅读次数:
199
一.HTTP请求的步骤: 1.从url中读取主机名 2.利用DNS(domain name service)对主机名进行转换,得到IP地址 3.如果有端口号的话,读取端口号 4.根据IP地址和端口号,建立与服务端的TCP(transmission control protocol)/IP连接 5.往 ...
分类:
Web程序 时间:
2019-03-03 22:15:29
阅读次数:
256
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash JavaScript 跨域总结与解决 ...
分类:
编程语言 时间:
2019-03-03 09:13:43
阅读次数:
158
postgresql升级有三种方式:pg_dump与restore,pg_upgrade,pg的Logical Replication,本文主要讲述pg_upgrade方式 步骤: 1.下载并安装新版数据库 下载:https://ftp.postgresql.org/pub/source/ 安装: ...
分类:
数据库 时间:
2019-03-01 15:45:28
阅读次数:
817