搭建Android Studio开发环境,涉及JAVA SDK、Virtual Box、Git、Android SDK、Android Studio及Genymotion...
分类:
移动开发 时间:
2015-03-10 21:31:14
阅读次数:
196
Fly.Box网盘 官网下载地址: http://www.flyui.net/download.php 在线演示 http://demo.flyui.net 帐号及密码:admin
分类:
其他好文 时间:
2015-03-10 19:11:43
阅读次数:
156
CSS中, Box Model叫盒子模型(或框模型),Box Model规定了元素框处理元素内容(element content)、内边距(padding)、边框(border) 和 外边距(margin) 的方式。在HTML文档中,每个元素(element)都有...
分类:
Web程序 时间:
2015-03-10 17:34:05
阅读次数:
211
一、CSS文件及样式命名全局样式:global.css;框架布局:layout.css;字体样式:font.css;链接样式:link.css;打印样式:print.css; 容 器:container/box头 部:header主 导 航:mainNav子 导 航:subNav顶 导 航:to.....
分类:
Web程序 时间:
2015-03-10 16:41:49
阅读次数:
144
var dailyBox = $('.daily-box-office'), curDate = new Date(), curYear = curDate.getFullYear(), curMonth = curDate.getMonth()+1;dailyBox.find('...
分类:
Web程序 时间:
2015-03-10 15:14:03
阅读次数:
160
.box{border:1px solid red;width:600px;height: 300px;margin:30px auto;position: relative;}
.box div{position: absolute;top:0;width:10px;height:10px;background:blueviolet;}
.l1{left:20...
分类:
其他好文 时间:
2015-03-10 10:33:23
阅读次数:
114
DescriptionOur Black Box represents a primitive database. It can save an integer array and has a special i variable. At the initial moment Black Box i...
分类:
其他好文 时间:
2015-03-10 10:09:59
阅读次数:
340
正则表达的创建方式http://www.w3school.com.cn/jsref/jsref_obj_regexp.asp1 var box =new RegExp('Box'); //第一个参数是模式字符串2 alert(box); ...
分类:
编程语言 时间:
2015-03-09 18:48:50
阅读次数:
174
参考W3School内容整理CSS3根据特征可以分为:动画属性,背景属性,边框属性,Box属性,Color属性,尺寸属性,可伸缩属性,字体属性,文本属性,内容生成,Grid属性,超链接属性,列表属性,外边距属性,内边距属性,多列属性,定位属性,打印属性,表格属性,2/3D转换属性,过渡属性,用户界面...
分类:
Web程序 时间:
2015-03-09 14:19:25
阅读次数:
197
html-Span 指定宽度 css:span{ display:-moz-inline-box; display:inline-block; width:150px;} 链接:如何设置HTML span 的宽度
分类:
Web程序 时间:
2015-03-08 11:43:06
阅读次数:
173