- 博客(6)
- 资源 (21)
- 收藏
- 关注
原创 Sector/Sphere:High Performance Distributed File System and Parallel Data Processing Engine
1. Overviewsector/sphere was created by Dr. Yunhong Gu in 2006 and it is now maintained by a group of open source developers, available from : http://sector.sourceforge.net/sector : Distrubuted fi
2011-10-24 22:49:11
3070
原创 Hadoop Streaming: c++编写uniq程序
1. 描述使用Hadoop streaming对输入数据的第一列进行uniq去重计算,采用c++编写map-reduce程序。2. mapper程序mapper.cpp#include #include using namespace std;#define BUFFER_SIZE 102400#define DELIM "\t"int main(int arg
2011-10-20 17:10:28
4950
原创 PHP学习笔记:mysql
PHP连接和mysql的交互非常非常方便,API接口也和mysql 的C api非常相似测试:新建一个mysql表数据库phpmyadmin建表语句:CREATE TABLE IF NOT EXISTS `student` ( `id` int(11) N
2011-10-13 00:20:55
2728
1
原创 PHP学习笔记:环境变量
1. 概述 PHP环境变量主要有: $GLOBALS[]:储存当前脚本中的所有全局变量,其KEY为变量名,VALUE为变量值 $_SERVER[]:当前WEB服务器变量数组 $_GET[]:存储以GET方法提交表单中的数据 $_P
2011-10-09 22:33:31
6624
原创 源码分享:输出到mysql包装
mysql输出接口,包扩重连接Output_mysql.h// Output_mysql.h: interface for the Output_mysql class./////////////////////////////////////////////////
2011-10-08 13:57:15
1749
原创 PHP学习笔记:基础
1. 基本语法PHP 的脚本块以 开始,以 ?> 结束,我们可以把 PHP 的脚本块放置在文档中的任何位置PHP每个代码都必须以分号结束2. 变量在 PHP 中,不需要在设置变量之前声明该变量,不必向 PHP 声明该变量的数据类型,根据变量被设置的方式,PHP
2011-10-06 12:56:10
1773
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人