Based on the WeChat company's enterprise small program system, the finished product of the graduation project (4) develops technical documents

Blogger introduction: The author of "Vue.js Introduction and Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN diamond lecturer; focusing on graduation design education and counseling for college students.

All projects come with basic knowledge video courses from beginners to masters, free of charge

The project is equipped with corresponding development documents, opening reports, task books, PPT, paper templates, etc.

Contact information is available at the end of the article

Development overview

Development operating system: windows10 + 4G memory + 500G

Mini Program Development: WeChat Developer Tools (MINA Framework)

Background environment: PHPstudy integrated environment

Background development language: PHP

Background development tools: Dreamweaver or PhpStorm (development tools to choose)

Database: mysql8

Database management tool: navicat

Other development languages: html + css +javascript

Background file list

Path: background source code ht directory is the background

program name

Include

ht/zixun

Information

caidan_1ji.php

Information classification management

zixun_add.php

Information entry page

zixun_add_act.php

Information entry database program

zixun_list.php

information list

zixun_xiugai.php

Information modification page

zixun_xiugai_act.php

Information modification procedure

zixun_del.php

Information Deletion Procedure

ht/ guanggao

Ads and Messages

ad_index_wx.php

Carousel settings page

ad_index_wx_baocun

Carousel image setting program processing

liuyan_list.php

Message List

liuyan_delt.php

message delete

ht/ aboutus

about Us

zixun_list.php

About usProject list

zixun_xiugai.php

Item modification page

zixun_xiugai_act.php

Project Modification Procedure Handling

ht/ chanpin

Products and Cases

caidan_1ji.php

Case and product category management

chanpin_add.php

Case and product entry page

chanpin_add_act.php

Case and product entry program processing

chanpin_list.php

Case and Product List

chanpin_xiugai.php

Case and Product Modification Pages

chanpin_xiugai_act.php

Case and product modification program handling

chanpin_del.php

Case and Product Removal

List of applet interface files

applet interface

program name

Include

front page

wx_api_getbanner.php

Get the top carousel image array (multiple images)

wx_api_gsJianJie.php

Get company profile

wx_api_CpList_top4.php

Get the latest products 4

wx_api_AnLi_top4.php

Get latest case 4

wx_api_News_top3.php

Get the latest information 3 items

Product column

wx_api_CpFenlei.php 

get category

wx_api_CpList_All.php

get all products

Case column

wx_api_CpFenlei.php 

get category

wx_api_AnLi_All.php

Get all cases

Information column

wx_api_News_Fenlei.php

Get information category

wx_api_News_All.php

get all information

about Us

wx_api_gywm.php

get information about us

Case and product information

wx_api_CpXinxi.php

Get cases and product information

information

wx_api_NewsInfo.php

Get information

message

wx_api_liuyan.php

Submit Message

Database ER Diagram

image.png

Database Table

About us: aboutus

field name

type

Remark

id

int

Auto-increment; the id (primary key) of the menu, empty is not allowed

xinxi_lxid1

xinxi_biaoti

varchar

Title: Company Profile, Enterprise Qualification, Corporate Culture, Company Introduction, Company Profile

xinxi_neirong

Text

content

To store relevant project data about us

Advertising form: guanggao

field name

type

Remark

id

Int

Auto-increment; the id (primary key) of the menu, empty is not allowed

wz1

longtext

Text of Ad 1

tpdz1

longtext

Image URL of Ad 1

ljdz1

longtext

Link address of ad 1

wz2

longtext

Text of Ad 2

tpdz2

longtext

Image URL of Ad 2

ljdz2

longtext

Link address of Ad 2

wz3

longtext

Text of Ad 3

tpdz3

longtext

Image URL of Ad 3

ljdz3

longtext

Link address of advertisement 3

Message form: liuyan

field name

type

Remark

id

Int

Auto-increment; the id (primary key) of the menu, empty is not allowed

xingming

varchar

Name

dianhua

varchar

Telephone

youxiang

varchar

Mail

zhuti

varchar

theme

Neirong

longtext

content

hold

datetime

The date the message was entered into the database

shijian

datetime

The time when the message is entered into the database

Information sheet: zixun

field name

type

Remark

id

Int(11)

Auto-increment; the id (primary key) of the menu, empty is not allowed

xinxi_lxid

int(11)

The id of the information level 1 type, refer to the id of the information type table

xinxi_biaoti

varchar(250)

信息标题

xinxi_riqi

date

信息日期

xinxi_neirong

text

内容:

add_riqi

date

信息发布的日期

add_shijian

datetime

信息发布的时间

资讯分类表:zixun_fenlei

字段名

类型

备注

id

Int(11)

自动递增;菜单的id(主键),不允许空

caidan_mingcheng

varchar(50)

菜单名称,允许空

paixu_id

int(11)

排序数字,数字大的在前面,允许空

产品案例类型表:chanpin_leixing

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

caidan_mingcheng

varchar

菜单名称,允许空

paixu_id

int

排序数字,数字大的在前面,允许空

参考:https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/37/1430.html

产品案例表:chanpin

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

xinxi_lxid1

int

信息1级类型的id,参考资讯类型表的id

xinxi_biaoti

varchar

信息标题

xinxi_riqi

date

信息日期

xinxi_jianjie_yn

tinyin

是否有简介

xinxi_jianjie

text

简介内容

xinxi_tupian

varchar

信息图片地址

xinxi_ding

tinyint

1表示属于案例,0表示只属于产品

xinxi_neirong

text

信息内容

add_riqi

date

信息发布的日期

add_shijian

datetime

信息发布的时间

Guess you like

Origin blog.csdn.net/u013818205/article/details/132645639