惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
A
About on SuperTechFans
量子位
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
T
Threat Research - Cisco Blogs
Spread Privacy
Spread Privacy
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News and Events Feed by Topic
C
Cybersecurity and Infrastructure Security Agency CISA
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Tenable Blog
V
V2EX
月光博客
月光博客
L
Lohrmann on Cybersecurity
W
WeLiveSecurity
Webroot Blog
Webroot Blog
H
Hacker News: Front Page
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Exploit Database - CXSecurity.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
AI
AI
腾讯CDC
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Google DeepMind News
Google DeepMind News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V2EX - 技术
V2EX - 技术
Martin Fowler
Martin Fowler
博客园 - Franky
I
Intezer
Project Zero
Project Zero
I
InfoQ
P
Privacy International News Feed
C
Check Point Blog
T
The Blog of Author Tim Ferriss
P
Palo Alto Networks Blog
L
LINUX DO - 最新话题
有赞技术团队
有赞技术团队
Cloudbric
Cloudbric
人人都是产品经理
人人都是产品经理
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
SegmentFault 最新的问题
Latest news
Latest news
小众软件
小众软件

博客园 - sooloo

asp.net遍历控件的实现 [转]Creating Custom Web Controls in C# Stats(演示了如何创建一个导航条) [转]创建动态数据输入用户界面(ASP.NET 中的动态控件入门) [转]ASP.NET 页面对象模型 [转]基于功能更丰富的基础类构建您自己的 ASP.NET 页面 [转]ASP.NET中促进代码重用的2种模式 [原创]利用CSS实现页面换肤 [转] 动态加载Asp.net分页控件 [转] more than one way to skin an app [转]模拟Asp.Net Forums实现可以换皮肤的控件 [转]在ASP.Net中两种利用CSS实现多界面的方法 DotText分析---新Blog注册 转:dotext数据库篇 Vs2003调试DotText时碰到的一个问题 DotText数据库分析(2) 高程历年试题及答案 [转帖]追MM与设计模式 学习cnblogsGuestBook V2.0 --(2) 学习cnblogsGuestBook V2.0
CnDotText数据库分析(1)
sooloo · 2005-08-29 · via 博客园 - sooloo

(1)blog_config表单分析:
blog_config表单用于存放注册用户信息,具体表结构如下:

BlogID: 主键,自动增量为1。
UserName:Blog英文标识,只能用英文。因为要使用---sooloo.cnblogs.com
Password: 存放加密密码
Email:email
Title: Bloger的标题
SubTitle:   子标题,标题的注释
Skin:    Blog的皮肤
Application :   同UserName,不知道具体的作用,有待深入研究
Host: 主机名,如LocalHost
Author:UserName的别名,可以使用中文。
TimeZone:时区
IsActive: 是否活动
Language:语言
ItemCount:Blog一页显示的条目数,默认10条
LastUpdated:最后一次更新时间
News: 新闻?消息? 不知道具体的作用,有待深入研究
SecondaryCss:次CSS,估计和Skin有关系。
PostCount:发贴数量
StoryCount : 不知道具体的作用,有待深入研究
PingTraceCount:应用统计
CommentCount:评论统计
IsAggregate: 是否聚合
Flag:标记
SkinCssFile:Skin Css File 不知道具体的作用,有待深入研究
BlogGroup:Blog组
RegisterTime:注册日期
IsMailNotify:是否公布Mail
NotifyMail:要公布的Mail
IsOnlyListTitle:是否只显示文章标题

实例: