搜索资源列表
many-to-many
- 本文为hibernate中多对多关系实例-to hibernate which is many-to-many relationship example
one-to-many
- 本文为j2ee中hibernate的一对多关系实例-paper j2ee which hibernate for the examples of one-to-one relationship
iso8583协议的java实现,主要应用于金融业务
- iso8583协议的java实现,主要应用于金融业务,如银联缴费的相关实现,实现的就是该协议.,java achieve agreement iso8583, mainly used in financial services, such as the Bank related to the achievement of pay, the agreement is achieved.
pushlet.rar
- Java下Comet的实现框架Pushlet例子。 实现实时推送数据到客户端。 服务器每隔30-500MS产生一个随机数,连同当前时间一起推送给客户端。客户端接收并显示。,Comet the realization of Java under the framework of Pushlet example. Push real-time data to the client. Server every 30-500MS generate a random number, together
BMPToJPG
- 实现bmp格式的图片转换为jpg格式,利用java类JPEGImageEncoder实现图片压缩-convert the picture format from bmp to jpg
How-to-Get-an-Image-in-Java
- how to get an image in java
HTMOTOJPEG
- 能够实现HTML代码转成图片。转成的图片可以进行分页,也可以不进行分页,只生成一张图片。-change html page to jpg.the image can be one,also can be more.
java_ttplayer_src
- Java模仿千千静听音乐播放器源代码,界面超漂亮,程序代码简洁。编译时需要在Eclipse下打开,并导入源码包目录下的必要库文件才行。-Java copied thousands of listening music player source code, interface super-beautiful, concise code. Compile-time need to open Eclipse and import the source package directory do the
lingpipe-3.6.0
- 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character
LoginDemo
- 使用GWT的 一个简单的Login示例 GWT是 Google Web Toolkit的简称。 GWT是一个以Java语言为工具,以类似Swing的方式编写UI组件,之后通过GWT Compiler编译 为JavaScritp和HTML在客户端浏览器中运行的一个开发工具和编程模型。 -GWT using a simple Login Example GWT is referred to as the Google Web Toolkit. GWT is a
Puzzle
- 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
McGraw.Hill.How.to.Do.Everything.with.JavaScript.e
- 一本十分优秀的Javascr ipt书籍在我成长的道路上有很重要位置-A very good Javascr ipt books When I was growing up the road there is a very important position
WebCamServlet
- webcam written by others that is using JMF to capture the screen to the browser using java applet and java servlet.
Java
- JAVA源代码105例 源代码使用说明 全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。 注意有些实例只提供了部分模块,因此运行时需要添加其他代码。 光盘中的.java文件可以用任何文本编辑器打开。如果要执行,则使用如下方法: 使用jdk: 编译所有文件,然后仅执行一次有main的文件。 使用jb: 若已有一个空工程存在,则将所需文件添加到工程(jb9版本)中,然后按F9键。 若无空工程存在,则新建一个,将所需文件添加到工程后按F9键。-JAV
hibernateone-to-many
- hibernate一对多双向关联映射 一对多双向关联映射的方法 在"一"一端的集合中使用<key>标签,在对方表中加入一个外键指向"一"端 在"多"的一端采用<many-to-one> 注意:<key>标签指定的外键字段必须和<many-to-one>指定的外键一至,否则引用字段的错误 inverse和cascade inverse是关联关系的控制方向; cascade操作上的连锁反应-hibernate on
RE2eNFA
- Regular Expression to Epsilon-NFA
javasourcecode
- Introduction to java programming 一书中所有编程练习部分的源码,对于学习java很有帮助-Introduction to java programming book for all programming practice one part of the source, very useful for studying java
The-Definitive-Guide-to-Java-Swing
- for JAVA developer, The Definitive Guide to Java Swing
Introduction-to-Programming-in-Java
- java编程经典书籍,有助于java初学者入门和java程序员提高-classic books java programming, java help java beginner programmers to improve entry and
DB-cnverter-Excel-to-MySQL
- Java program converts from Excel file to MySQL data base(Excel and MySQL platforms required)