码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
Java生成二维码
package ewm; import java.awt.Color; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.Output...
分类:编程语言   时间:2014-08-05 19:27:00    阅读次数:322
java 导出可运行jar包
分类:编程语言   时间:2014-08-05 18:47:39    阅读次数:158
默哀滤镜
html{ filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filt...
分类:其他好文   时间:2014-08-05 18:45:19    阅读次数:170
hibernate的一对多
一的一方的配置多的一方
分类:系统相关   时间:2014-08-05 18:14:59    阅读次数:229
struts2的数据封装
分类:其他好文   时间:2014-08-05 15:46:09    阅读次数:234
iOS 将一个UIImage缩放到指定Size
这方法挺实用的,直接调用就可以得到想要的size。//将一个UIImage缩放变换到指定Size-(UIImage*) OriginImage:(UIImage *)image scaleToSize:(CGSize)size{ UIGraphicsBeginImageContext(size);....
分类:移动开发   时间:2014-08-05 13:51:19    阅读次数:196
两种解决IE6不支持固定定位的方法
有两种让IE6支持position:fixed1.用CSS执行表达式*{margin:0;padding:0;}* html,* html body{ background-image:url(about:blank); background-attachment:fixed;}* html ......
分类:其他好文   时间:2014-08-05 13:46:49    阅读次数:260
IE 固定定位; li中有块元素的offset问题
body{ background-image:url(about:blank); background-attachment:fixed; /*ie 防抖动*/}.fix_to_top { _position:absolute; _top:expression(eval(document...
分类:其他好文   时间:2014-08-05 09:28:58    阅读次数:448
IE 固定定位; li中有块元素的offset、问题
body{ background-image:url(about:blank); background-attachment:fixed; /*ie 防抖动*/}.fix_to_top { _position:absolute; _top:expression(eval(document.docu....
分类:其他好文   时间:2014-08-05 09:27:58    阅读次数:243
(23):(行为型模式) Strategy 策略模式
分类:其他好文   时间:2014-08-05 09:24:38    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!