- 博客(11)
- 资源 (1)
- 收藏
- 关注
原创 设计模式 - 策略模式
模式设计图:代码示例:/** * 首先定义一个策略接口,锦囊妙计的接口。 */public interface IStrategy { //每个锦囊妙计都是一个可执行的算法。 public void operate();}/** * 策略1 */ public class Strategy1 implements IStrategy { @Overrid
2015-08-28 16:55:34
304
原创 SQLite3的数据类型
原文请戳这里 原翻译请戳这里Most SQL database engines (every SQL database engine other than SQLite, as far as we know) uses static, rigid typing. With static typing, the datatype of a value is determined by its
2015-06-09 23:04:09
105
转载 Android Studio开发入门-引用jar及so文件
原文链接:http://www.cnblogs.com/xrwang/p/AndroidStudioImportJarAndSoLibrary.html
2015-04-14 09:34:31
404
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人