-
java邮件客户端
基于java语言的eclipse邮件客户端,使用IMAP/APOP/POP3/SMTP/ESMTP/协议收发电子邮件的软件。用户不需要登入邮箱就可以收发邮件。实现了邮件的接收,发送,删除,以及附件的发送,下载等等功能,是一款不错的java语言和网络学习系统。
- 2022-02-14 00:01:48下载
- 积分:1
-
数组转换文件
说明: 这是非常好的建立不依赖于图片或声音的外部文件的程序 !!!这里有的解决方案 !此转换器将选择的文件转换为 Java 字节数组那可能用这个方法 (例如)。
- 2022-04-15 13:26:53下载
- 积分:1
-
AndroidPlot 地块
在时间中显示的信号图形的程序。AndroidPlot 是一个 API 创建 Android 的应用程序中的动态和静态图表。它从为了 Android 平台而设计,与所有版本的 Android 1.6 向前兼容和是超过 500 所使用的应用程序今天在市场上。
AndroidPlot 支持以下类型的图表:
折线图
条形图
饼图
散点图
步骤图表
- 2022-11-04 21:10:03下载
- 积分:1
-
网上商城系统
一个网上商城系统,JSP+MySql.源码+全套论文。涉及JavaScript,力求美观
- 2022-10-02 16:40:03下载
- 积分:1
-
WEB 服务
使用Java。这个项目的Web服务项目描述了如何实现气象服务的Web服务。它利用净豆
- 2022-02-02 06:38:13下载
- 积分:1
-
java ftp上传下载程序
java的ftp上传下载功能程序代码 。
- 2022-12-08 13:45:08下载
- 积分:1
-
java计算器
java做的一个小计算器,本人是一个初学者,用awt做的,可以实现加减乘除等功能,可以连续加减乘除,也可开根号,有图形界面,图形界面是仿照win7的计算器做的,当然功能没有人家的全面。这个是老师留的期末作业,做完了和大家分析一下,也希望这份代码对java初学者有用.
- 2022-03-05 14:22:53下载
- 积分:1
-
j2me推箱子小游戏源代码
资源描述
* GameMidlet.java
*
* Created on 2007年12月15日, 上午12:56
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package gamepackage;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
*
* @author bense
*/
public class GameMidlet extends MIDlet{
private Display display=null;
private GameChoose choice=null;
public GameMidlet() {
choice=new GameChoose(this);
display=Display.getDisplay(this);
}
public void startApp(){
&nb
- 2022-07-26 05:31:15下载
- 积分:1
-
java编写的内容管理
java编写的内容管理系统 值得一看 是一套基于JavaEE5和插件技术的、面向高端用户的网站内容管理软件,集内容规划、内容创作、内容编辑、内容审核、基于模板的内容发布等功能于一身,并提供互动组件、可视化专题、内容采集、内容检索、访问统计等扩展功能。
- 2022-08-05 12:03:18下载
- 积分:1
-
java jstl 页面开发包
资源描述/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included wit
- 2023-03-28 00:35:04下载
- 积分:1