资源列表
[JSP源码/Java] js
说明:extjs用到的jar架包,可以使你方便的使用,减少代码的量-used extjs jar rack package, you can easily use to reduce the amount of code<huyang> 在 2025-06-12 上传 | 大小:388kb | 下载:0
[JSP源码/Java] swtajface
说明:在发布使用SWT/JFace编写的GUI程序时,要随程序带上相应的库文件。对于Windows版的SWT来说,SWT包含有4个dll文件和一个jar文件。它们是swt-awt-win32-3305.dll、swt-gdip- win32-3305.dll、swt-wgl-win32-3305.dll、swt-win32-3305.dll和swt.jar。在发布时,要将 4个dll文件放到path路径中,或者使用-Djava.library.path设置相应的路径。将swt.jar放到classpa<sunnysuen> 在 2025-06-12 上传 | 大小:8.16mb | 下载:0
[JSP源码/Java] QQWeiBo
说明:简单的一个有关腾讯微博开发平台客户端的应用,基本实现了授权和发微博的功能。-Tencent, a simple microblogging about the client' s application development platform, the basic realization of the mandate and function of micro-Bo.<> 在 2025-06-12 上传 | 大小:1.03mb | 下载:0
[JSP源码/Java] javaSDK
说明:基于新浪微博开放平台的应用,实现了微博授权及简单的调用API接口功能,如获取用户信息等.-Sina microblogging platform based on open application, to achieve a microblogging authorization API interface and simple call functions, such as access to user information.<> 在 2025-06-12 上传 | 大小:7.42mb | 下载:0
[JSP源码/Java] ATM
说明:模拟ATM自动取款机的工作,利用java编写完成,实现了取款,密码设置等操作-ATM machine simulation work, a very good thing, you can try with a use<xiaoneng> 在 2025-06-12 上传 | 大小:8kb | 下载:0
[JSP源码/Java] JAVA
说明:JAVA编程思想第四版(高清中文版),详细的介绍了JAVA基础知识及编程思想方面的设计概要。-Fourth edition of JAVA programming ideas (HD Chinese version), a detailed descr iption of the basics of JAVA and programming aspects of the design thinking Outline.<> 在 2025-06-12 上传 | 大小:1.84mb | 下载:0
[JSP源码/Java] CobolConvertSrc
说明:cobol数据转换源代码。 将数据转换为系统需要的格式。-cobol data conversion source code. Convert the data format required for the system.<lihy> 在 2025-06-12 上传 | 大小:8kb | 下载:0
[JSP源码/Java] CopybookForCobol
说明:cobol转换程序的所使用的数据结构。即输入输出的cobol数据格式定义-cobol conversion process used by the data structure. The input and output data format defined in cobol<lihy> 在 2025-06-12 上传 | 大小:6kb | 下载:0
[JSP源码/Java] 01JSPPJDBC-log
说明:1、登录:将用户名保存在session之中 2、留言管理,可以发表、修改、浏览全部、查询、删除留言-1, log: the user name stored in the session into two, message management, you can post, modify, view all, search, delete the message<yongfeng> 在 2025-06-12 上传 | 大小:92kb | 下载:0
[JSP源码/Java] javatuxing
说明:java的图形绘画操作的相关说明,实现了关于java的图像的不同操作-java graphics drawing operations instructions, implemented on a different image of java operating<xiaoneng> 在 2025-06-12 上传 | 大小:168kb | 下载:0
[JSP源码/Java] 002-login
说明:1,加载驱动程序 Class.forName("……") 2,连接数据库(Connection) Connection conn = DriverManager.getConnection("数据库连接的URL","用户名","密码") 3,操作数据库(CRUD)使用Statement,PreparedStatement 更新数据库 *insert *update *delete 查询数据库 *select<yongfeng> 在 2025-06-12 上传 | 大小:5kb | 下载:0
[JSP源码/Java] 003-logfinish
说明:1,loginServlet:完成登录 2,NoteServlet:需要完成对留言表的增加、修改、删除、查询全部、按ID查询、模糊查询 MVC+DAO: 1,使用MVC,可以减少JSP代码 2,JSP与JavaBean之间的耦合程度降低,但开发复杂-1, loginServlet: complete log 2, NoteServlet: need to complete the message table to add, modify, delete, query all<yongfeng> 在 2025-06-12 上传 | 大小:15kb | 下载:0