package com.test;import
java.awt.image.BufferedImage;import java.io.File;import
javax.imageio.ImageIO;public class Test { private static final ...
分类:
编程语言 时间:
2014-05-09 10:21:12
阅读次数:
473
Android provides a default Bluetooth stack,
BlueDroid, that is divided into two layers: The Bluetooth Embedded System (BTE),
which implements the core...
分类:
其他好文 时间:
2014-05-09 10:18:47
阅读次数:
518
根据当初 hadoop 安装目录下 conf 目录的 core-site.xml
的设置,找到该目录:进入该目录在 data 和 name 文件夹下均有 current 文件夹 ,和 current 文件夹下有 VERSION
文件主要要做的是使这两个文件中的 namespaceID 相同接下来就是...
分类:
其他好文 时间:
2014-05-09 05:15:30
阅读次数:
305
XSocket是什么? java的nio的封装。详情:1.
http://xsocket.sourceforge.net/core/apidocs/2_1/index.html2.
http://xsocket.org开发中要解决的实际问题:如果客户端一定时间内没有操作,则踢客户端下线。/** * ...
分类:
其他好文 时间:
2014-05-09 04:10:15
阅读次数:
246
一次异常关机后,eclipse怎么都启动不了,开启任务管理器发现eclipse一直是未响应的状态找了很久,发现是设置的workspace目录出现了什么问题。最终解决方法:进入workspace/.metadata/.plugins/目录重命名或删除org.eclipse.core.resources...
分类:
系统相关 时间:
2014-05-09 02:53:27
阅读次数:
417
- (UIColor *)colorAtPixel:(CGPoint)point {
// Cancel if point is outside image coordinates
if (!CGRectContainsPoint(CGRectMake(0.0f,
0.0f, self.size.width,
self.size.height), point)) {...
分类:
移动开发 时间:
2014-05-09 01:04:12
阅读次数:
503
很久不写 BO-KE 了,来一篇吧,记住这个成功的一刻,把几个主要文件贴出来:
core-site.xml:
fs.defaultFS
hdfs://fc20:9000
hadoop.tmp.dir
/home/ljq/hadoop/tm...
分类:
其他好文 时间:
2014-05-09 00:35:27
阅读次数:
342
使用SWFUpload时如果参数设置了button_image_url这一项,就会自动生成这个图片在button_placeholder_id的位置,但是实际运用中如果SWFUpload是实时加载的(比如弹出框,脚本动态加载的HTML等),就会明显的看出SWFUpload的按钮图片有一个延时。首先我...
分类:
其他好文 时间:
2014-05-09 00:02:29
阅读次数:
1131
对象归档:
概念:
对象归档是指将对象写入文件保存在硬盘,当再次重新打开程序时,可以还原这些对象。也称:对象序列化、对象持久化。
数据持久性的方式(其实就是3类)
1,NSKeyedArchiver——对象归档
2,NSUserDefaults 3,属性列表
4,SQLite数据库 5,Core Data数据库
归档方式:
对Foundation库中对象进行归...
分类:
移动开发 时间:
2014-05-08 17:25:23
阅读次数:
394
-(void)createImages
{
// Load the alpha image, which is just the same Ship.png image used in the clipping demo
NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"Ship.png" ofType:n...
分类:
移动开发 时间:
2014-05-08 16:17:52
阅读次数:
401