代码搜索:batch

找到约 6,125 项符合「batch」的源代码

代码结果 6,125
www.eeworm.com/read/241792/13119964

html qrerun.html

www.eeworm.com/read/138887/13205841

txt 整合hibernate的ejb架构分析.txt

一、Hibernate是JDBC 的轻量级的对象封装,它是一个独立的对象持久层框架,和App Server,和EJB没有什么必然的联系。Hibernate可以用在任何JDBC可以使用的场合,例如Java应用程序的数据库访问代码,DAO接口的实现类,甚至可以是BMP里面的访问数据库的代码。从这个意义上来说,Hibernate和EB不是一个范畴的东西,也不存在非此即彼的关系。 二、Hibern ...
www.eeworm.com/read/138887/13205861

txt hibernate的批量删除的效率分析.txt

Hibernate作为ORM,有一个ORM固有的问题,就是由于为了持久对象的同步,不能够使用批量删除和批量更新的sql,只能按照主键一条条来操作。因此效率相对JDBC来说是比较低的。然而事情也并不总是那么绝望,只要你对Hibernate进行优化,也可以得到相当满意的速度。 session.delete("from Cat as c where ..."); 该语句实际上发送sql: ...
www.eeworm.com/read/240317/13224893

h global.h

/* ; File : $Workfile$ ; ; Description : ; ; Original Author : DIGITAL RESEARCH ; ; Last Edited By : $CALDERA$ ; ;-----------------------------------------
www.eeworm.com/read/240317/13224921

c global.c

/* ; File : $Workfile: GLOBAL.C$ ; ; Description : ; ; Original Author : DIGITAL RESEARCH ; ; Last Edited By : $CALDERA$ ; ;-------------------------------
www.eeworm.com/read/323180/13348035

c c4.5.c

/*************************************************************************/ /* */ /* Main routine, c4.5 */ /* ------------------ */ /* */ /*******************************
www.eeworm.com/read/136572/13371517

cpp c45.cpp

/*************************************************************************/ /* */ /* Main routine, c4.5
www.eeworm.com/read/320071/13433213

bat ztclibs.bat

echo off cls echo This batch file converts all the COMM_? composite libraries to Zortech echo C format. The COMM_? libraries and the ZTC_X? libraries must be in the echo current directory or pass
www.eeworm.com/read/320071/13433218

bat zmlibs.bat

masm /Dmodel=small /Mx /t /w2 desqv; masm /Dmodel=small /Mx /t /w2 unixdos; masm /Dmodel=small /Mx /t /w2 zfunc; bcc -c -X -ms batch.c zmdos.c tlib /C /0 zmlib_s +batch +desqv +unixdos +zfun
www.eeworm.com/read/320071/13433242

bat msclibs.bat

echo off cls echo This batch file converts all the COMM_? composite libraries to Microsoft echo C format. The COMM_? libraries and the MSC_X? libraries must be in the echo current directory or pa