码迷,mamicode.com
首页 >  
搜索关键字:address    ( 6346个结果
跟我一起学WCF(5)——深入解析服务契约[上篇]
一、引言 在上一篇博文中,我们创建了一个简单WCF应用程序,在其中介绍到WCF最重要的概念又是终结点,而终结点又是由ABC组成的。对于Address地址也就是告诉客户端WCF服务所在的位置,而Contract又是终结点中比较重要的一个内容,在WCF中,契约包括服务契约、数据契约、消息契约和错误契约....
分类:其他好文   时间:2014-10-22 08:42:24    阅读次数:174
客户端配置文件tnsname.ora
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
工作之:weblogic的url 使用weblogic连接RAC数据库的方式配置如下
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
Metasploit中使用Nessus插件命令
基本命令导入扫描结果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
Thinkphp ORACLE 数据库配置写法
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 协议族体系结构以及主要协议    TCP/IP协议族是一个才四层协议系统。      数据链路层:实现了网卡接口的网络驱动程序,以处理数据在物理媒介(比如以太网,令牌网等)上的传输。数据链路层两个常用的协议是ARP协议(Address Resolve Protocol,地址解析协议)和 RARP协议(Revers Address Resovle Protocol,逆...
分类:其他好文   时间:2014-10-21 10:29:11    阅读次数:231
What does wildcard address in InetSocketAddress mean?
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
Creating InetAddress object in Java
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
How do I use a host name to look up an IP address?
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
Java Networking: InetAddress
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!