摘要: http://www.xbc.me/install-git-on-windows/ 阅读全文
posted @ 2015-11-26 16:08 bodhicitta 阅读(78) 评论(0) 推荐(0) 编辑
摘要: http://www.linktion.cn/pricing/new#/function-items业内估价 阅读全文
posted @ 2015-11-24 14:03 bodhicitta 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 取radio的值:JS代码$("input[name='radioName'][checked]").val();给radio 赋值, 选中值为2的radio:JS代码$("input[name='radioName'][value=2]").attr("checked",true); 阅读全文
posted @ 2015-11-20 13:38 bodhicitta 阅读(356) 评论(0) 推荐(0) 编辑
摘要: ie -ms-interpolation-mode: bicubic 属性详解img { -ms-interpolation-mode: bicubic; }这个在做实时缩放图片、缩略图的时候用处挺大。IE7 OnlyIE7.0自带样式属性-ms-interpolation-modeiE7.0中自带... 阅读全文
posted @ 2015-11-19 09:39 bodhicitta 阅读(284) 评论(0) 推荐(0) 编辑
摘要: https://www.digitalocean.com/community/tutorials/how-to-prepare-for-your-mysql-5-7-upgrade类型需要严格判断后才能插入数据库 阅读全文
posted @ 2015-11-17 10:31 bodhicitta 阅读(168) 评论(0) 推荐(0) 编辑
摘要: IE8下对跨站的调用控制非常严格,而且变态 1. 原先的code里面传了几个js的语句给父窗口执行,其他的浏览器都是接受的,但是IE8只能接收一句js语句, 但是也有个例外,如果两个站点的父域名一样,那么IE8也能跨站传多个js语句。 2. 在IE8下如果跨站传的js代码中包... 阅读全文
posted @ 2015-10-27 16:57 bodhicitta 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 一、父窗口调用iframe子窗口方法1、HTML语法:2、父窗口调用子窗口:myFrame.window.functionName();3、子窗品调用父窗口:parent.functionName();简单地说,也就是在子窗口中调用的变量或函数前加个parent.就行4、父窗口页面源码:复制代码 代... 阅读全文
posted @ 2015-10-27 09:27 bodhicitta 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 图片放缩截取'; echo $srcH.''; echo $selW.''; echo $src_x.''; echo $src_y.''; die; */ //打开原图 $src = imagecreatefromjpeg($img_path); //创建小图 $dst = i... 阅读全文
posted @ 2015-09-22 09:57 bodhicitta 阅读(514) 评论(0) 推荐(0) 编辑
摘要: http://code.ciaoca.com/http://segmentfault.com/a/1190000000754560 阅读全文
posted @ 2015-09-14 15:09 bodhicitta 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 转自http://blog.jjonline.cn/linux/135.html今儿在azure里装php5.5.4,发现原先php5.4、php5.3中的zend guard laoder以及php5.2中的Zend Optimizer均不能再用,一直很喜欢用的eaccelerator也悲剧了,编... 阅读全文
posted @ 2015-09-14 11:23 bodhicitta 阅读(646) 评论(0) 推荐(0) 编辑