标签:style blog http ar color os 使用 sp on
最近在读BlogEngine.NET3.1源代码,希望能坚持到底吧。
刚接触源代码,没有思路,于是读了14篇关于BlogEngine.Net1.4.5的系列博客,地址:http://www.cnblogs.com/Thriving-Country/archive/2008/11/04/1326334.html。
一、Page和Post的区别
在读博客的时候,作者提示到注意page和post的区别,于是在网上百度了一下,有关于WordPress中page和post的介绍,还没有详细读源码,猜测大同小异,现记录如下,以备后用。
博客主要有两部分构成posts和pages,这是两个不同的概念。
(一)post的特点:
(二)page的特点
?
所以像留言板、关于、友链这样的页面喜欢用page,而一般文章则是用post。
(Ref: http://shandian.biz/249.html)
20141209-基本概念-BlogEngine.NET(1)-笔记
标签:style blog http ar color os 使用 sp on
原文地址:http://www.cnblogs.com/CharlesZHENG/p/4155903.html