Skip to content

课程设计作品,类pinterest型贴图社交平台

Notifications You must be signed in to change notification settings

RezinovayaHuynya/1nfinite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

数据库帐号:root
数据库密码:LfB9yOqj#ma&

数据库

User:

key type comment
id int
username varchar(255)
nickname varchar(255)
admin tinyint
ban tinyint
email varchar(255)
password varchar(255)
sex int(4)
country int(4)

Channel:

key type comment
id int
user_id int fk
content text

Topic:

key type comment
id int
user_id int fk
title text
sum text

image:

key type comment
id int
url text

Topic_artical:

key type comment
id int
Topic_id int fk
title text
content text
sum text

sex:

sex int
未知 0
1
2
女汉子 3
女装大佬 4

country:

country int
霍格沃兹 0
赛博坦 1
瓦坎达 2
新日暮里 3
3栋501 4
卡塞尔 5
召唤师峡谷 6

channelLIst

status 标注
0 获取成功,并且不是最后一页
1 获取失败
2 获取成功,并且为最后一页

About

课程设计作品,类pinterest型贴图社交平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.7%
  • JavaScript 32.8%
  • HTML 11.8%
  • Python 2.7%