Square Thumbnail with ImageThe above code creates a square thumbnail with an image on the inside.Examples:The following attributes can be added to any...
分类:
其他好文 时间:
2014-07-31 16:35:36
阅读次数:
246
windows 2008下IIS7 安装ASP.NET 遇到如下错误:HTTP 错误 500.19 - Internal Server Error无法访问请求的页面,因为该页的相关配置数据无效。详细错误信息模块 IIS Web Core 通知 BeginRequest 处理程序 尚未确定错误代码 0...
分类:
其他好文 时间:
2014-07-31 16:24:06
阅读次数:
232
import java.awt.Image; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.awt.image.AffineTransformOp; import java.awt.image...
分类:
编程语言 时间:
2014-07-31 16:14:36
阅读次数:
338
1>g:\project\opencv\helloopencv\helloopencv\helloopencv.cpp(74) : error C2065: “CV_VALUE”: 未声明的标识符1>g:\project\opencv\helloopencv\helloopencv\helloope...
分类:
其他好文 时间:
2014-07-31 16:07:56
阅读次数:
274
zTree的使用 js函数: <link?rel="stylesheet"?href="css/zTreeStyle/zTreeStyle.css"?type="text/css"></link>
<script?type="text/javascript"?src="js/zTree/jquery.ztree.core-3.5.js"></script>
<scri...
分类:
其他好文 时间:
2014-07-31 13:47:07
阅读次数:
399
注意:需要引入activation.jar
cos.jar
mail.jar,
并且删除掉j2ee中的重复jar包(我的路径是D:\myeclipse10For32\Common\plugins\com.genuitec.eclipse.j2eedt.core_10.0.0.me201110301321\data\libraryset\EE_5\javaee.jar),用winr...
分类:
编程语言 时间:
2014-07-31 13:19:06
阅读次数:
310
第一:我们先看下质量压缩方法:Java代码privateBitmapcompressImage(Bitmapimage){ByteArrayOutputStreambaos=newByteArrayOutputStream();image.compress(Bitmap.CompressFormat...
分类:
移动开发 时间:
2014-07-31 12:55:06
阅读次数:
298
Launch image:http://www.cnblogs.com/ADaii/archive/2013/01/14/2860444.htmlApp icon:http://www.weste.net/2012/2-3/79602.htmlhttp://my.oschina.net/u/6610...
分类:
移动开发 时间:
2014-07-31 12:47:06
阅读次数:
303
1.对本地相册库或相机拍摄下来的图片进行压缩处理,传进来的参数分别有:要压缩的图片和压缩后的大小。//压缩图片+ (UIImage*)imageWithImageSimple:(UIImage*)image scaledToSize:(CGSize)newSize{ // Create a g...
分类:
其他好文 时间:
2014-07-31 09:42:16
阅读次数:
305
Setting->Compiler直接在“Have g++ follow the C++11 ISO C++ language standard [-std=c++11]” 选项上打勾 保存就可以了
分类:
编程语言 时间:
2014-07-31 09:36:35
阅读次数:
261