ChinaUnix.net
相关文章推荐:

magicdraw implementation diagram

Network Associates 有出一張 OSI 7 Layers 的對應圖。 Network Associates guide to communucation protocols. HP 也有一張,請問有人知道去哪找嘛?或是可以慷慨提供?thx !!

by cmc - 网络技术 - 2004-02-16 17:27:39 阅读(507) 回复(0)

相关讨论

1. When the variables and methods aren't setted the access authority, it doesn't mean they are protected(different from c++), it means they can be package accessed. The protected authority means the inheritance class can access the variables and the methods from different package. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/15909/showart_374094.html

by ganqing1234 - Java文档中心 - 2007-09-04 15:37:15 阅读(490) 回复(0)

文件: The_Design_and_implementation_of_the_FreeBSD_Operating_System.part1.rar 大小: 4096KB 下载: 下载 The Design and implementation of the FreeBSD Operating System 第一压缩分卷 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/29640/showart_229256.html

by lavasea - BSD文档中心 - 2007-01-10 02:26:09 阅读(846) 回复(0)

Java provides access specifiers to allow the library creator to say that what is available to the client programmer and what is not. The levels of access control from "most access" to "least access" are public, protected, package access (which has no keyword), and private. Package: the library unit A package is what becomes available when you use the import keyword to bring in an entire library...

by Kingway886 - Java文档中心 - 2006-07-19 18:05:35 阅读(605) 回复(0)

The following information relates to a Catering Company. “We hire out marquees (tents), tables, chairs, crockery, linen and other equipment for various events such as parties and weddings. The information we hold on our customers includes customer number, name and address and the events held by our customers (identification, date and location). We normally stock several duplicates of the same ...

by tmd1 - DB2 - 2008-01-17 13:41:53 阅读(1816) 回复(0)

The implementation of Functional Programming Languages Simon Peyton Jones, published by Prentice Hall, 1987. 以 Miranda 为例,介绍了 functional programming language 实现的核心概念,非常的易读易懂。看完本书,可以对 functional 语言的一些核心特性,例如 pattern matching, lazy evaluation, structured type, 等的实现有一个系统的了解。 虽然是二十多年前的书,但仍然很值得一读。另外,由于 Haskell 的语法语义...

by MMMIX - Functional编程 - 2009-06-11 22:34:48 阅读(2725) 回复(1)

http://www.unixreview.com/documents/s=8989/ur0408e/

by NiX - BSD - 2004-08-20 17:15:30 阅读(657) 回复(0)

:shock: Job description: Technical Competencies - In depth technical knowledge in area of focus (i.e. Unix, NT, Networking, etc.) high level of expertise regarding current hardware/software computer technology, diverse HA product/solution knowledge, Mission Critical mindset as the GEMS'S globle center,most of the customer will be American or European.you shoule do troble-shooting and give soluti...

by macon_tian - IT职业生涯 - 2004-03-05 10:55:30 阅读(636) 回复(1)

# ldapadd -x -D "cn=Manager,dc=atyu30,dc=com" -W -f root.ldif Enter LDAP Password: adding new entry "dc=atyu30,dc=com" ldap_add: Internal (implementation specific) error (80) # tail /var/log/openldap Sep 30 03:34:01 mail slapd[14464]: conn=1 fd=10 ACCEPT from IP=::1 33660 (IP=:: 389) Sep 30 03:34:01 mail slapd[14464]: conn=1 op=0 BIND dn="cn=Mana...

by atyu30 - BSD文档中心 - 2007-09-29 19:33:48 阅读(819) 回复(0)

implementation of multicast, at least for the purposes of the CCNP BCMSN exam, is pretty simple. Cisco has the Multicast Quick-Start Configuration Guide which goes over many different ways of doing it. The exam seems to only care about Protocol Independent Multicast (PIM), which uses the router’s routing table to determine whether or not a multicast packet is to be forwarded. When packet ...

by sense5 - 网络技术文档中心 - 2007-04-12 14:53:55 阅读(582) 回复(0)