摘要:日积月累, day by day.....------------------------------------------------------------- 2004年11月3日 1:------- request.mappath("..");// 取得web程序的上一级目录 request.mappath(".");// 取得web程序的当前目录 ......
摘要:
生活中,我们见过各色各样的人,大致上可以把他们分成三类:旁观者、失败者、成功者。纵观古今,成大事者都是有远见的、高瞻远瞩的人。卓越的远见可以给创业者带来巨大的利益,帮他们捕捉不可思议的机会。作为一名创业者,谁都希望自己成功。
如何做一个成功的创业者,这里有如下方法:
1.确定你的远见。你的远见不能由别人给你,你必须确定你人生的远见。
2.为大规划放弃小选择。实现自己......
真正的程序员不循规蹈矩,他们对用户说:拿到你想要的,然后滚蛋, real programmers don´t write specs--users should consider themselves lucky to get any programs at ll and take what they get. 【程序编程相关:
Gmail从入门到精通v1.1】 【推荐阅读:
关于价格与价值的悖论--兼评“Linux】 【扩展信息:
一個可以顯示CheckBox或Radio】 2.real programmer don´t comment their code.if it was hard to write ,it should be hard to understand and ever harder to modify. 3 real programmer don´t write application programs; they program right down on the bare metal.application programing is for feebs( 笨蛋) who can´t do systems programming. 4 real programmers don´t eat quiche .in fact,real programmers don´t know how to spell quiche.they eat twinkies,and szechwan food. 5 real programmers never program in cobol,money is no object. ...
下一页 摘要: “polymorphism(多态)”一词来自希腊语,意为“多种形式”。多数java程序员把多态看作对象的一种能力,使其能调用正确的方法版本。尽管如此,这种面向实现的观点导致了多态的神奇功能,胜于仅仅把多态看成纯粹的概念。 java中的多态总是子类型的多态。几乎是机械式产生了一些多态的行为,使我们不去考虑其中涉及的类型问题。本文研究了一种面向类型......