资源列表
SqlConfig
- 读取java属性文件,根据key值读取属性值-Read java property file, read the property value based on key values
news
- 本例讲述了如何使用JSP技术编写新闻频道系统, 这个例子主要针对在JSP网站编程中如何使用SERVLET 这一知识点-This example describes how to use JSP technology to prepare news channel system, this case the main site for programming in JSP how to use this knowledge point SERVLET
shiyan
- 学生管理系统,有界面,功能较为简单,需要数据库-test
HelloWorld
- By tradition, this is everyone s first program.
GradeExam
- java必备 凡是打开房间都是开放接口 看到飞机上的看法速度看-Java need
MatrixMultiply
- 用JAVA 语言编写,实现两个非零矩阵的相乘功能-Using JAVA language, achieve two non-zero matrix multiply functions
ConnectionData
- mysql connect to java
HttpSend
- 新建dom对象发送请求 返回XML文档 -Dom to send a request to return the new XML document object
fruit
- 在Java平台上实现水果店水果的价格、数量、总价等的计算。-In the Java platform to achieve fruit shop fruit price, quantity, price and other calculations.
student1
- 学生信息的JAVABEAN封装,输出学生信息-including information of student,output the student information
yank-
- 创建一个类Cat 包含属性name,在构造方法中进行初始化 添加一个方法show(),用以打印name属性的值 创建一个类CatTest,添加main方法,实现 创建一个ArrayList,向其中添加几个Cat对象 遍历该集合,并且对每个Cat对象调用show()方法-Create a kind of Cat Contains attribute name, in the constructor library Add a method show () to
Factorial
- Java Application程序,分别用do-while和for循环计算1+1/2!+1/3!+1/4!...的前20项和。本人原创。-Java Application procedures, respectively, do-while and for loop calculation of 1+ 1/2!+1/3+1/4 ... the top 20. I original.