Skip to content

ChengzhangZhu/AIYoung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Young website under django framework

How to run the code

How to browse this website

After run the server, you can enter the following URLs:

PHP developing environment deployment

  1. 安装Netbeans + Wampserver
  1. 找到Wampserver的www目录,用Netbeans该目录新建工程
  2. 右键单击工程>Properties>Run Configuration>http://localhost/xxx(项目名称)/
  3. Netbeans设置PHP调试端口:Toos>Options>PHP填写端口号
  4. Wampserver设置调试端口:左键单击Wampserver,php设置里php.ini底部加入以下设置,端口号需与上面的一致 xdebug.remote_enable=on xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9010
  5. 导入mysql文件(AIYoung_PHP中aiyoung.sql):启动Wampserver,左键点击Wampserver,进入phpAdmin,新建数据库"aiyoung",修改数据库密码为“123”,然后导入aiyoung.sql