http://homepages.inf.ed.ac.uk/wadler/guide.html
by fuqiang_huang - Functional编程 - 2008-09-09 15:28:06 阅读(2374) 回复(1)
Hello, one and all! This is my little how-to guide on network programming using Internet sockets, or "sockets programming", for those of you who prefer it. The sockets API, though started by the Berkeley folk, has been ported to many many platforms, including Unix, Linux, and even Windows. Unfortunately, it can be a little, um, "much" to digest the API, but as long as you know some C or C++, t...
programming Ruby 1.9: The Pragmatic Programmers' guide
2008-01-21 出版的,全书共计224页,PDF格式,5,6 MB 。是一本不错的关于Zend框架的书籍了,英文版的,英语过关的可以看看。 下载地址:http://www.brsbox.com/filebox/down/fc/7a68a9dbe148c3fb1da1c572ac5406ce 密码:softshome
In the Ancient Times, there were "classes" of subnets, where the first one, two, or three bytes of the address was the network part. To remedy this, The Powers That Be allowed for the netmask to be an arbitrary number of bits, not just 8, 16, or 24. So you might have a netmask of, say 255.255.255.252, which is 30 bits of network, and 2 bits of host allowing for four hosts on the network. (No...
Referrals and Search ReferencesLDAP servers may return either referrals or search references. A referral can be returned on any operation and indicates that the server does not hold the target entry of the request. A search reference is only returned on a search operation and indicates that the server was able to locate the entry referred to by the baseObject but was unable to search all the entr...
Beej’s guide to Network programming,一本很不错的书,为初学者快速入门网络编程提供便捷的指导,希望初学者喜欢,祝大家周末快乐
Java Overview Examples Strings. Parsing comma-separated data. Regexp. Pattern matching. Date and time IO Files Image processing e-mail Make an SQL query to database XML Execute an external application via Java Obtain class info Overview Java is an object-oriented programming language. Switching to objectoriented programming (OOP) from other programming paradi...
我现在需要在AS400中INPUT一个数据库,需要一些自动生成的字段,并要从其它AS400的PF或LF中取一些字段,一些只要DISPLAY,然后做SELECT。另外一些需要INPUT 请问如何实现?关键是如何从其他文件中取字段。。。。。