码迷,mamicode.com
首页 >  
搜索关键字:connect by    ( 9961个结果
HDU3371 Connect the Cities 【最小生成树Kruskal】
Connect the Cities Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 9856    Accepted Submission(s): 2800 Problem Description In 2100...
分类:其他好文   时间:2014-08-07 15:44:50    阅读次数:231
socket + pcntl_fork 实现客户端请求,服务器实时监听返回处理 消息推送
err()); } //连接并发送数据 public function conn($ip,$port,$data) { //数组数据序列号保存发送 $data = serialize($data); if(!socket_connect(self::$socket,$ip,$...
分类:其他好文   时间:2014-08-06 22:15:12    阅读次数:342
sqoop操作之ORACLE导入到HIVE
导入表的所有字段sqoop import --connect jdbc:oracle:thin:@192.168.1.107:1521:ORCL \--username SCOTT --password tiger \--table EMP \--hive-import --create-hive....
分类:数据库   时间:2014-08-06 21:47:42    阅读次数:330
使用MongoVUE对MongoDB 进行MapReduce操作步骤
Step 1 Open MongoVUE and connect to the server that contains the collection “cities”   Step 2 Right-click on “cities” collection under “Database Explorer”, and select “MapReduce”. This will laun...
分类:数据库   时间:2014-08-06 19:07:42    阅读次数:352
sqoop操作之Oracle导入到HDFS
导入表的所有字段sqoop import --connect jdbc:oracle:thin:@192.168.1.100:1521:ORCL \--username SCOTT --password tiger \--table EMP -m 1;查看执行结果:hadoop fs -cat /u...
分类:数据库   时间:2014-08-06 18:11:53    阅读次数:434
perl mysql
$dbh=DBI->connect("dbi::","","",ordie("Couldn'tconnect");connect( ) 有若干参数: 数据源。(经常调用的数据源名称,或D S N。)数据源格式由要使用的特定DBD 模块需求来确定。对于MySQL驱动程序,允许的格式如下: "DBI:m...
分类:数据库   时间:2014-08-06 17:59:15    阅读次数:232
php 基本连接mysql数据库和查询数据
连接数据库,有三种方法1.常规方式:$con=mysql_connect($dbhostip,$username,$userpassword) or die("Unable to connect to the MySQL!");$db = mysql_select_db($dbdatabasenam...
分类:数据库   时间:2014-08-06 17:28:11    阅读次数:266
PostGr-SQL database创建表
postgres=# create database vertigo_sandbox;postgres=# \connect vertigo_sandboxvertigo_sandbox=# CREATE TABLE gfxpv_testplanvertigo_sandbox-# (vertigo_...
分类:数据库   时间:2014-08-05 19:15:00    阅读次数:259
Oracle 常用命令
一、ORACLE的启动和关闭1、在单机环境下要想启动或关闭ORACLE系统必须首先切换到ORACLE用户,如下su - oraclea、启动ORACLE系统oracle>svrmgrlSVRMGR>connect internalSVRMGR>startupSVRMGR>quitb、关闭ORACLE...
分类:数据库   时间:2014-08-05 15:20:59    阅读次数:315
TCP内核源码分析笔记
Table of Contents1 tcp_v4_connect()2 sys_accept()2.1 tcp_accept()3 三次握手3.1 客户端发送SYN段3.2 服务端接收到SYN段后,发送SYN/ACK处理3.3 客户端回复确认ACK段3.3.1 tcp_rcv_synsent_st...
分类:其他好文   时间:2014-08-05 13:53:39    阅读次数:462
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!