代码搜索:Hibernate 有哪些应用?

找到约 10,000 项符合「Hibernate 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/395762/8154105

c hibernate.c

/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2008, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ const char hibernate_c_id[
www.eeworm.com/read/294443/8225202

pdf hibernate.pdf

www.eeworm.com/read/414806/11101266

doc hibernate.doc

www.eeworm.com/read/148169/12488112

pdf hibernate.pdf

www.eeworm.com/read/334738/12579541

pdf hibernate.pdf

www.eeworm.com/read/248243/12588281

txt hibernate.txt

<mark>Hibernate</mark>是ORmaping的一种实现 是目前在JAVA界使用非常广泛的ORMapping的一种实现 可以实现关系型数据库和对象之间的映射。 用来开发数据库系统非常方便。 可以将数据库和程序的设计融合在一起 不会在出现以前那样程序是面向对象的,但是一到数据库那里就乱套了的想象。 <mark>Hibernate</mark> 是一个面向Java环境的对象/关系数据库映射工具。用来把对象模型表 ...
www.eeworm.com/read/279550/10421262

txt 判断有向图是否有环.txt

#include #include #include #include using namespace std; #define NMAX 105 int path[NMAX][NMAX]; int Ingree[NMAX];//各个点的入度 //判断一个有向图是否有环 /* 输入: 4
www.eeworm.com/read/407780/11410865

txt 判断有向图是否有环.txt

#include #include #include #include using namespace std; #define NMAX 105 int path[NMAX][NMAX]; int Ingree[NMAX];//各个点的入度 //判断一个有向图是否有环 /* 输入: 4