⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datadictionary.txt

📁 一个简单ASP+ACCESS博客程序Simple Blog v1.2 。ASP虽然有些老了
💻 TXT
字号:
[SimpleCMS].[users]
user_id	自动编号/长整型
user_email 文本
user_name 文本
user_password 文本

[SimpleCMS].[articles]
article_id 自动编号/长整型
article_title 文本
article_date 日期/时间
article_content 备注
cat_id 长整型
user_id 长整型

[SimpleCMS].[categories]
cat_id 自动编号
cat_name 文本
cat_desc 文本

[SimpleCMS].[config]
blog_id 自动编号/长整型
blog_name 文本
blog_url 文本
blog_bottom 文本
blog_desc 文本
blog_shows 长整型

SELECT article_title,article_date,article_content, user_name, cat_name FROM articles AS a, users AS u, categories AS c WHERE a.user_id=u.user_id AND a.cat_id=c.cat_id;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -