The'org.eclipse.jdt.ui.JavaAllCompletionProposalComputer' Proposal
computer from the ' org.eclipse.jdt.ui' plug-in did not complete normally.
' computeCompletionProposals()' operation.
To avoid thi...
分类:
其他好文 时间:
2014-06-19 12:50:19
阅读次数:
653
http://en.wikipedia.org/wiki/Recursion_(computer_science)#Recursive_functions_and_algorithmsA commoncomputer programmingtactic is to divide a problem ...
分类:
其他好文 时间:
2014-06-15 22:47:35
阅读次数:
197
自定义TextView 调用ttf格式字体
将ttf格式文件存放在assets/fonts/下
import android.content.Context;
import android.graphics.Typeface;
import android.util.AttributeSet;
import android.widget.TextView;
/**
* 修改字体
*...
分类:
其他好文 时间:
2014-06-15 18:57:33
阅读次数:
177
MainActivity如下:
package cc.testscroller1;
import android.app.Activity;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.os.Bundle;
import...
分类:
移动开发 时间:
2014-06-13 20:48:10
阅读次数:
326
packagedrawImage;importjava.awt.Graphics;importjava.awt.Graphics2D;importjava.awt.Image;importjava.io.File;importjava.io.IOException;importjavax.image...
分类:
编程语言 时间:
2014-06-13 16:43:57
阅读次数:
281
##RECORD,help me remember ###Make Lazy Version
Installer 1、Write this LazyVersion Installer DMG to a RAW empty disk 2、Use
Clover l...
分类:
其他好文 时间:
2014-06-13 15:27:01
阅读次数:
349
屏幕截图是一个比较常用的功能,在项目中出现的比例也比较高,至少我做过的每个项目都有屏幕截图这个功能,从全屏截图到区域截图都有出现过。当然区域截图已然包含了全屏截图。全屏截图方式有好几种,调用API截图、调用操作系统的截图然后到剪切板去取(当然这种方式几乎没人会去用)、用Graphics去画屏幕等等。...
1、几个术语
VGA、HVGA、QVGA、WVGA、WQVGA
这些术语都是指屏幕的分辨率。
VGA:Video Graphics Array,即:显示绘图矩阵,相当于640×480 像素;
HVGA:Half-size VGA;即:VGA的一半,分辨率为480×320;
QVGA:Quarter VGA;即:VGA的四分之一,分辨率为320×240;
WVGA:Wide Video ...
分类:
移动开发 时间:
2014-06-10 19:16:28
阅读次数:
314
路由器A router is a device that forwards data packets
between computer networks. This creates an overlay internetwork, as a router is
connected to two or...
分类:
Web程序 时间:
2014-06-10 11:26:26
阅读次数:
277