定义三个信息,连接数据库,输入用户信息。 package bean; public class Ms { String classname; String place; String teacher; public String getClassname() { return classname; ...
分类:
其他好文 时间:
2017-11-28 19:50:04
阅读次数:
100
程序设计思想: 1.创建程序所需要用到的一些类,根据功能分包存放: 其中ClassInfo定义三个私有属性:name、teacher、place,并对它们创建get与set方法 2.在WebContent目录下建立addclass.jsp文件,在此jsp文件中添加表单,通过表单将输入的信息提交至本页 ...
分类:
其他好文 时间:
2017-11-28 19:45:59
阅读次数:
132
package bean; public class Ms { String classname; String place; String teacher; public String getClassname() { return classname; } public void setClas ...
分类:
其他好文 时间:
2017-11-28 14:20:09
阅读次数:
165
Dream most deep place, only then the smile is not tired. 梦的最深处,只有微笑不累。 Everyday I expect I can go to sleep earlier and have a good dream. Because I al ...
分类:
其他好文 时间:
2017-11-25 13:00:24
阅读次数:
194
Given an array A (index starts at 1) consisting of N integers: A1, A2, ..., AN and an integer B. The integer B denotes that from any place (suppose th ...
分类:
其他好文 时间:
2017-11-24 15:06:12
阅读次数:
195
For fans of the adidas Yeezy 350 for sale, this Holiday season we have a large lineup set to take place. A total of three will launch known as the ‘Be ...
分类:
其他好文 时间:
2017-11-17 10:45:05
阅读次数:
164
用于籍贯等带地区的三级联动 列名分别为:地区ID,父类ID,地区名称,地区类型 (都为varchar类型) 如('11','0','北京',‘省’) insert into AMS_NATIVE_PLACE_REGION ( REGION_ID,PARENTID,REGION_NAME,REGION ...
分类:
数据库 时间:
2017-11-16 22:03:46
阅读次数:
460
Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace. You place the DATA1 tablespace in backu ...
分类:
其他好文 时间:
2017-11-16 18:32:16
阅读次数:
112
清华大学视频课件:ARM微控制器与嵌入式系统(2017春)直接点击博客网页连接就可以进入下载页面,因为是免费分享,点击后可能会有广告,请量解,点击普通下载。https://weibo.com/p/1005052946704365/home?from=page_100505&mod=TAB&is_all=1#place将网址复制粘贴到浏..
分类:
其他好文 时间:
2017-11-14 18:36:09
阅读次数:
168
```swift //: Playground - noun: a place where people can play import UIKit var str = "Hello, playground" /// sum func sum(array: Array) -> Int { if ar... ...
分类:
编程语言 时间:
2017-11-14 14:34:06
阅读次数:
132