搜索资源列表
MasteringEJB20Code
- MasteringEJB20 Code Sample Include SessionBean,EntityBean,etc
Java_JNI_Callback
- How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\\j2sdk1.4.0\\include /Ie:\\j2sdk1.4.0\\include\\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
Eclipse入门使用指南及开发Eclipse插件(1)
- Eclipse是开放源代码的项目,你可以到www.eclipse.org去免费下载Eclipse的最新版本,一般Eclipse提供几个下载版本:Release,Stable Build,Integration Build和Nightly Build,建议下载Release或Stable版本,笔者用的是Build20020125(Stable版本)。Eclipse本身是用Java语言编写,但下载的压缩包中并不包含Java运行环境,需要用户自己另行安装JRE,并且要在操作系统的环境变量中指明JRE中
jfreechart-sample
- jfreechart的各种例子都有 包括:柱形图、折线图、饼图、时区图等 可以进行各种数据的对比,平面图和立体图都有。-all kinds of jfreechart examples,include of pole,cake,time zone,plane,solid etc.this can campare all kinds of number.
weblogic应用
- weblogic应用全实例,包含了j2ee规范中的servlet、jsp、ejb、jms、jdbc、jaas、rmi、xml等应用实例代码。-Weblogic Application examples include creates servlet specification, jsp, Bob, jms, jdbc, JAAS, rmi, xml applications such as code examples.
Jni
- 一个可用delphi来开发java的JNI开发包delphi接口,想用java来调用delphi开发的动态库就下载这个包就可以了。里面还包括了详细的调用实例和说明。有空联系我 QQ:81106348-one available to the developing java development kit delphi JNI interface, java to use Delphi to call for the development of the dynamic download the
jspshoop
- jsp网上书店!包括图书的查询!新书上架!删除等界面-jsp online bookstore! Inquiries include books! Book perch! Delete interface
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
ThreadTestsAllInOne
- \"多线程的例子\"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、 挂起、唤醒、优先级、线程组,线程与Swing……(另附相关技术文档) 使用方法:因为开发工具为eclipse3.1,所以这些工程文件都可以直接导入。-"multithreading example" will include multithreading in all aspects, Teaching is a classic example of accumu
Java-3D-Desktop
- Java 3D Desktop Environment旨在使用Java 3D来创建一个3D桌面环境。功能包括:分布式的应用程序,基于RMI安全的安全体系结构,分布式的事件... -Java 3D Desktop Environment to use Java to create 3D built a three D desktop environment. Features include : distributed applications, based on the safety of RM
teat
- 一个银行账户类,其中包括以下内容,并用字符界面模拟存款和取款过程 (1) 账户信息:账号、姓名、开户时间、身份证号码等 (2) 存款方法 (3) 取款方法 (4) 其它方法,如“查询余额”和“显示账号”等 -a bank account categories, which include the following, characters use interface and simulation process deposits and withdrawals (1) acc
20062121742
- 开源的手机短信开发包!包括例子程序和比较详细的文档,还有开发者的网站!-revenue SMS development kits! Examples include procedures and more detailed documentation, and development of the site!
javasimpleexample
- java一些例子,包括从键盘接收输入字符串,并将其转换成整数的例子,产生一个随机数的例子-java examples include receiving input from the keyboard strings, and converting it into integer example, Generate a random number of examples, etc.
20050309222620689118-4449
- --sunfruit 用JAVA编写的绘图程序,使用JAVA 2D API 提供源代码下载 JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的起点和终点在两个不同的组件上
LearnEclipseStepbyStep_swt_src
- eclipse 从入门到精通的源码,有了这个如果学会的话,可以毫无质疑的说我会SWT编程.包括:thread,button,canvas,combol,filllayout,griddata,progressbar,qq,tree,table,slider,-eclipse from the portal to the source proficient, with the Institute if so, the slightest doubt that I would SWT program
jasperdemo
- 报表工具IReport的例子,实例中包括了生成pdf,html,excel等格式的报表文件.源码中包括了报表和在web上展现的源程序-statements tools IReport examples, examples include the formation pdf, html, excel, and other statements of the document format. Source included statements on the Web and display the
spring-ws-1.0-m2-minimal
- 具体功能 It is the source code for spring. it include spring xml config, spring secutity, spring core, spring oxm tiger.-specific functions It is the source code for spring. It inc xml config lude spring, spring secutity. spring core, spring oxm tiger.
randomPi
- 随机算法求PI的值 包括图形显示等等抽象了所有的类-randomized algorithm for PI values include graphics, and so on all the abstract category
javagamestudy3
- java游戏编程导学系列三 使用说明 一个网络俄罗斯方块的游戏,玩家可以在网络的任何地方互相对战。 注意:运行这个应用程序,需要安装JRE(Java Runtime environment,java运行 环境) 本章的资源文件包括: play.bat 读者可以直接运行这个批处理文件来运行“网络俄罗斯方块”(请 注意在同一目录下是否存在matrix.jar文件) matrix.jar 打包的“网络俄罗斯方块”游戏,它把所有网络
sd0609_jdbc_1010_1160464369
- 更不用说了,我培训期间的资料,包括每天老师的例子.文件主要包括,HIBERNATE的配置,一对多,多对多.别的就是些平时的自己作业.XML方面也有.我感觉很适合,想学习这方面的却没有适合练习的人,毕竟是我一步一步走出来饿凭证!-mention, I training information, including daily examples of teachers. The documents include, HIBERNATE configuration, the one-to-many.