-
Spring development of guidelines for the development of SpringFramework guidance...
Spring开发指南,针对SpringFramework的开发指南,讲述了SpringFramework的设计思
想以及在开发中的实际使用-Spring development of guidelines for the development of SpringFramework guidance SpringFramework about the design idea, as well as in the development of the actual use of
- 2022-03-04 11:21:27下载
- 积分:1
-
binpacking-1.0
装箱算法,用于研究,经典的NF、FF等算法都给出了较详细的实现(For the study, the classical bin packing algorithm, NF, FF and other algorithms are presented in detail)
- 2021-04-01 16:59:08下载
- 积分:1
-
good java small projects
好的java 小项目-good java small projects
- 2022-05-05 10:59:27下载
- 积分:1
-
门诊预约系统
实现了医院网上门诊预约的功能,包括相应的数据库代码,你值得拥有!!
- 2022-01-26 02:03:05下载
- 积分:1
-
tm4j-src-0.9.7
Create TompicMAP to XTM
- 2012-01-08 08:21:29下载
- 积分:1
-
atom,master,CODE,
to use it coding,like notepad,editplus,code!
- 2022-03-06 15:44:33下载
- 积分:1
-
struct2
struts2框架中的为应用指定多个配置文件,可以使在编写框架时等心应手(struts2 framework for the application to specify more than one configuration file, the heart in the preparation of the framework should hand)
- 2012-08-27 09:50:16下载
- 积分:1
-
jsp和xml。XML and JSP are two important tools available in producing a web applica...
jsp和xml。XML and JSP are two important tools available in producing a web application. This chapter examines the
potential of mixing these two technologies in order to enhance the capabilities of JSP. While this chapter will
cover many things about XML, this chapter will not attempt to teach XML. Instead it focuses on how JSP and
XML can be used together as a highly flexible and powerful tool. In general the usage of XML in these
examples will be kept simple and should cause no problems for users who are starting XML.-jsp and xml. XML and JSP are two important tools available in producing a web application. This chapter examines thepotential of mixing these two technologies in order to enhance the capabilities of JSP. While this chapter willcover many things about XML, this chapter will not attempt to teach XML. Instead it focuses on how JSP andXML can be used together as a highly flexible and powerful tool. In general the usage of XML in theseexamples will be kept simple and sh
- 2022-10-29 19:40:09下载
- 积分:1
-
Java窗口登录代码(附带窗口类转化)
package firstjava;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPasswordField;
import javax.swing.JTextField;
public class login
{
public static void main(String[] args)
{
final String userName = "abc";
final String passwrod = "123";
Socket socket1=null;
ObjectInputStream InputStream=null;
ObjectOutputStream OutputStream=null;
JFrame jFrame = new JFrame("登陆界面");
Dimension dimension = Toolkit.getDefaultToolkit().getScreenSize();
jFrame
- 2023-01-29 11:20:03下载
- 积分:1
-
jquery.imgareaselect-0.9.1
jQuery imgarea v0.9,它是一款图像裁切专用的选区插件,它本身并没有图像裁切功能,只是生成一个类似选区的虚线框,拖动四角可以调整选区大小,可以拖动整个选区移动,高亮显示被选择的图像区域,用法有很多种,具体请下载示例包,源码爱好者整理有示例文件,一看便知。(jQuery imgarea v0.9, it is a special constituency image cropping plugin, which itself does not have image cropping functionality, but dashed box generates a similar constituency, constituency size can be adjusted by dragging the corners, you can drag to move the entire selection highlight the selected image area, there are many usage details, please download the sample package, source enthusiasts have a sample file sorting, at a glance.)
- 2015-02-05 13:39:39下载
- 积分:1