-
房产中介者
房产中介者模式图形界面代码public class RegisterDialog extends JDialog {private JButton btn1 = new JButton("保存");private JLabel l1 = new JLabel("用户类型:");private JLabel l2 = new JLabel("编号:");private JLabel l3 = new JLabel("姓名:");private JLabel l4 = new JLabel("手机:");private JTextField t1 = new JTextField(12);private JTextField t2 = new JTextField(12);private JTextField t3 = new JTextField(12); private JComboBox combo = new JComboBox(new String[]{"房屋出售方","房屋购买房"});
- 2022-01-25 20:51:02下载
- 积分:1
-
java实现文件传输
刚做的 实现文件传输
部分代码:
//package zieckey.socket;
import java.net.*;
import java.io.*;
/**
* 一个简单的多线程服务器程序,用于传输文件
*
* @author zieckey
*/
public class SendFileSocket extends Thread
{
/**
* @param args
*/
public static voi
- 2023-02-01 18:45:03下载
- 积分:1
-
DES实现算法
des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法des实现算法 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 06:36:13下载
- 积分:1
-
在 Java 中问题 Programation
在 Java 中的基本练习与计算机系统类在大学 UVM 净豆 7.3.1 程序作出。
- 2022-09-05 17:30:03下载
- 积分:1
-
java_programming_Example
Java语言程序员示例
- 2022-01-25 14:03:46下载
- 积分:1
-
蓝牙传输教程源码
蓝牙开发,初学者的福音,内容简单,详细的讲述了蓝的基础及构造
- 2022-06-02 17:35:37下载
- 积分:1
-
基于安卓的小型聊天、文件传输程序
基于安卓的小型聊天、文件传输程序,只要处在同一局域网下即可互相聊天、传送文件,文件传送使用TCP,聊天信息使用UDP,对新手而言比较有参考价值
- 2022-01-26 01:02:48下载
- 积分: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
-
WebCollector-master
应用背景WebCollector is an open source web crawler framework based on Java.It provides some simple interfaces for crawling the Web,you can setup a multi-threaded web crawler in less than 5 minutes.关键技术WebCollector致力于维护一个稳定、可扩的爬虫内核,源码中集成了Jsoup,可进行精准的网页解析;便于开发者学习并进行开发。内核具有健壮的扩展性,用户可以在此基础上开发自己想要的爬虫。
- 2022-03-04 18:18:47下载
- 积分:1
-
Jsp servlets
我们用Jsp, Servlet和MySQL开发出一款简单的CRUD(生成,阅读,更新,删除)用户管理网络应用。欢迎大家下载、参考。
- 2022-03-17 18:36:27下载
- 积分:1