8.2.3 CSS3提供的图片边框 CSS3为图片边框提供了如下属性。 border-image:该属性的值比较复杂,应该遵守如下格式: [/]? 上面语法格式可以分为4个部分: border-image-source:指定边框图片。该值可以是none...
分类:
其他好文 时间:
2014-06-24 14:00:29
阅读次数:
158
开源项目Universal Image Loader for Android 说明文档 (1) 简介...
分类:
移动开发 时间:
2014-06-22 21:13:03
阅读次数:
289
package cn.itcast.response;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.io.PrintWriter;
import ...
分类:
其他好文 时间:
2014-06-22 19:25:55
阅读次数:
196
用IamgeView的 android:scaleType 设置属性的时候 填充屏幕出现的各种问题
/**
* 将图片等比例缩放 setAdjustViewBounds setMaxWidth setMaxWidth必须同时设置才有效
*
* @param context
* @param view
* 父容器
* @param image
...
分类:
移动开发 时间:
2014-06-22 18:39:03
阅读次数:
279
文章主要提供android系统上拍照图片截取和图片 选择截取 两种方式,适用于app头像选择等环境。
拍照截取
打开相机
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivityForResult(intent,“自定义”);
...
分类:
移动开发 时间:
2014-06-22 15:50:31
阅读次数:
251
QT资源文件1.新建文件或工程 -》 qt资源2.添加,资源名称(Image),选择路径,完成3,打开Image.qrc, 添加后缀,一般就是 /4.添加文件,添加图片5. 调用 (:/11.png)转http://blog.sina.com.cn/s/blog_5c70dfc80100r257.h...
分类:
系统相关 时间:
2014-06-22 11:04:41
阅读次数:
271
header("Content-type: image/png");
$im = @imagecreatetruecolor(282, 282) or die("Cannot Initialize new GD image stream");
imagecopy($im, imagecreatefrompng('C02D9CE4B4B6E3F6DF8D9DB734.png'), 1,1,0,0,2...
分类:
Web程序 时间:
2014-06-21 20:01:39
阅读次数:
854
Android-Universal-Image-Loader学习笔记...
分类:
移动开发 时间:
2014-06-21 19:53:20
阅读次数:
274
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:
其他好文 时间:
2014-06-21 14:48:04
阅读次数:
225
In May 2011, I read a request for installation Openvswitch on Qemu image. I started to play with Openvswitch and finally became fan of this project. I...
分类:
其他好文 时间:
2014-06-21 14:42:43
阅读次数:
400