会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
纵横子
0 1 2 3
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2015年11月26日
github使用
摘要: http://www.xbc.me/install-git-on-windows/
阅读全文
posted @ 2015-11-26 16:08 bodhicitta
阅读(89)
评论(0)
推荐(0)
2015年11月24日
吓死宝宝了
摘要: http://www.linktion.cn/pricing/new#/function-items业内估价
阅读全文
posted @ 2015-11-24 14:03 bodhicitta
阅读(105)
评论(0)
推荐(0)
2015年11月20日
jQuery radio的取值与赋值
摘要: 取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
阅读(365)
评论(0)
推荐(0)
2015年11月19日
IE -ms-interpolation-mode
摘要: ie -ms-interpolation-mode: bicubic 属性详解img { -ms-interpolation-mode: bicubic; }这个在做实时缩放图片、缩略图的时候用处挺大。IE7 OnlyIE7.0自带样式属性-ms-interpolation-modeiE7.0中自带...
阅读全文
posted @ 2015-11-19 09:39 bodhicitta
阅读(302)
评论(0)
推荐(0)
2015年11月17日
mysql 升级 5.7
摘要: https://www.digitalocean.com/community/tutorials/how-to-prepare-for-your-mysql-5-7-upgrade类型需要严格判断后才能插入数据库
阅读全文
posted @ 2015-11-17 10:31 bodhicitta
阅读(174)
评论(0)
推荐(0)
2015年10月27日
IE8 数据传输js
摘要: IE8下对跨站的调用控制非常严格,而且变态 1. 原先的code里面传了几个js的语句给父窗口执行,其他的浏览器都是接受的,但是IE8只能接收一句js语句, 但是也有个例外,如果两个站点的父域名一样,那么IE8也能跨站传多个js语句。 2. 在IE8下如果跨站传的js代码中包...
阅读全文
posted @ 2015-10-27 16:57 bodhicitta
阅读(211)
评论(0)
推荐(0)
iframe 子父窗口互掉 js
摘要: 一、父窗口调用iframe子窗口方法1、HTML语法:2、父窗口调用子窗口:myFrame.window.functionName();3、子窗品调用父窗口:parent.functionName();简单地说,也就是在子窗口中调用的变量或函数前加个parent.就行4、父窗口页面源码:复制代码 代...
阅读全文
posted @ 2015-10-27 09:27 bodhicitta
阅读(392)
评论(0)
推荐(0)
2015年9月22日
前端交付获取图片截取效果,后端处理图片
摘要: 图片放缩截取'; echo $srcH.''; echo $selW.''; echo $src_x.''; echo $src_y.''; die; */ //打开原图 $src = imagecreatefromjpeg($img_path); //创建小图 $dst = i...
阅读全文
posted @ 2015-09-22 09:57 bodhicitta
阅读(531)
评论(0)
推荐(0)
2015年9月14日
前端开发仓库
摘要: http://code.ciaoca.com/http://segmentfault.com/a/1190000000754560
阅读全文
posted @ 2015-09-14 15:09 bodhicitta
阅读(130)
评论(0)
推荐(0)
php中的脚本加速扩展opcache
摘要: 转自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
阅读(724)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告