Web基础之Mybatis 对比JdbcTempalte,mybatis才能称得上是框架,JdbcTempalte顶多算是工具类,同时,对比Hibernate,Mybatis又有更多的灵活性,算是一种折中方案。 特点: 1. 支持自定义SQL、存储过程、及高级映射 2. 实现 ...
分类:
Web程序 时间:
2019-08-17 23:42:50
阅读次数:
132
rman备份archivelog时出现以下错误: RMAN> backup archivelog all delete input; Starting backup at 14-APR-14 current log archived using channel ORA_DISK_1 using ch... ...
分类:
数据库 时间:
2019-08-17 18:03:08
阅读次数:
115
How to Delete Archivelog Using RMAN in Oracle Recovery Manager (RMAN) is an Oracle Database client that performs backup and recovery tasks on your dat ...
分类:
数据库 时间:
2019-08-17 17:53:49
阅读次数:
148
What Is a Locale? A key concept for application programs is that of a program's locale. The locale is an explicit model and definition of a native-lan ...
分类:
其他好文 时间:
2019-08-16 18:25:56
阅读次数:
118
mysql8.0.17复制搭建及其gtid的1062和1032异常 参考资料: https://blog.csdn.net/wzy0623/article/details/91982743https://blog.51cto.com/20131104/2397443 # 附录 # 环境: # 创建同 ...
分类:
数据库 时间:
2019-08-14 16:48:27
阅读次数:
194
实验环境: A机器(生产用途):RHEL 6.5 + Oracle 11.2.0.4 + IP Address 192.168.1.11 B机器(备机用途):RHEL 6.5 + Oracle 11.2.0.4 + IP Address 192.168.1.61 需求: A机器RMAN备份完成后自动 ...
分类:
其他好文 时间:
2019-08-13 00:51:46
阅读次数:
102
From https://www.cnblogs.com/gaojing/archive/2012/03/15/2413638.html 传统的使用jdbc来访问数据库的流程为: 最开始使用的时候,不明白为什么首先要加载一个驱动类,之后就可以取得了Connection了,很好奇DriverManag ...
分类:
其他好文 时间:
2019-08-11 14:46:54
阅读次数:
88
1)查看 web 服务的编译参数 a.查看 nginx 的编译参数: /home/oldboy/run/nginx/sbin/nginx -V 范例 1: [root@VM-001 ~]# /home/oldboy/run/nginx/sbin/nginx -V nginx version: ngi ...
分类:
其他好文 时间:
2019-08-11 01:04:26
阅读次数:
83
Eureka涉及到的参数配置项数量众多,它的很多功能都是通过参数配置来实现的,了解这些参数的含义有助于我们更好的应用Eureka的各种功能,下面对Eureka的配置项做具体介绍,供大家参考。 Eureka客户端配置 1、RegistryFetchIntervalSeconds 从eureka服务器注 ...
分类:
编程语言 时间:
2019-08-08 23:38:48
阅读次数:
125