public class Solution { public int smallestFactorization(int a) { if (a factor = new ArrayList(); for (int i = 9; i > 1; i--) { while (a % i == 0) { f... ...
分类:
其他好文 时间:
2017-07-01 09:56:46
阅读次数:
140
通常改动包名时会造成R文件错误,而且有时带有原因不明的Manifest文件里多处文本混乱。 所以,将眼下觉得最为简洁方便的改动包名流程记录例如以下: 如果我们眼下的包名为com.pepper.util,我们将要把包名改动为com.pp.util 1、点击项目右击——>Android Tools——> ...
分类:
移动开发 时间:
2017-06-30 19:52:59
阅读次数:
228
ContentProvider是暴露数据给另一个应用使用的组件。一般呢,我们大部分时候是利用ContentResovler获取系统ContentProvider暴露的数据,比如:联系人,图片音频视频等文件,日历等;所以这一次主要是记录如何使用这些数据。 理解ContentProvider: Cont ...
分类:
移动开发 时间:
2017-06-29 19:14:31
阅读次数:
303
Myeclipse 6.5 整合SSH(一) 最近小学期正在学习基于Myeclipse 的SSH整合,期间出现了各种各样的问题。问题太多,后面会整理后陆续另开博文写。因为发现老师教我们的过程与网上的有所不同,所以这里主要介绍MyEclipse的初始设置过程。 实验环境 MyEclipse 6.5 T ...
分类:
系统相关 时间:
2017-06-29 10:04:11
阅读次数:
214
log4j.rootLogger=debug,stdout,info,debug,error log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Threshold=DEBUG log4j.appe... ...
分类:
编程语言 时间:
2017-06-28 18:38:07
阅读次数:
228
1 2 13 14 15 16 17 18 19 20 21 22 23 25 27 28 29 30 31 32 33 35 37 38 39 40 ... ...
分类:
移动开发 时间:
2017-06-28 14:34:18
阅读次数:
140
<!-- jfreechart begin --> <dependency> <groupId>jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.23</version> </dependency> <dependency> ...
分类:
其他好文 时间:
2017-06-26 17:13:04
阅读次数:
206
index.html : bootstrap-dn-validator.js : . ...
分类:
其他好文 时间:
2017-06-26 01:14:37
阅读次数:
410
(1)抽象工厂——Abstract Factory (2)Prototype——原型模式 (3)Strategy——策略模式 (4)Bridge——桥接模式 ...
分类:
其他好文 时间:
2017-06-25 17:02:22
阅读次数:
130
一、 Hibernate 1 Hibernate 简化JDBC (ORM) 使用Hibernate的步骤 1 将第三方包加入到项目当中 2 编写核心配置文件 hibernate.cfg.xml ... ...
分类:
Web程序 时间:
2017-06-25 11:56:27
阅读次数:
170