-
mysql+bootstrap+SSH框架图书管理系统
开发的小型SSH框架的图书管理后台系统,前台也有,后台功能比较完善,运用java、jquery、html、等技术
- 2022-03-21 09:35:58下载
- 积分:1
-
java-cod
my java codes to all
- 2012-10-22 23:21:21下载
- 积分:1
-
spring-MVC-Mail
用sping mvc注释的邮件功能,文件内有源码(Comment by sping mvc mail function, the source documents)
- 2014-02-20 11:12:32下载
- 积分:1
-
httpcomponents-client-4.3-bin
1、GET方式
第一步、创建一个客户端,类似于你用浏览器打开一个网页
HttpClient httpClient = new HttpClient()
第二步、创建一个GET方法,用来获取到你需要抓取的网页URL
GetMethod getMethod = new GetMethod("http://www.baidu.com")
第三步、获得网址的响应状态码,200表示请求成功
int statusCode = httpClient.executeMethod(getMethod)
第四步、获取网页的源码
byte[] responseBody = getMethod.getResponseBody()
- 2013-09-16 16:51:49下载
- 积分:1
-
vhr-master
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发(Micro Personnel is a front-end and back-end separated human resources management system. The project is developed by SpringBoot+Vue.)
- 2020-06-17 12:00:01下载
- 积分:1
-
一个简单的JavaSe的入门,希望对新手有些帮助
一个简单的JavaSe的入门,希望对新手有些帮助-JavaSe a simple entry, in the hope that some new help
- 2022-07-07 03:21:48下载
- 积分:1
-
w1
实现求圆形、三角形、矩形的面积和周长。要求和说明如下:
(一) 定义接口sharp接口
(二) 通过实现接口定义Rect、Triangle、Circle的类,并且一个构造方法,并实现求面积和周长的方法(其中三角形斜边的计算公式c=Math.sqrt (width * width + height * height ) )
(Seeking to achieve circular, triangular, rectangular area and perimeter. Requirements and are described as follows: (a) define the interface sharp interfaces (two) by implementing the interface definition Rect, Triangle, Circle of class and a constructor method, and implement methods for the area and perimeter (where the hypotenuse of the triangle formula c = Math.sqrt (width* width+ height* height) ))
- 2013-12-19 21:22:57下载
- 积分:1
-
本书是一本为Java学习者在基础内容学习结束后进行课程设计时提供参考的指导书,其中选用了应用中最典型、最实用的8个案例。它们之间互相独立,读者可以对每一个案例进...
本书是一本为Java学习者在基础内容学习结束后进行课程设计时提供参考的指导书,其中选用了应用中最典型、最实用的8个案例。它们之间互相独立,读者可以对每一个案例进行上机实验,也可以只选择与自己相关的案例来上机实验。 这些实例各有特色,总体来说分为3种:基本语言和算法、游戏、MIS系统。-the book is a Java-based content in learners after learning curriculum designed to provide an easy reference guide to the book, which will use the most typical application, the most practical eight cases. They are independent of each other, each pair of readers conducted on a case-experimental, and can only choose their own cases related to the experimental plane. Examples of each of these characteristics, in general divided into three types : basic language and algorithms, games, MIS.
- 2022-02-05 10:42:24下载
- 积分:1
-
C语言精彩编程百例14
C语言精彩编程百例14-C programming language brilliant 100 cases 14
- 2023-09-09 19:30:02下载
- 积分:1
-
BPR_Original
用Java语言写的经典推荐算法-BPR,常用做各大推荐算法的baseline.(The classic recommendation algorithm written in Java language - BPR, is commonly used as the baseline for major recommendation algorithms, it may be helpful for your study.)
- 2020-09-24 19:07:48下载
- 积分:1