03 2012 档案

Export HTML Table to Excel
摘要:View Code <scriptLanguage="javascript">functionTableToExcel(){varstrCopy=document.getElementById("MyTable").innerHTML;window.clipboardData.setData("Text",strCopy);varobjExcel=newActiveXObject("Excel.Application");objExcel.visible=true;varobjWorkbook=objE 阅读全文

posted @ 2012-03-17 15:12 博览潇湘

NHibernate +Log4Net 解决速度慢的问题
摘要:http://kashfarooq.wordpress.com/2008/12/05/improve-the-performance-of-nhibernate-by-getting-your-log4net-settings-right/View Code <?xmlversion="1.0"encoding="utf-8"?><configuration><configSections><sectionname="log4net"type="log4net.Config.Log4 阅读全文

posted @ 2012-03-01 21:35 博览潇湘 阅读(437) 评论(0) 推荐(0)

NHibernate Session Management(One per request)
摘要:最近在学习NHibernate,发现有2种方式 实现1.SessionManager.csView Code publicsealedclassSessionManager{privateconststringCurrentSessionKey="nhibernate.current_session";privatestaticreadonlyISessionFactorysessionFactory;publicstaticConfigurationCurrentConfig{get;set;}staticSessionManager(){if(sessionFactor 阅读全文

posted @ 2012-03-01 21:01 博览潇湘 阅读(431) 评论(0) 推荐(0)

导航