malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?
上一页 1 2 3 4 5 6 ··· 27 下一页

2014年3月31日

Difference between web server ,web container and application server

摘要: In Java: Web Container or Servlet Container or Servlet Engine : is used to manage the components like servlets, JSP.It is a part of the web server.Web Server or HTTP Server: a server which is capable of handling HTTP request send by a client and respond back with a HTTP response.Application Server o 阅读全文

posted @ 2014-03-31 16:38 malaikuangren 阅读(247) 评论(0) 推荐(0) 编辑
Why jsp?

摘要: Before the JSP come into the world . The CGI and servlet took the responsibility of generating dynamic content for Http Request.So why JSP? It there any reason for replacing CGI and Servlet ways with JSP ?For CGI and Servlet we knew the secret of dynamic content , It is that they can output the raw 阅读全文

posted @ 2014-03-31 16:02 malaikuangren 阅读(139) 评论(0) 推荐(0) 编辑

2014年3月14日

understand equal and gethashcode

摘要: Supposed we have a class belowpublic class TestHash { public int x; int y; public TestHash(int x, int y) { this.x = x; this.y = y; } public override int GetHashCode() { Console.WriteLine("判断hashcode"); re... 阅读全文

posted @ 2014-03-14 16:41 malaikuangren 阅读(131) 评论(0) 推荐(0) 编辑
good books

摘要: 阅读全文

posted @ 2014-03-14 09:44 malaikuangren 阅读(127) 评论(0) 推荐(0) 编辑

2014年3月13日

How to implement updatable view with NHibernate

摘要: see :http://msdn.microsoft.com/en-us/library/ms187956.aspx(The constrains of creation updatable view in DB)http://stackoverflow.com/questions/3822289/does-nhibernate-support-mapping-from-sql-viewshttp://stackoverflow.com/questions/22340928/how-to-create-updatable-entity-map-to-db-view 阅读全文

posted @ 2014-03-13 10:50 malaikuangren 阅读(144) 评论(0) 推荐(0) 编辑

2014年3月5日

How to implement a custom type for NHibernate property

摘要: http://blog.miraclespain.com/archive/2008/Mar-18.html element defines the mapping from that property to the primary key column.--> nextinstanceid next 9 ... 阅读全文

posted @ 2014-03-05 10:44 malaikuangren 阅读(530) 评论(0) 推荐(0) 编辑

2014年3月4日

Nhibernate and multiple thread

摘要: http://nhforge.org/blogs/nhibernate/archive/2011/03/03/effective-nhibernate-session-management-for-web-apps.aspxhttp://stackoverflow.com/questions/7886260/nhibernate-multi-threading-issue 阅读全文

posted @ 2014-03-04 21:05 malaikuangren 阅读(182) 评论(0) 推荐(0) 编辑
understanding Nhibernate Hilo

摘要: http://stackoverflow.com/questions/2738671/please-explain-nhibernate-hilohttp://stackoverflow.com/questions/282099/whats-the-hi-lo-algorithmhttp://nhforge.org/wikis/howtonh/creating-a-custom-id-generator-for-nhibernate.aspxplease read the source code ofSequenceHiLoGenerator in the NHibernate 阅读全文

posted @ 2014-03-04 20:30 malaikuangren 阅读(112) 评论(0) 推荐(0) 编辑

2014年2月14日

Asp.net useful tools

摘要: fuslogvwtrace the assembly binding when app start up.ILdasmto inspect the manifest of the assembly.which include the reference dll manifest.reflectorsource code inspector. 阅读全文

posted @ 2014-02-14 10:15 malaikuangren 阅读(113) 评论(0) 推荐(0) 编辑

2014年1月6日

Trouble shooting with Cloud Service publishing error.

摘要: http://msdn.microsoft.com/en-us/library/windowsazure/ff683671.aspxhttp://stackoverflow.com/questions/19668460/your-role-instances-have-recycled-a-number-of-times-during-an-update-or-upgrade 阅读全文

posted @ 2014-01-06 22:20 malaikuangren 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 27 下一页