Categories
CS

DingDing 在线电子商务平台笔记(1)

工作记录模板
============
* What I have learned today
* What is the problem I encountered and How I slove it
* Some good resoure and lecture note

###Why we need to write this report everyday
* In the last day, we need to hand in the final report, with the notes we write these day, we can write the final report easily
* through writting report we can have a clear idea of what we have done and learned today and other members of our team can also know what our team is doing everyday and learn new techniques

Eclipse的安装:
=========
这个是需要破解的

Tomcat 是Java Serverlet 的容器

Apache 是Web服务器

MySQL 是数据库系统

只有有Apache才能运行HTML网页

只有有Tomcat才能用JSP 生成HTML网页

MySQL 数据库不解释

编码方面使用MyEclipse
==========
关于运行环境,实际上用Eclipse的 Java EE 版本也是可以的,但是要注意可能有些下载下来的Java EE版本的Eclipse可能不包含Java EE版本的JDK
[Java EE 版本的JDK下载](http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-7-sdk-with-jdk-u45-2066865.html)

安装好后:
新建Web Project
注意选择好Java EE版本号,不然后面很麻烦,会遇到bug

jsp
软件会自己生成文件,直接选择web root中的 index.jsp 之后 右键运行即可

JSP Learnning
A very good tutorial
http://www.w3cschool.cc/jsp/jsp-tutorial.html

to be continue ..

today is too late,job for tomorrow

Leave a Reply

Your email address will not be published. Required fields are marked *