Skip to content

LongCHN/QDadvertorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QDadvertorial

##页面信息

  • 添加媒体页面
    /Users/apple/tina/www/php/QDadvertorial/admin/addmtbigclass.php
  • 会员 价格查询系统 页面
    /Users/apple/tina/www/php/QDadvertorial/vip/index1.php
  • 媒体管理 详情页面
    /Users/apple/tina/www/php/QDadvertorial/admin/managemhbigclass.php
  • 媒体管理 详情页面 提交保存页面
    /Users/apple/tina/www/php/QDadvertorial/admin/savemhbigclass.php
  • ajax 获取资源小类
    /Users/apple/tina/www/php/QDadvertorial/admin/select.php
  • 前台会员没有注册的时候 搜索价格报表
    /Users/apple/tina/www/php/QDadvertorial/user/search1.php
  • 后台框架页面
    /Users/apple/tina/www/php/QDadvertorial/admin/index.php
  • 后台管理系统 左边菜单项
    /Users/apple/tina/www/php/QDadvertorial/admin/left.php
  • 资源小类管理页面
    /Users/apple/tina/www/php/QDadvertorial/admin/managemtsmallclass.php

##数据库信息

命令

  • mysqldump -u 用户名 -p 数据库名 > 导出的文件名
  • 资源大类:
    nav_class: ID, BigClass
  • 资源小类:
    media_class: ID, BigClass, SmallClass
  • 优惠类别:
    media_small: ID, BigClass
  • 地区类别:
    diqu_class: ID, BigClass
  • 链接情况:
    lurl_class: ID, BigClass

##备注信息 makedown语法 粗体 斜体 ###表格

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
###代码框引用
`
function() {
//引用代码
}
`

###tab键缩进 这里是缩进 这里是缩进 这里是缩进 ###分割线


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.1%
  • JavaScript 32.1%
  • CSS 5.7%
  • HTML 3.1%