参考资料:http://blog.csdn.net/greytree/article/details/354530刚才写的程序报错ERROR C2872(CL.exe)原因很简单ZThread有定义Task我自己也定义了Task但是在使用的时候用了using namespace ZThread,却#...
分类:
其他好文 时间:
2015-01-19 06:46:15
阅读次数:
165
* 文件操作* 查看目录文件* $ hadoop dfs -ls /user/cl** 创建文件目录* $ hadoop dfs -mkdir /user/cl/temp** 删除文件* $ hadoop dfs -rm /user/cl/temp/a.txt** 删除目录与目录下所有文件* $ h...
分类:
其他好文 时间:
2015-01-18 20:54:41
阅读次数:
190
Molar massTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %llu Submit Status DescriptionAn organic compound is any member of a large cl...
分类:
其他好文 时间:
2015-01-18 18:28:28
阅读次数:
326
上一篇简单描述了一下SequoiaDB的简单CRUD操作,本篇将讲述一下稍微高级点的功能。部署在我机器上的集群环境,在经过创建名字为"foo"的cs,创建名字为"bar"的cl,以及插入一些数据之后,并没有删除掉,因此在本篇中会继续使用。首先,我们先看看,在SequoiaDB的安装目录中的datab...
分类:
数据库 时间:
2015-01-18 07:05:32
阅读次数:
271
1、简单的CL_SALV_TABLE 的使用REPORT ZALVOM_DEMO1.data: ispfli type table of spfli.data: gr_table type ref to cl_salv_table.start-of-selection.select * into t...
分类:
其他好文 时间:
2015-01-16 16:05:46
阅读次数:
175
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Cl...
分类:
其他好文 时间:
2015-01-11 12:12:04
阅读次数:
128
Java代码InputType的参数:Java代码用法:((EditText)findViewById(R.id.edit)).setInputType(InputType.*);Java代码intTYPE_CLASS_DATETIMEClassfordatesandtimes.intTYPE_CL...
分类:
移动开发 时间:
2015-01-09 09:08:50
阅读次数:
266
Q:在java中如何加载properties文件或者configure文件才是最好的办法呢?A:当你在考虑如何加载java的资源文件的时候,许多选择都会立即闪现在你的头脑中:files, classpath resources, 还有URLs。尽管上述所有的方法都能得到最终需要的效果,但经验表明cl...
分类:
其他好文 时间:
2015-01-07 10:53:19
阅读次数:
125
下面是前不久一个游戏项目中的一小部分内容,拿出来只是为了说明,用AS3对加载进程序中swf内容进行封装变换处理下面是这个例子,只不过不完整。。。package com.ctrlcc.sanguo.view{ /** * C-公会转盘-视图-主视图 */ public cl...
分类:
其他好文 时间:
2015-01-07 00:28:23
阅读次数:
250
2. Sending第一个program send.cs:发送Hello world 到queue。正如我们在上篇文章提到的,你程序的第9行就是建立连接,第12行就是创建channel,第14行创建名字为hello的queue。 1 using System; 2 using RabbitMQ.Cl...
分类:
其他好文 时间:
2015-01-06 11:53:32
阅读次数:
106