Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计一个使用嵌套集模型的数据库。我有类别,这些类别有文章(即每篇文章都属于一个类别)。
我的问题是,我应该将类别和文章放在一张表中吗?categories或者我应该将类别放在嵌套集合表中,并将文章放在通过外键连接到表的简单平面(非分层)表中?
categories
我习惯于 Wordpress 自动将 IE 特定 ID 属性添加到 HTML 标记,以编写特定于 Internet Explorer 的 css 类。我刚刚注意到,当我在 IE9 中查看该站点时,此功能当前不起作用。
在 IE8...
<html id="ie8" lang="en-US">
在 IE9...