一个进制转换的小脚本#!/usr/bin/bashif [ $1 == "--help" -o $1 == "-h" ]; then echo "usage: OBASE; IBASE; NUMBER"else echo "obase=$1; ibase=$2; $3" | bcfi上面这个脚本, ...
分类:
其他好文 时间:
2014-11-08 22:01:13
阅读次数:
349
创建带分区的外部表创建外部表的优点是数据能够随时从hdfs中挂载进表中使用分区的优点是能够缩短查询范围以下的样例展示了怎样创建外部表CREATE EXTERNAL TABLE my_daily_report( last_update string, col_a string, co...
分类:
其他好文 时间:
2014-11-08 19:37:38
阅读次数:
161
在上次的文章统计--过滤(筛选)索引的统计信息过期问题测试中,遗留一个问题,当更新行数满足统计自动更新条件是,什么样的查询会触发自动更新呢?受林勇桦的指点,找到以下2个跟踪标志:9204 – 打印出被加载的统计信息(With this enabled, we get a report of stat...
分类:
其他好文 时间:
2014-11-08 13:17:44
阅读次数:
278
.Net 小型软件自动更新库(SimpAutoUpdater)http://www.fishlee.net/soft/simple_autoupdater/usage.html下载地址:https://github.com/iccfish/FSLib.App.SimpleUpdater比较吸引的就是...
搭建参看:
http://blog.csdn.net/w13770269691/article/details/16883663/
查看集群状态:
[root@master bin]# hdfs dfsadmin -report
Configured Capacity: 36729053184 (34.21 GB)
Present Capacity: 13322559491 (12....
分类:
其他好文 时间:
2014-11-06 21:55:25
阅读次数:
252
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:
其他好文 时间:
2014-11-06 21:26:26
阅读次数:
307
本文来自:http://www.cnblogs.com/yukaizhao/archive/2008/11/10/memcached_client_usage.html一. 背景:在大访问量的web程序开发中,数据库常常会称为性能的瓶颈。为了缓解数据库的压力,我们频繁的使用缓存,而asp.net自带...
分类:
Web程序 时间:
2014-11-06 19:10:35
阅读次数:
180
win7的32位系统,通过dbforge studio mysql工具操作mysql
MySql中添加用户,新建数据库,用户授权,删除用户,修改密码(注意每行后边都跟个;表示一个命令语句结束):
1.创建连接
1.1 登录MYSQL:用root登录
测试一下状态
1.2 创建用户:
GRANT USAGE ON *.* TO 'u...
分类:
数据库 时间:
2014-11-06 17:45:54
阅读次数:
263
1、先定義變量DATA:W_EVENTSLIKELINEOFIT_EVENTS, IT_EVENTSTYPESLIS_T_EVENT.2、給變量賦值" Display Header in ALV Report CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPOR...
分类:
其他好文 时间:
2014-11-06 14:44:49
阅读次数:
132
#include #include #include #include #include #include #include #include #include #define UF_CALL(X) (report( __FILE__, __LINE__, #X, (X))) st...
分类:
其他好文 时间:
2014-11-06 14:39:30
阅读次数:
416