当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: http://www.codeproject.com/aspne
 

 

    摘要:oracle总裁埃里森在耶鲁大学的演讲(很精彩) 耶鲁的毕业生们,我很抱歉--如果你们不喜欢这样的开场。我想请你们为我做一件事。 请你---好好看一看周围,看一看站在你左边的同学,看一看站在你右边的同学。请你设想这样的情况:从现在起5年之后,10年之后,或30年之后,今天站在你左边的这个人会是一个失败者;右边的这个人,同样,也是个失败者。而你,站在中间的家伙,你以为会怎样?一样是失败者。失败的经历......
    摘要: 在用struts框架开发的web应用中,一般习惯为数据库中的每一action建一个actionform,每一张表队员几个action。比如一个用户注册的简单应用中,可能有这样一些操作:新注册一个账户,修改现有账户以及删除一个账户。(对应数据库表的三种基本操作)。 最简单的做法是:分别写三个action来处理他们,每个action对应一个actionform。这么做比较简单,但会导致大量的类,而且......


Caching in ASP.NET

http://www.codeproject.com/aspnet/cachingaspnet/caching.zip

the majority [if not all] of the pages in a dynamic website are dynamic. that is, pages that are created on user request. as we all know, dynamic web pages help to provide dynamic content, customized for the user requesting the page [e.g.: the user´s home page]. dynamic pages also help provide dynamic content fetched from a changing data store without the need for the administrator to change the page content every time something changes in the data store [e.g.: listing of books in a publisher´s website]. the disadvantage is the overhead in creating the pages for every user request. 【程序编程相关:Eclipse插件开发系列5.SWT中的

introduction 【推荐阅读:关于Repeater控件的使用

to overcome this, some websites have page creation engines which create all pages in one go and save them as html pages which are then served to the users. but this will only help in scenarios where the page content is the same for all requests [user-independent] as in the second example above. the listing of books is the same irrespective of the user requesting the page. even if there is provision for listing books category wise by providing different category id values through the querystring, the page output for a particular category of books is the same for all users.


...   下一页
 ·查询锁定表中所有记录。    »显示摘要«
    摘要:select * from authors with (nolock) ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE