开源项目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
文章主要提供android系统上拍照图片截取和图片 选择截取 两种方式,适用于app头像选择等环境。
拍照截取
打开相机
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivityForResult(intent,“自定义”);
...
分类:
移动开发 时间:
2014-06-22 15:50:31
阅读次数:
251
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
在Openstack中,RPC调用是通过RabbitMQ进行的。 任何一个RPC调用,都有Client/Server两部分,分别在rpcapi.py和manager.py中实现。 这里以nova-scheduler调用nova-compute为例子。 nova/compute/rpcapi.py中有...
分类:
其他好文 时间:
2014-06-21 17:09:12
阅读次数:
279
This note summarizes articles from other places about Microsoft Windows images for OpenStack creation, along with some first hand experience. The whol...
一、替代arp, ifconfig, route等命令 显示网卡和IP地址 root@openstack:~# ip link list 1: lo: mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd ...
分类:
其他好文 时间:
2014-06-21 15:54:27
阅读次数:
417
(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
因为我们的内部网络使用了代理,所以在 安装 OpenStack 基于 Web 的管理控制台 的时候有个小麻烦,我们的 http 代理服务器无法通过 git 协议下载 openstack-dashboard 所需的代码,也就是说可以 git clone https:// 这样克隆代码,但是不能使用 g...
分类:
其他好文 时间:
2014-06-21 14:45:28
阅读次数:
272
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