-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实验一:Web基础 #2
Labels
Comments
IBAS0742
pushed a commit
to IBAS0742/java-web
that referenced
this issue
Sep 29, 2016
wuchubin
added a commit
to wuchubin/java-web
that referenced
this issue
Sep 29, 2016
IBAS0742
pushed a commit
to IBAS0742/java-web
that referenced
this issue
Sep 29, 2016
Mr-bingo
added a commit
to Mr-bingo/java-web
that referenced
this issue
Sep 29, 2016
zengsn
added a commit
that referenced
this issue
Oct 2, 2016
Closed
Mr-bingo
added a commit
to Mr-bingo/java-web
that referenced
this issue
Oct 2, 2016
gyy1238
pushed a commit
to gyy1238/java-web
that referenced
this issue
Oct 2, 2016
Danivy
added a commit
to Danivy/java-web
that referenced
this issue
Oct 6, 2016
nihaomahenhaoba
added a commit
to nihaomahenhaoba/java-web
that referenced
this issue
Oct 7, 2016
nihaomahenhaoba
added a commit
to nihaomahenhaoba/java-web
that referenced
this issue
Oct 7, 2016
nibabadebaba
pushed a commit
to nibabadebaba/java-web
that referenced
this issue
Oct 7, 2016
HCJ0HCJ
added a commit
to HCJ0HCJ/java-web
that referenced
this issue
Oct 7, 2016
heymanheymanheyman
added a commit
to heymanheymanheyman/java-web
that referenced
this issue
Oct 7, 2016
hahamg
added a commit
to hahamg/java-web
that referenced
this issue
Oct 7, 2016
hahamg
added a commit
to hahamg/java-web
that referenced
this issue
Oct 7, 2016
Zhengzh00
pushed a commit
to Zhengzh00/java-web
that referenced
this issue
Oct 7, 2016
zengsn
added a commit
that referenced
this issue
Oct 7, 2016
zengsn
added a commit
that referenced
this issue
Oct 7, 2016
zengsn
added a commit
that referenced
this issue
Oct 7, 2016
Zjwjerry
added a commit
to Zjwjerry/java-web
that referenced
this issue
Oct 7, 2016
IBAS0742
pushed a commit
to IBAS0742/java-web
that referenced
this issue
Oct 7, 2016
zengsn
added a commit
that referenced
this issue
Oct 18, 2016
Yveemi
added a commit
to Yveemi/java-web
that referenced
this issue
Oct 19, 2016
kangwen123
added a commit
to kangwen123/java-web
that referenced
this issue
Oct 20, 2016
zengsn
added a commit
that referenced
this issue
Oct 23, 2016
zengsn
pushed a commit
that referenced
this issue
Oct 23, 2016
zengsn
added a commit
that referenced
this issue
Oct 23, 2016
zengsn
added a commit
that referenced
this issue
Oct 24, 2016
zengsn
added a commit
that referenced
this issue
Oct 24, 2016
hy346143551
added a commit
to hy346143551/java-web
that referenced
this issue
Oct 24, 2016
chenshun2016
added a commit
to chenshun2016/java-web
that referenced
this issue
Oct 27, 2016
zengsn
added a commit
that referenced
this issue
Oct 28, 2016
zengsn
added a commit
that referenced
this issue
Oct 28, 2016
zengsn
added a commit
that referenced
this issue
Oct 28, 2016
zengsn
pushed a commit
that referenced
this issue
Oct 31, 2016
smallice
pushed a commit
to smallice/java-web
that referenced
this issue
Nov 4, 2016
zengsn
added a commit
that referenced
this issue
Nov 5, 2016
zengsn
pushed a commit
that referenced
this issue
Nov 5, 2016
zengsn
added a commit
that referenced
this issue
Nov 5, 2016
Merge pull request #2 from hzuapps/master
zengsn
pushed a commit
that referenced
this issue
Nov 5, 2016
zengsn
added a commit
that referenced
this issue
Nov 5, 2016
zengsn
added a commit
that referenced
this issue
Nov 7, 2016
Zjwjerry
added a commit
to Zjwjerry/java-web
that referenced
this issue
Nov 7, 2016
Zjwjerry
added a commit
to Zjwjerry/java-web
that referenced
this issue
Nov 7, 2016
zengsn
pushed a commit
that referenced
this issue
Nov 10, 2016
zengsn
pushed a commit
that referenced
this issue
Nov 10, 2016
wzw773828204
added a commit
to wzw773828204/java-web
that referenced
this issue
Nov 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
一、实验目的
练习并掌握简单HTML网页制作方法。
二、实验设备与环境
操作系统:Windows;开发平台:GitHub;开发工具:Sublime Text。
三、实验内容及步骤
要求:成功安装Git工具;Fork实验库,将自己帐号下的实验库克隆到本地;结果截图到实验报告。
提示:git clone https://github.com/{你的账号}/java-web.git
要求:
(1)基于 http://www.bootcss.com/ 上的前端CSS库;
(2)根据自选题目编写一个带表单的网页;
(3)通过JavaScript或jQuery实现表单提交;
(4)表单处理结果保存在一个JSON文件中;
(5)提交成功之后JS弹窗显示JSON文件的内容(提示信息);
(6)所有文件保存在个人目录下:labs/学号/,见:https://github.com/hzuapps/java-web。
提示:
(1)建议选择 http://v3.bootcss.com/ 库;
(2)创建网页文件:labs/{你的学号}/index.html;
(3)使用 <link>标签引用 Bootstrap 的CSS文件,或者使用CDN,参考:http://v3.bootcss.com/getting-started/ ;
(4)编写表单,参考:http://v3.bootcss.com/css/#forms;
(5)创建JSON文件:labs/{你的学号}/success.json;
(6)创建JavaScript文件:labs/{你的学号}/index.js;
(7)使用jQuery提交代码,并显示JSON中的信息。
要求:实验报告上传到 http://zeng.shaoning.net/javaweb/uploads/ 。
代码及命令提示
http://api.jquery.com/submit/
http://api.jquery.com/jQuery.ajax/
The text was updated successfully, but these errors were encountered: