Welcome![Sign In][Sign Up]
Location:
Search - java 2008

Search list

[JSP/JavaCalendar(java)

Description: 语言编程输出2008年日历,日历中含有月份、日期和星期。-programming language output in 2008 calendar containing the month, date and week.
Platform: | Size: 2256 | Author: Eyre | Hits:

[JSP/Javabulk-email-sender-v01-mar-14-2008

Description: 批量邮件发送器v01 - 2008-03-15 功能:对于某一路径下的文件,以附件的形式发送到某一个或多个邮箱里。 可配置参数(properties.txt)包括: -smtp服务器(目前仅支持gmail) -用户名、密码 -发件人地址 -收件人地址(可多个) -邮件主题,文本内容 -一个本地目录(目录下符合条件的文件将被发送) -文件名过滤规则(自定义正则表达式) -是否递归处理子文件夹 -所用邮箱附件最大值(gmail为10M) -发送邮件的休息间隔 -是否日志记录 系统要求: jre6 或者理论上 早期版本jdk+JAF+javamail(需重新编译源代码,未测试) 已知问题: 1. gmail和hotmail邮箱能够正常收取 126邮箱不能正常收取附件 其他邮箱未测试 2. 中文支持应该没问题 运行: java -jar BulkEmailSender.jar
Platform: | Size: 343816 | Author: | Hits:

[JSP/Javaqqjava程序

Description: qq java程序-qq java procedure
Platform: | Size: 16384 | Author: 范燕军 | Hits:

[JSP/JavaCalendar(java)

Description: 语言编程输出2008年日历,日历中含有月份、日期和星期。-programming language output in 2008 calendar containing the month, date and week.
Platform: | Size: 2048 | Author: Eyre | Hits:

[Education soft systemBooks_Manager-V1.0

Description: 1.软件名称: 图书管理系统Books_Manager V1.0 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前尚处v1.0版,因学习繁忙仅实现了“基本管理、系统信息”功能,其他有待补充。 3.bug:关闭时最好勿通过点击窗口“×”叉按钮,否则不能结束背景音乐(此时可通过任务管理器将其结束),应该通过菜单或工具栏按钮来退出程序。 4.解压:“图书管理系统Books_Manager V1.0.rar”后,运行其中的exe文件即可运行 。---Author:zhg zhg工作室 2008.1.4 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved-1. Software Name: library management system Books_Manager V1.0 2. This procedure line with java (jbuilder9, jdk1.4, hand-jdk1.5) developed, the current version is still v1.0, due to the busy learning only a basic management, system information function, the other to be added. 3.bug: best not to shut down the window by clicking the × fork button can not be the end of the background music (this time through the Task Manager to end), should be resolved through the menu or toolbar button to exit. 4. Decompression: library management system Books_Manager V1.0.rar , run them to run exe files.--- Author: zhg zhg studio 2008.1.4 E-mail: wudazhg@163.com All rights reserved All Rights Reserved
Platform: | Size: 425984 | Author: wudazhg | Hits:

[Education soft systemBooks_Manager-V1.2

Description: 1.软件名称: 图书管理系统Books_Manager V1.2 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.2版,因学习繁忙仅实现了图书管理等部分功能,其他有待补充。 3.解压:“图书管理系统Books_Manager V1.2.rar”后,运行其中的exe文件即可运行 。---Author:zhg zhg工作室 2008.1 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved -1. Software Name: Library Management System Books_Manager V1.2 2. This procedure line with java (jbuilder9, jdk1.4, hand-jdk1.5) the development, the current v1.2 version, because only the realization of a busy learning library management, etc. some functions, other yet to be added. 3. Decompress: library management system Books_Manager V1.2.rar , run the exe file which can be run.--- Author: zhg zhg Studio 2008.1 E-mail: wudazhg@163.com All rights reserved All Rights Reserved
Platform: | Size: 544768 | Author: wudazhg | Hits:

[Education soft systemBooks_Manager-V1.4

Description: 使用说明: 1.软件名称: 图书管理系统Books_Manager V1.4 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.4版,因学习繁忙仅实现了图书管理、系统信息、用户手册、加密解密等功能,其他有待补充。 3.对以前版本已有功能进行了改进,实现了DES加密解密功能。 4.解压:“图书管理系统Books_Manager V1.4.rar”后,运行其中的exe文件即可运行。---Author:zhg zhg工作室 2008.1 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved-Use: 1. Software Name: Library Management System Books_Manager V1.42. This procedure line with java (jbuilder9, jdk1.4, hand-jdk1.5) the development, the current v1.4 version, due to busy study only achieved a book management, system information, user manuals, such as encryption and decryption functions, the other to be added. 3. Of the previous version has been improved functionality achieved DES encryption and decryption functions. 4. Decompress: library management system Books_Manager V1.4.rar , run the exe file which can be run.--- Author: zhg zhg Studio 2008.1 E-mail: wudazhg@163.com All rights reserved All Rights Reserved
Platform: | Size: 638976 | Author: wudazhg | Hits:

[JSP/Javaapriori(java)

Description: Apriori算法是发现关联规则领域的经典算法。该算法将发现关联规则的过程分为两个步骤:第一步通过迭代,检索出事务数据库中的所有频繁项集,即支持度不低于用户设定的阈值的项集;第二步利用频繁项集构造出满足用户最小信任度的规则-Apriori association rules algorithm is found in the field of classical algorithms. The algorithm will find the process of association rules is divided into two steps: first, through iteration, retrieve a transaction database of all the frequent itemsets, that is, support for no less than user-set threshold itemset the second step use of frequent itemsets constructed to meet the users trust in the rules of the smallest
Platform: | Size: 11264 | Author: hey | Hits:

[JSP/JavaMulti_BooksManager-V1.6

Description: 声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email电子邮件等功能,其他有待补充。 3.本次版本对以前版本(V1.4)已有功能进行了改进,并增添了java邮件的smtp发送及pop3/imap接收功能。 4.文件夹“Multi_BooksManager V1.6”是一个独立的发行包,运行其中的exe文件即可启动程序。 5.本目录下的.des文件为工程包源文件---keyongV1.6jiemi。 6.传播时请保持原软件包的完整性,本程序仅供学习参考之用,未经允许,勿为商用。 7.欢迎指出bug或提出改进意见,email:wudazhg@163.com Author:zhg zhg工作室 2008.4 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved,
Platform: | Size: 1579008 | Author: zhg | Hits:

[JSP/JavaWordFrequencyStat-cipintongji

Description: ...将该字符串变量与停用词表中的所有单词进行比较,若果该词在停用词表中出现过则不对其进行统计,否则在对该词进行词干抽取。 经过以上停用词、词干处理后得到的将是实际进行统计的“单词”(此时的“单词”实际上已经是所有具有相同词干的原是单词的统一代表)... 注:jar包中含有完整的java源程序代码,仅供学习参考之用,传播时请保持本软件包的完整性 ---ZHG工作室 2008.4 E-mail:wudazhg@163.com All Rights Reserved-... The string variable with the stop words in the table to compare all the words, if the term as used in the stop word table, there were no statistics of their, otherwise, in the words extracted stem. After more than stop words, stem after treatment will be the actual statistics of the word (At this point the word actually stems all have the same word used for the unification of representative) ... Note: jar package containing the complete java source code, only to learn reference, dissemination, please maintain the integrity of the package--- ZHG Studio 2008.4 E-mail: wudazhg@163.com All Rights Reserved
Platform: | Size: 71680 | Author: zhg | Hits:

[JSP/Javabulk-email-sender-v01-mar-14-2008

Description: 批量邮件发送器v01 - 2008-03-15 功能:对于某一路径下的文件,以附件的形式发送到某一个或多个邮箱里。 可配置参数(properties.txt)包括: -smtp服务器(目前仅支持gmail) -用户名、密码 -发件人地址 -收件人地址(可多个) -邮件主题,文本内容 -一个本地目录(目录下符合条件的文件将被发送) -文件名过滤规则(自定义正则表达式) -是否递归处理子文件夹 -所用邮箱附件最大值(gmail为10M) -发送邮件的休息间隔 -是否日志记录 系统要求: jre6 或者理论上 早期版本jdk+JAF+javamail(需重新编译源代码,未测试) 已知问题: 1. gmail和hotmail邮箱能够正常收取 126邮箱不能正常收取附件 其他邮箱未测试 2. 中文支持应该没问题 运行: java -jar BulkEmailSender.jar
Platform: | Size: 343040 | Author: | Hits:

[JSP/JavaJavaIPM

Description: JAVA IP Messenge0.1版说明 作者:吴拓 E-mail:setsail_wu@163.com 完成时间:2008年8月18日 开发环境:j2sdk-1_4_2_18-windows-i586-p.exe + Eclipse3.0.1 该版本仅实现UDP消息接收、发送;未实现文件传送。 源代码发布供大家研究参考。-JAVA IP Messenge0.1 Version Description Author: Wu Extension E-mail: setsail_wu@163.com completion time: August 18, 2008 development environment: j2sdk-1_4_2_18-windows-i586-p.exe+ Eclipse3.0.1 the versions realize only receive UDP messages, send not realize file transfer. Source code release for the U.S. study.
Platform: | Size: 32768 | Author: 吴拓 | Hits:

[Windows DevelopeMule++

Description: ,乱码,上传下载,图形处理等诸多问题 (2006-03-26,Java,2578KB,28次) LangGeTaiJavaJDK5.0StudyNote.rar - 作者:林信良(网络化名良葛格) 学历:台湾大学电机工程学系经历:SUN教育训练中心讲师著作:《JAVA 学习笔记》、《Spring 技术手册》,为SUN官方教材主要编写成员之一博客: http://blog.CSDN.net/caterpillar_here 本书详细信息: http://www.china-pub.com/computers/common/info.asp?id=31664 (2007-03-18,Java,8746KB,77次) struts.rar - CSDN_文档中心_Struts快速学习指南15(内部培训教材)-大部分素材来自于《Programming Jakarta Struts》一书.files (2008-01-04,Java,525KB,1次) -, Garbled, uploading and downloading, graphic treatment and many other issues (2006-03-26, Java, 2578KB, 28 times) LangGeTaiJavaJDK5.0StudyNote.rar- Author: Lin Liang (a pseudonym Liang葛格network) Education: National Taiwan University Electrical Engineering Department of experience: SUN Education and Training Center Lecturer writings:
Platform: | Size: 2310144 | Author: icestone | Hits:

[JSP/Javah2-2008-03-15

Description: 非常棒的java数据库,体积小巧,性能很高-Great java database, the size of compact, high performance
Platform: | Size: 4395008 | Author: xh | Hits:

[VC/MFCApress.Android.Essentials.Jul.2008

Description: 关于google android 手机平台开发的电子书籍,英文版的,2008年出版,国内还没有这方面的书,所以这有从国外淘一淘了-Google android mobile phone platform on the development of e-books in English, published in 2008, the domestic also do not have the book, so this is a Amoy Amoy from abroad a
Platform: | Size: 986112 | Author: 张珉 | Hits:

[JSPcore-java-tm-volume-1-fundamentals-8th-edition.ra

Description: core-java-2008 part one
Platform: | Size: 9404416 | Author: Mr.Le | Hits:

[JSPPrentice.Hall.Core.Java.Volume.2.Advanced.Feature

Description: core-java-2008 part two
Platform: | Size: 20902912 | Author: Mr.Le | Hits:

[JSP/JavaMyQQ

Description: java自己做的仿qq软件,可以练习自己的程序水平,测试自己的java能力-Java---------------------------------------------------------------- 2008-10-11 11:47:26.265 GMT: Booting Derby version The Apache Software Foundation- Apache Derby- 10.3.1.4- (561794): instance c013800d-011c-ebbb-7fc5-00000044f1f0 on database directory D:\lixiangguo\MyEclipse6.5\MyQQ\db_MyQQ Database Class Loader started- derby.database.classpath=
Platform: | Size: 2663424 | Author: 叶美燕 | Hits:

[JSP/Java2008

Description: 清华大学计算机系大二小学期第5次java作业,数独游戏设计与实现,可以设置不同难度-Department of Computer Science, Tsinghua University sophomore primary job of the 5th java, design and implementation of Sudoku, you can set different difficulty
Platform: | Size: 311296 | Author: cluo | Hits:

[JSP/JavaEffective.Java.2nd.Edition.May.2008

Description: 一本关于如何使用java编程和面向对象编程的非常出色的,并且有专家级建议的高阶教程-A very well how to use the Java programming and object-oriented programming, and expert advice on the high-end tutorial
Platform: | Size: 1247232 | Author: | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net