收藏 -  博客园文章

博客园精彩文章
摘要:public class Dollar{ private int amount; public Dollar() { } public Dollar(int intAmount) { this.amount = intAmount; } public Dollar Times(int iMult) { return new Dollar(amount * iMult); }}第... 阅读全文
posted @ 2004-03-11 21:42 柚子Nan 阅读(1177) 评论(5) 推荐(0) 编辑
摘要:MSDN MAG上有不少好文章,可都是E文的,最近在网上闲逛,发现了这个东东:MSDN MTT,确实不错,感谢他们的辛勤工作,值得每月去一次。 阅读全文
posted @ 2004-03-06 22:51 eng21 阅读(1035) 评论(2) 推荐(0) 编辑
摘要:在动态网站的设计中,数据库设计的重要性不言而喻。如果设计不当,查询起来就非常吃力,程序的性能也会受到影响。无论你使用的是mySQL或者Oracle数据库,通过进行正规化的表格设计,可以令你的PHP代码更具可读性,更容易扩展,从而也会提升应用的性能。 简单说来,正规化就是在表格设计时,消除冗余性和不协调的从属关系。在本文中,我将通过五个渐进的过程来告诉你在设计中应该了解的正规化技巧。从而建立一个... 阅读全文
posted @ 2004-03-04 22:49 popcode 阅读(1383) 评论(0) 推荐(0) 编辑
摘要:2001Web Services tooling delivered. Developers buy new Service-oriented development tools. Begin building real world Web Services. 2002 Business Web Services begin to appear in large numbers. Mass con... 阅读全文
posted @ 2004-02-26 16:38 柚子Nan 阅读(894) 评论(0) 推荐(0) 编辑
摘要:http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html Navigator Proxy Auto-Config File Format March 1996 (There are several examples and tips in the end of this document) The p... 阅读全文
posted @ 2004-02-22 01:22 35号房客 阅读(1363) 评论(2) 推荐(0) 编辑
摘要:// basedonQ172763HOWTO:RetrievetheTop-LevelIWebBrowser2InterfacefromanActiveXControl using System; using System.ComponentModel; ... 阅读全文
posted @ 2004-02-14 18:22 Jonny Yu 阅读(2943) 评论(2) 推荐(0) 编辑

点击右上角即可分享
微信分享提示