随笔分类 - 每日博客
摘要:本周在学习JavaWeb的过滤器Filter的相关知识,同时也在一步步地进行着数据库的小学期。 这次小学期相当于复习了自己的Web和数据库的一些相关知识。在做数据库小学期的作业时,发现了自己还是只能照着之前写过的例子去仿照,不能自己独立的完成所有任务,并且在抄的过程中,还有很多自己不能使用的代码片段
阅读全文
摘要:(9) list-style(列表样式) 类型 list-style-type: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none; list-style-t
阅读全文
摘要:(4) position(定位) fixed 一般用来写网页顶端的固定导航条,或者两侧的菜单。 <!--对于块级标签来说加上position:fixed之后,该div就不会占一整行,一般需要手动定义宽度,如width:100%--> <div style="position:fixed;height
阅读全文
摘要:(1) *block(区块) 行高 line-height:数值 | inherit | normal;字间距 letter-spacing: 数值 | inherit | normal;词间距 word-spacing: 数值 | inherit | normal;空格 white-space:
阅读全文