01 2013 档案
Session的保存机制
摘要:在ASP.NET的程序中要使用Session对象时,必须确保页面的@page指令中EnableSessionState属性是True或者Readonly,并且在web.config文件中正确的设置了SessionState属性。 ASP.NET中Session的状态保持是由web.config文件中的标记下的标记的mode属性来决定的。该属性有四种可能的值:Off、Inproc、StateServer和SQlServer。 设为Off会禁用Session。 Inproc是缺省的设置,这种模式和以前的ASP的会话状态的方法是类似的,会话的状态会被保存在ASP.NET进程中,它的优点是显而易...
阅读全文
frequently-used Algorithm
摘要:anybody can use these code. It's free. class SortAlgorithm { public void BubbleSort(int[] R) { int i, j, temp; bool exchange; for (i = 0; i < R.Length; i++) { exchange = false; for (j = 0; j < R.Length - 1; j+...
阅读全文
Setup SSRS in SharePoint Integrated Mode
摘要:Setup SSRS in SharePoint Integrated ModeThis post is about configuring SQL Server Reporting Services in SharePoint Integrated mode the quick and clean way with no fuzz in 40 steps.I'm not discussing the default values, I will only talk about the values which need to be changed or selected in...
阅读全文
浙公网安备 33010602011771号