/** * * @description * String utils * @author Czp *
@version 1.0(2014-5-9) * */public class StringUtil { /** * @description: * ...
分类:
其他好文 时间:
2014-05-10 03:21:53
阅读次数:
272
除了缓存图片意外,还有一些其他的方式来促进GC的效率和图片的复用.不同的Android系统版本有不同的处理策略.BitmapFun中就包含了这个类,能够使我们高效地构建我们的项目.
为了开始以下教程,我们需要先介绍一下Android系统对Bitmap管理的进化史. 在Android2.2(API l...
分类:
其他好文 时间:
2014-05-10 03:19:50
阅读次数:
479
Problem DescriptionA tree is a well-known data
structure that is either empty (null, void, nothing) or is a set of one or more
nodes connected by dire...
分类:
其他好文 时间:
2014-05-10 03:18:52
阅读次数:
374
设计过ORM的攻城狮们或多或少都应该考虑过连接池,考虑过连接池就或多或少会想过计数器....
分类:
数据库 时间:
2014-05-10 03:18:27
阅读次数:
569
今天抽空在阿里云上部署安装了PHP的环境主要有nginx, php5 php-fpm mysql
phpmyadmin本文来源于:http://www.lonelycoder.be/nginx-php-fpm-mysql-phpmyadmin-on-ubuntu-12-04/Since
3 year...
分类:
数据库 时间:
2014-05-10 03:17:22
阅读次数:
772
利用Rweibo
,wordcloud做词云#-------------------------------------------------------#--------------------Rweibo词云-------------------------#-----------------...
分类:
其他好文 时间:
2014-05-10 03:16:55
阅读次数:
304
Developing SWT applications using EclipseWhile
SWT is integrated as part of the Eclipse plug-in API, for standalone application
development it is best...
分类:
移动开发 时间:
2014-05-10 03:15:38
阅读次数:
386
最近想玩玩Android的APP开发,从C++角度来学习Java。Java可以说是一个优化精简版的C++,去除了底层C的很多特性。找了这篇文章。------------------------------------------------------------------------------...
分类:
编程语言 时间:
2014-05-10 03:14:39
阅读次数:
382
在网络编程中,客户端调用了flush方法,就会将缓存在字符流中的文本发送给服务器,服务器该怎样判断客户端发送的文本已经结束了呢?我们先看一个例子:客户端:import
java.io.IOException;import java.io.PrintWriter;import java.net.Ine...
分类:
编程语言 时间:
2014-05-10 03:14:16
阅读次数:
441
1 /* 2 题解:2-SAT 3
一开始每一个round都有两种状态可选,并且选了每种状态有后面的限制其中一种选后另一状态的状态也被固定, 4 十分符合2-SAT的用法; 5 */ 6
#include 7 #include 8 #include 9 #include ...
分类:
其他好文 时间:
2014-05-10 03:12:50
阅读次数:
361