Coder Social home page Coder Social logo

databasedesign's Introduction

简介

本项目是2019天津大学数据库设计大作业,基于thinkphp开发的一个邮局订报管理系统,包含用户界面和管理员界面。

环境

phpstudy(mysql,apache):将databasedesign.sql里的数据库语句导入mysql。

配置虚拟域名

1.首页我们得找到host文件、windows下这个文件在c盘中WINDOWS\system32\drivers\etc\hosts中 加入如下内容:

127.0.0.1 magazine.com
本地ip 虚拟域名

2.然后去找httpd.conf文件、这个文件相应位置在您web服务器安装的目录下/\apache\conf\httpd.conf , 找到 “Include conf/extra/httpd-vhosts.conf 如果前面有# 则需要把它删掉

3.找到\apache\conf\vhosts.conf文件 修改为:

<VirtualHost _default_:80>  
DocumentRoot "F:\phpStudy\PHPTutorial\WWW\DB"  
ServerName magazine.com		#本地访问域名  
ServerName 172.23.69.254	#ip访问地址  
</VirtualHost>

然后重启服务器访问magazine.com就可以访问你的项目了

界面

前台

详情

后台

databasedesign's People

Contributors

mantuoluozk avatar zzy321043695 avatar

Stargazers

 avatar

Forkers

mantuoluozk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.