org.springframework.jdbc.UncategorizedSQLException:Hibernateoperation:couldnotexecutequery;uncategorizedSQLExceptionforSQLCausedby:java.sql.SQLException:无法转换为内部表示在开发时遇到无法转换为内部表示的问题:犯错原因主要是Hibernate的映射和pojo的数据类型和..
分类:
数据库 时间:
2014-09-28 14:30:52
阅读次数:
189
if s[i] = t[j] then
d[i, j] := d[i-1, j-1] // no operation required
else
d[i, j] := minimum(
d[i-1, j] + 1, // a deletion
d[i, j-1] + 1,...
分类:
其他好文 时间:
2014-09-27 23:36:40
阅读次数:
179
NOTE: These two methods: Tip: Subclass AbstractHandler rather than implementing IHandler. but you can use it to the below section you need to set: IHa...
分类:
系统相关 时间:
2014-09-27 13:59:39
阅读次数:
262
Docker……终于誏我们真正能实现,将软件的开发变成“软件的组装”。“软件组装工厂,将真正的诞生”。...
分类:
其他好文 时间:
2014-09-27 08:46:39
阅读次数:
211
环境:
AIX 7.1
Oracle Rac 11.2.0.3
root@kk01:/oraapp/grid/gridhome>./root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORA...
分类:
其他好文 时间:
2014-09-25 19:30:07
阅读次数:
354
2014-09-25 BaoXinjian一、摘要在官方文档《oracle performance tuning guide》中提到Connecting to the database is an expensive operation that is highly unscalable。数据库的连...
分类:
数据库 时间:
2014-09-25 18:05:17
阅读次数:
273
In the last four blog, we talked about the high query operation of mongodb. Now in this blog let's know about the high update operation about monodb.
1. Save
as for save(), whose function is to upda...
分类:
数据库 时间:
2014-09-25 03:05:48
阅读次数:
358
??
DECLARE
--
API input variables
l_operation_tbl bom_rtg_pub.operation_tbl_type := bom_rtg_pub.g_miss_operation_tbl;
l_rtg_header_rec bom_rtg_pub.rtg_header_rec_type := bom_rtg_pub...
分类:
其他好文 时间:
2014-09-25 00:11:58
阅读次数:
511
Docker的组成:Docker Engine,一个轻量级、强大的开源容器虚拟化平台,使用包含了工作流的虚拟化技术,帮助用户建立、并容器化一个应用。Docker Hub,提供的一个SaaS服务,用来分享和管理你的程序栈Docker的优点:应用程序快速交付部署和扩展更加简便更高的部署密度,更满的运行负...
分类:
其他好文 时间:
2014-09-24 16:59:47
阅读次数:
440