Skip to content

Latest commit

 

History

History
80 lines (35 loc) · 1.1 KB

File metadata and controls

80 lines (35 loc) · 1.1 KB

工作日志

2017-6-16 星期五

  • 上午

    1.建立STU数据库

    2.建立information,course,school,score

  • 下午

    1.数据库表信息的增删改查

2017-6-19 星期一

  • 上午

    1.安装atom

    2.配置atom

    3.下载CGI-STU

    4.拷贝到atom

* 下午

    1.安装Apache

    2.Apache开启CGI

    3.修改目录权限

    	 sudo mkdir /usr/lib/cgi-bin/sx
     	 sudo chmod 777 /usr/lib/cgi-bin/sx
 
    4.设置Makefile

   	 	vim Makefile
   		install:	 
       		 cp *.cgi /usr/lib/cgi-bin/sx
	
    5.连接到网页

        localhost

2017-6-20 星期二

  • 上午

    1.将创建好的数据库表与网页进行连接

    2.通过调试实现学生信息管理系统的增删改查

  • 下午

    1.写课程设计实验报告

2.在进一步增加多页面的功能,还在进一步调试中

2017-6-21 星期三

  • 上午
1.代码调试中~