1.Hadoop简介Hadoop[h?du:p]实现了一个分布式文件系统(Hadoop
Distributed File
System),简称HDFS。HDFS有高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上;而且它提供高传输率(high
throughput)来访问应用程序的数...
分类:
其他好文 时间:
2014-04-30 03:17:00
阅读次数:
604
最近因为要开发广告制作工具,自动生成广告流,需要获取第三方服务器上的文件资源,经过摸索,从这次经历中记录下。 FtpWebRequest
reqFtp;WebResponse response = null;//获取文件夹信息reqFtp =
(FtpWebRequest)WebRequest.Cr...
分类:
其他好文 时间:
2014-04-30 02:52:23
阅读次数:
519
public void sendPlayStateBrocast() {if (mContext !=
null){Intent intent = new
Intent(BROCAST_NAME);intent.putExtra(MusicPlayState.PLAY_STATE_NAME, mPl...
分类:
其他好文 时间:
2014-04-30 02:49:15
阅读次数:
414
菜单"File" - "Reverse Engineer" - "DataBase"弹出来
New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似
jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:
数据库 时间:
2014-04-30 02:46:10
阅读次数:
585
1、Microsoft.IdentityModel.dll
位置%ProgramFiles%\ReferenceAssemblies\Windows Identity
Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:
其他好文 时间:
2014-04-30 02:13:20
阅读次数:
460
线程安全的java日志记录器 1 import java.io.BufferedWriter;
2 import java.io.File; 3 import java.io.FileWriter; 4 import
java.io.IOException; 5 import java.t...
分类:
编程语言 时间:
2014-04-30 02:10:14
阅读次数:
560
Introduction: In this article I will explain
how to create setup file in visual studio 2008/2010 to deploy web application
file directly in IIS or in ...
分类:
移动开发 时间:
2014-04-30 01:35:19
阅读次数:
865
1. 安装openglessudo apt-get install
libgles-mesa-dev2. 安装glew
1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3.
安装freetyp...
分类:
其他好文 时间:
2014-04-30 00:58:28
阅读次数:
506
exec和source都属于bash内部命令(builtins
commands),在bash下输入man exec或man source可以查看所有的内部命令信息。bash
shell的命令分为两类:外部命令和内部命令。外部命令是通过系统调用或独立的程序实现的,如sed、awk等等。内部命令是由特...
分类:
系统相关 时间:
2014-04-30 00:23:34
阅读次数:
671
sudo update-grub运行结果:Generating grub configuration
file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:
其他好文 时间:
2014-04-28 13:01:32
阅读次数:
1053