一、引言 在上一篇博文中,我们创建了一个简单WCF应用程序,在其中介绍到WCF最重要的概念又是终结点,而终结点又是由ABC组成的。对于Address地址也就是告诉客户端WCF服务所在的位置,而Contract又是终结点中比较重要的一个内容,在WCF中,契约包括服务契约、数据契约、消息契约和错误契约....
分类:
其他好文 时间:
2014-10-22 08:42:24
阅读次数:
174
ARP2 = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 182.168.1.173)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST =...
分类:
其他好文 时间:
2014-10-21 19:11:06
阅读次数:
150
jdbc:oracle:thin:@(description=(address_list= (address=(host=10.61.193.21)(protocol=tcp)(port=1521))(address=(host=10.61.193.23)(protocol=tcp) (port=1...
分类:
数据库 时间:
2014-10-21 17:17:04
阅读次数:
199
基本命令导入扫描结果db_import /路径/文件.nessus查看数据库里面现有的IP信息msf > db_hosts -c address,svcs,vulns(注:vulns是Vulnerability 漏洞缩写)显示一个详细漏洞的列表msf > db_vulns第一步:连接数据库msf >...
分类:
Web程序 时间:
2014-10-21 16:53:52
阅读次数:
480
return array( ‘DB_TYPE‘ => ‘oracle‘, // 数据库类型 ‘DB_HOST‘ => ‘server2008‘, // 服务器地址 ‘DB_NAME‘ => ‘(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=server2008)(PORT=1521))(CONNECT_DATA=(SID=MYSID)...
分类:
数据库 时间:
2014-10-21 12:31:07
阅读次数:
281
一.TCP/IP 协议族体系结构以及主要协议
TCP/IP协议族是一个才四层协议系统。
数据链路层:实现了网卡接口的网络驱动程序,以处理数据在物理媒介(比如以太网,令牌网等)上的传输。数据链路层两个常用的协议是ARP协议(Address Resolve Protocol,地址解析协议)和
RARP协议(Revers Address Resovle Protocol,逆...
分类:
其他好文 时间:
2014-10-21 10:29:11
阅读次数:
231
In the docs for the constructorInetSocketAddress(int port)it says:Creates a socket address where the IP address is the wildcard address and the port n...
分类:
Web程序 时间:
2014-10-21 04:38:05
阅读次数:
203
I am trying to convert an address specified by an IP number or a name, both in String (i.e.localhostor127.0.0.1), into anInetAdressobject. There's no ...
分类:
编程语言 时间:
2014-10-21 03:34:56
阅读次数:
201
The InetAddress class can be used to perform Domain Name Server (DNS) lookups. For example, you can call the static InetAddress.getByName("www.teamcak...
分类:
其他好文 时间:
2014-10-21 03:34:31
阅读次数:
219
TheInetAddressis Java's representation of an IP address. Instances of this class are used together withUDP DatagramSocketsand normalSocket'sandServerS...
分类:
编程语言 时间:
2014-10-21 03:34:00
阅读次数:
175