摘要: http://www.w3school.com.cn/jquery/core_noconflict.asp 阅读全文
posted @ 2015-12-30 14:49 绝版幸福 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 什么是匿名函数Javascript中定义函数的方式有多种,函数直接量就是其中一种。如var fun = function(){},这里function如果不赋值给fun那么它就是一个匿名函数。好,看看匿名函数的如何被调用。调用方式1:调用函数,得到返回值。强制运算符使函数调用执行(function(... 阅读全文
posted @ 2015-11-19 12:00 绝版幸福 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 用了Amaze UI 的人就知道,其幻灯片插件是data-am-slider='{}'来传参数的:(以下代码来自Amaze UI官网) ... 阅读全文
posted @ 2015-11-19 11:26 绝版幸福 阅读(3005) 评论(0) 推荐(0) 编辑
摘要: 首先,我必须再次强调一下,F-U-C-K I-E!其次,简单阐述一下这个bug的出现的情况。页面中有个这么一个a标签,swapImgSrc这个方法就是替换页面上一个img标签的src属性,以达到动态切换图片路径的效果。但是,但是,在IE6这个浏览器下图片就不会显示,用鼠标右键点击图片应该在的位置选择... 阅读全文
posted @ 2015-11-04 15:12 绝版幸福 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 打开Git Bash1、设置全局用户名和邮箱$ git config --global user.name "Your Name" $ git config --global user.email "email@example.com"2、设置公钥2.1一般公钥存在C:\Users\Administ... 阅读全文
posted @ 2015-10-29 11:18 绝版幸福 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 首页文章模型列表输出:阅读:{$article.view} 发布时间:{$article.create_time|date='m-d',###}作者:{$article.uid|get_username}文章标题:{$article.title}原文链接:{:U('Article/detail?id... 阅读全文
posted @ 2015-10-28 09:42 绝版幸福 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: $about=M('document');$abouts=$about->where('id=2')->select();$abouts2=$about->where('id=2')->find();var_dump($abouts);var_dump($abouts2);输出结果:array (s... 阅读全文
posted @ 2015-10-28 09:26 绝版幸福 阅读(17094) 评论(0) 推荐(0) 编辑
摘要: CSS3Ps 这个ps插件可以将ps图层特效直接转化成css3代码,对前端非常有益。插件下载:http://css3ps.com/Download/ 阅读全文
posted @ 2015-09-16 16:27 绝版幸福 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 布局 两列右侧自适应布局html css/* 两列右侧自适应布局 */.g-bd1{margin:0 0 10px;}.g-sd1{position:relative;float:lef... 阅读全文
posted @ 2015-09-16 10:43 绝版幸福 阅读(255) 评论(0) 推荐(0) 编辑
摘要: IE hack大全:http://blog.csdn.net/freshlover/article/details/12132801 阅读全文
posted @ 2015-09-16 10:11 绝版幸福 阅读(375) 评论(0) 推荐(0) 编辑