故事:用mac系统,但芯片厂商提供的方案里没有提供mac系统编译android,只好装了虚拟机。虚拟机里parallels desktop算是比较好用,不过坑爹的是,编译时期make命令挂了,提示"segmentation fail",Google未果。只...
分类:
移动开发 时间:
2014-07-22 08:37:35
阅读次数:
584
# Android UI 之 Dialog 使用 ## 引言 在现在的应用程序中,Dialog 的应用十分广泛。常用于提示用户一些信息。 ;
var?index=0;
var?array=?new?Array("./image/pic1.jpg","./image/pic2.jpg");
f...
分类:
其他好文 时间:
2014-07-21 10:39:39
阅读次数:
194
1。? [root@?kvm]#?qemu-img?info?new.qcow2?
image:?new.qcow2
file?format:?qcow2
virtual?size:?60G?(64424509440?bytes)
disk?size:?7.0G
cluster_size:?65536
qemu-img?resize??filenam...
分类:
其他好文 时间:
2014-07-21 10:33:18
阅读次数:
217
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:
Could you do this in-place?...
分类:
编程语言 时间:
2014-07-19 23:46:49
阅读次数:
516
本文主要阅读了张岩博士的博士论文《纹理合成技术的研究及其应用》和作者的原文《Image Quilting for Texture Synthesis and Transfer》。 先上效果: 改图701*501像素大小,在试验中,将其截图为400*400,然后4*4铺开,效果为 可以看出,还是结合得...
分类:
其他好文 时间:
2014-07-19 22:30:58
阅读次数:
231
Clonezilla 是一个很好的系统克隆工具,它可以说是吸取了 Norton Ghost 和 Partition Image 的优点。即不仅支持对整个系统进行克隆,而且也可以克隆单个的分区,这种灵活性可能更能适应备份者的需要。有需求的朋友不妨关注下 Clonezilla 的功能:- 在 GNU/L...
分类:
其他好文 时间:
2014-07-19 18:02:56
阅读次数:
195
1.简介链接:http://www.codeproject.com/Articles/11505/NGif-Animated-GIF-Encoder-for-NET2.代码使用1)多个Image生成一个GIF——Encoder;2)一个GIF解析出多个Image——Decoder.3.优秀应用可视化...
分类:
Web程序 时间:
2014-07-19 16:35:15
阅读次数:
239
Delphi实例之橡皮筋画图的实现在《Delphi7基础教程》这本书的练习中提到过一个橡皮筋画图的例子,书上的源码是错误的!不知道是打印的错误还是本身源码就有问题,我将它改了过来。在Form1上放置一个Image组件,Image1的Align设为Client。 1 unit ...
分类:
其他好文 时间:
2014-07-19 16:17:38
阅读次数:
273
Java代码//压缩图片大小publicstaticBitmapcompressImage(Bitmapimage){ByteArrayOutputStreambaos=newByteArrayOutputStream();image.compress(Bitmap.CompressFormat.J...
分类:
移动开发 时间:
2014-07-18 14:28:22
阅读次数:
245