<style type="text/css"> .htmlbox_close::before, .htmlbox_close::after { content: ''; position: absolute; height: 2px; top: 4%; width: 3%; left: 2%; ma ...
分类:
Web程序 时间:
2017-01-03 15:18:34
阅读次数:
467
// this其实是一个Html 元素。 // $this 只是个变量名,加$是为说明其是个jquery对象。 // 而$(this)是个转换,将this表示的dom对象转为jquery对象,这样就可以使用jquery提供的方法操作。 (function($){ $.fn.hilight = fun... ...
分类:
Web程序 时间:
2016-12-30 07:43:43
阅读次数:
201
php请求MySQL数据库返回GeoJSON数据的实现方法请参见: http://www.cnblogs.com/marost/p/6234514.html OpenLayers【v3.19.1-dist】添加GeoJSON数据源图层 ...
分类:
数据库 时间:
2016-12-30 02:31:11
阅读次数:
298
突然感觉不知道写啥子,脑子里面没水了,可能是因为今晚要出去浪,哈哈~~~提前提醒大家平安夜要回家哦,圣诞节生00000000000这么多蛋。。。。继续 上一篇的已经把bootstrap了解个大概了,接下来我们就开始学习一下它里面的东西。 浏览器支持 旧的浏览器可能无法很好的支持 Bootstrap ...
分类:
其他好文 时间:
2016-12-25 18:47:22
阅读次数:
161
前提:我们可以把一个网页里面的内容理解为一个XML或者说网页本身也就是一个XML文档,XML文档都有很特殊的象征:"标签"也叫"节点"。我们都知道一个基本的网页格式是 <!DOCTYPE /> <head></head> <body><body /> <head></head> <body><bod ...
分类:
Web程序 时间:
2016-12-23 19:01:43
阅读次数:
230
五,Class 与 Style 绑定 绑定HTML class 对象语法 我们可以传给v-bind:class 一个对象,以动态的切换class <div v-bind:class=”{active:isActive}”></div> 上面的语法表示 classactive 的更新将取决于数据属性 ...
分类:
其他好文 时间:
2016-12-22 20:10:20
阅读次数:
215
1. /*@media Rule*/ @media all and (max-width : 1024px){...} 2. /*@imput Rule*/ @imput url(styles.css) all and (max-width : 1024px){...} 3. <link rel = ...
分类:
其他好文 时间:
2016-12-20 23:35:36
阅读次数:
291
rtTemplate 是新一代 javascript 模板引擎,它采用预编译方式让性能有了质的飞跃,并且充分利用 javascript 引擎特性,使得其性能无论在前端还是后端都有极其出色的表现 下载地址: https://github.com/aui/artTemplate 在线预览: http:/ ...
分类:
Web程序 时间:
2016-12-20 15:52:13
阅读次数:
249
In this lesson we will use Animated.timing to animate the opacity and height of a View in our React Native application. This function has attributes t ...
分类:
其他好文 时间:
2016-12-18 23:15:11
阅读次数:
285
首先从angular.js的目录开始,如下图,知道了我们要学什么,然后再开始有目的的学习与对比。 1、从表达式开始: ng-app指令初始化一个 AngularJS 应用程序。 ng-init指令初始化应用程序数据。 2、指令 3、模型 4、$scope作用域 5、控制器 6、过滤器 。。。 7、表 ...
分类:
Web程序 时间:
2016-12-14 16:34:02
阅读次数:
242