emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed
and usable.CPU acceleration status: HAX kernel module i...
分类:
移动开发 时间:
2015-03-03 06:23:09
阅读次数:
197
最近在学设计模式,学到创建型模式的时候,碰到单例模式(或叫单件模式),现在整理一下笔记。 在《Design Patterns:Elements of Resuable Object-Oriented Software》中的定义是:Ensure?a class only ha...
package dmode.singleton;import java.util.Random;/** * 类描述: 单例模式 * 单例定义:ensure a class has only one instence,and provide a global point of access to i....
分类:
其他好文 时间:
2015-02-12 13:57:14
阅读次数:
116
什么是单例模式
单例模式是设计模式中一种常用模式,定义是Ensure a class has only one instance, and provide a global point of access to it.(确保某个类只有一个实例,而且自行实例化并向整个系统提供这个实例)
用《设计模式之禅》里的话说,就是,在一个系统中,要求一个类有且仅有一个对象,如果出现多个就会出现“不良反应”,...
分类:
编程语言 时间:
2015-02-11 23:22:35
阅读次数:
538
问题描述:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Please ensure that adb is correctly located at 'E:...
分类:
移动开发 时间:
2015-02-06 12:40:53
阅读次数:
235
经过十天左右,成功完成苹果的企业账号的申请,比想象中的要快些,但从流程上来看,其实可以更快的。第一次嘛,原谅自己吧,哈哈。
申请前需要确认的事情:
Before applying, please ensure the following:
1、你公司计划发布内部App(发布到AppStore的不能用企业账号)
Your organization plans to create and...
分类:
移动开发 时间:
2015-02-02 12:36:51
阅读次数:
200
当使用mvn package打包项目的时候,抛出下面这个错误:1 [ERROR] Unable to locate the Javac Compiler in:2 D:\jdk\..\lib\tools.jar3 Please ensure you are using JDK 1.4 or ab.....
分类:
编程语言 时间:
2015-01-31 17:36:18
阅读次数:
196
Spark submit任务到Spark集群时,会出现如下异常:Exception 1:Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered an...
分类:
其他好文 时间:
2015-01-27 12:58:49
阅读次数:
1082
打开任务管理器,在后台进程中找到 kadb,结束这个进程,重新启动eclipse。
分类:
移动开发 时间:
2015-01-21 10:09:56
阅读次数:
119
经常遇到 Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be executed.遇到问题描述:运行android程序控制台输出[2012-07-18 16:18:...
分类:
移动开发 时间:
2015-01-19 00:13:33
阅读次数:
290