上一页 1 ··· 4 5 6 7 8
摘要: 1.基本表格 CSS-->.table <table class="table"> <thead> <td>#</td> <td>姓名</td> <td>国籍</td> <td>电话</td> </thead> <tbody> <tr> <td style="background-color: re 阅读全文
posted @ 2016-02-16 17:45 Devan.Yan 阅读(308) 评论(0) 推荐(0)
摘要: 1.内联代码 For example, <code><section></code> should be wrapped as inline. 2.用户输入 To switch directories, type <kbd>c</kbd> <kbd>d</kbd> followed by the n 阅读全文
posted @ 2016-02-16 16:47 Devan.Yan 阅读(219) 评论(0) 推荐(0)
摘要: 1.标题 : <h1>、<h2> …… <h6> & <small> <h1>h1. Bootstrap <small> heading </small></h1> <h2>h2. Bootstrap <small> heading </small></h2> <h3>h3. Bootstrap < 阅读全文
posted @ 2016-02-16 16:26 Devan.Yan 阅读(257) 评论(0) 推荐(0)
摘要: 栅格参数 个人理解: 1.布局大约是这样的 <body> <div class="row"> <div class="col-md-5">.col-md-1</div> <div class="col-md-7">.col-md-1</div> </div> </body> 一个行将整个屏幕等分成了 阅读全文
posted @ 2016-01-29 15:38 Devan.Yan 阅读(475) 评论(0) 推荐(0)
摘要: 资源下载 Spring主要依赖两部分:①本身Spring框架的Jar。②Apache的commons-logging.jar。 Spring、各个版本Jar的下载:http://repo.springsource.org/libs-release-local/org/springframework/ 阅读全文
posted @ 2016-01-02 14:50 Devan.Yan 阅读(123) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8