前几个月刚接触Android的时候做了一个小项目,其中也用到了类似刮刮乐的效果,现在把代码贴出来
首先要做一个类似橡皮擦的东西吧,然后才能把纸上的笔迹擦除
/**
* FileName: SplashActivity.java
*
* @desc 橡皮擦功能,类似刮刮乐效果
* @author HTP
* @Date 20140311
* @version 1.00
*/
p...
分类:
移动开发 时间:
2014-08-24 12:57:22
阅读次数:
352
一. libva.a的编译过程
(1)apt-get install libdrm-dev解决libdrm找不到的问题
(2)wayland-scanner问题
checking pkg-config is at least version 0.9.0... yes
checking for WAYLAND_SCANNER... no
configure: error: Pack...
分类:
Windows程序 时间:
2014-08-24 11:39:12
阅读次数:
1310
Update: An updated version of these instructions for Ubuntu 12.10 (Quantal Quetzal) is available here.1. Install the prerequisitessudo apt-get install...
分类:
其他好文 时间:
2014-08-23 16:33:21
阅读次数:
240
-- phpMyAdmin SQL Dump -- version 2.11.2 -- http://www.phpmyadmin.net -- -- 主机...
分类:
数据库 时间:
2014-08-23 13:56:50
阅读次数:
622
1、首先ldd不是一个可执行程序,而只是一个shell脚本2、ldd能够显示可执行模块的dependency,其原理是通过设置一系列的环境变量如下:LD_TRACE_LOADED_OBJECTS、LD_WARN、LD_BIND_NOW、LD_LIBRARY_VERSION、 LD_VERBOSE等。...
分类:
系统相关 时间:
2014-08-23 13:53:20
阅读次数:
334
比较简单,直接贴代码吧:(function (global) { var _version = '1.0.0', _setting = { openTag: '', /*逻辑代码的结束标签*/ maskOpenTag: ...
分类:
编程语言 时间:
2014-08-22 22:29:39
阅读次数:
261
八月 22, 2014 8:02:39 下午 org.hibernate.annotations.common.Version INFO: HCANN000001: Hibernate Commons Annotations {4.0.2.Final}八月 22, 2014 8:02:39 下午 o...
分类:
系统相关 时间:
2014-08-22 21:04:09
阅读次数:
380
New Document/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */
/* Author: Nicolas Hery - http://nicolashery.com */
/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
/* Source: http...
分类:
数据库 时间:
2014-08-22 19:47:49
阅读次数:
362
OS2台:RH5.5WEBLOGIC VERSION:9.2.3JDK:1.5 64位 weblogic一个管理服务,4个受管(2台服务器做集群,每台服务器2个受管)。应用部署后通过一个月测试发现adminserver1-2周就崩溃一次。日志错误信息种类很多如下:#### > ...
分类:
Web程序 时间:
2014-08-22 19:27:49
阅读次数:
582
Table of Contents Version Introduction What is RCF? Why should I use RCF? Tutorial Getting started Interfaces and implementations Error handling Clien...
分类:
其他好文 时间:
2014-08-22 15:52:28
阅读次数:
1353