今天讲了页面布局,自己做得部分练习如下: <style type="text/css"> *{ margin:0px auto; padding:opx; font-family:微软雅黑 }#bangzhu { width:80px; height:32px; font-size:12px; co ...
分类:
Web程序 时间:
2016-11-02 00:26:56
阅读次数:
149
手册:http://www.jetbrains.com/help/webstorm/2016.2/jshint.html less: http://lesscss.cn/ ESLint: http://www.tuicool.com/articles/7JZZJzn https://www.npmj ...
分类:
其他好文 时间:
2016-11-01 19:34:38
阅读次数:
213
css: #anchor{ position:absolute; top:40%; left:40%; width:100px; height:100px; background-color:red;} js:$(function(){ var anchorTop = $("#anchor").cs ...
分类:
其他好文 时间:
2016-11-01 18:57:27
阅读次数:
241
问题描述:一个父包含框包含一个子元素。给正常流的子元素一个垂直外边距margin-top就会使得父元素跟着往下走,而子元素和父元素的边距则没有发生变化。 html结构:<div class="box1"><div class="box1_1"></div></div>css样式:.box1{heig ...
分类:
其他好文 时间:
2016-11-01 18:53:40
阅读次数:
308
public class CommonFunc { /** * 取properties文件中的键值对 */ public static String getProperties(String param) throws Exception { Properties prop = new Proper ...
分类:
其他好文 时间:
2016-11-01 18:47:32
阅读次数:
124
// main方法 public static void main(String[] args) { timerEnter(); } // 设定指定任务task在指定延迟delay后进行固定延迟peroid的执行 // schedule(TimerTask task启动任务, long delay第 ...
分类:
其他好文 时间:
2016-11-01 18:42:04
阅读次数:
245
<p style="background: #CFE0F8; padding: 5px;">理解Code First及其约定和配置</p> <p id="深入理解code-first"><span style="color: #ff0000;">1. 深入理解Code First</span></p ...
分类:
Web程序 时间:
2016-11-01 18:31:22
阅读次数:
146
记得笔者进入公司的时候接触的第一个ORM框架是Entity Framework。为了Entity Framework也看了不些的英文资料(不是笔者装B哦)。正式使用三个月后。笔者对他有一个全面性的认识。我只能说他真的很强大,也很方便。可是我并不是很喜欢他。要问为什么的话,笔者只能说喜欢就是喜欢。不喜 ...
分类:
数据库 时间:
2016-11-01 14:22:11
阅读次数:
402