DescriptionThere is a number of disjoint vertical line segments in the plane. We say that two segments are horizontally visible if they can be connect...
分类:
其他好文 时间:
2014-07-20 09:27:15
阅读次数:
351
from http://www.itpub.net/thread-1876506-4-1.htmlSQL> defineDEFINE _DATE = "20-7月 -14" (CHAR)DEFINE _CONNECT_IDENTIFIER = "ORCL" (CHAR)DEFINE _USER = ...
分类:
数据库 时间:
2014-07-20 08:13:17
阅读次数:
301
对TCP套接字调用connect会激发三次握手,如下:
客户端是主动打开连接的一端,会发送第一个SYN分节,然后等待确认,此时连接状态为SYN_SENT,当收到服务端的确认后连接建立,状态变为ESTABLISHED;
服务器是被动打开连接的一端,调用listen导致套接字从CLOSED状态变为LISTEN状态,当收到来自客户端的SYN分节以后状态变为SYN_RCVD,然...
分类:
其他好文 时间:
2014-07-19 23:28:49
阅读次数:
380
已知已连通的路的序号,以及未连通的路的费用,求将所有城市连通的最小费用
也是将已连通的路的费用记为0,就转化成了基本最小生成树的题
不过这题数组要开的大点,不然很容易就RE了、、、...
分类:
其他好文 时间:
2014-07-19 23:22:35
阅读次数:
219
Sqoop执行命令:./sqoopimport--connect"jdbc:db2://10.105.4.55:50001/SCCRM55"--usernamedb2inst1--passworddb2opr2010--tableWF_4G_BILLDETAIL_NEW_20140717--fetch-size1000-m1--target-dir/ext/ods/ODS_RPT_DAY_DET/20140717_1--fields-terminated-by‘&‘--lines-termi..
分类:
数据库 时间:
2014-07-19 18:16:00
阅读次数:
550
Flex使用Socket与C++通讯时遇到了安全沙箱问题,NND,折腾我半天,这是我的解决方法:1):策略文件与主套接字在同一端口,只需调用Socket.connect()或XMLSocket.connect()方法;2):策略文件与主套接字在不同端口,需使用特殊的“xmlsocket”语法调用Se...
分类:
其他好文 时间:
2014-07-19 09:01:42
阅读次数:
226
GoldenGate进程 abend,报错为OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again...
分类:
其他好文 时间:
2014-07-18 14:03:15
阅读次数:
273
非select 语句(没有结果集的)1.建立连接数据库 $mysqli=new mysqli("localhost","root","","sqldb");2.判断 if(mysqli_connect_error()){ echo "连接数据库失败".mysqli_connect_erro...
分类:
数据库 时间:
2014-07-18 10:16:11
阅读次数:
292
连接数据库 输入值 存入数据库 关闭import stringimport mysql.connectorconn=mysql.connector.connect(user='root',password='test',database='dalian',use_unicode=True)curso...
分类:
数据库 时间:
2014-07-17 22:02:37
阅读次数:
412
Here, you can find how to create and deploy a SharePoint Provider hosted App, and there are some simply demos about how to connect the SharePoint usin...
分类:
移动开发 时间:
2014-07-17 18:24:20
阅读次数:
279