03 2018 档案
摘要:【考点】ASP.NET中Session的多种保存方法。【出现频率】★★★☆☆【解答】使用进程内会话状态模式时,如果aspnet_wp.exe或应用程序域重新启动,则会话状态数据将丢失。可以用Sate server或SQL Server数据库的方式存储Session的名称/值对集合,不过这些方式效率稍
阅读全文
摘要:List<string> lstSample = new List<string>(); Random rand = new Random(); List<int> lstRand = new List<int>(); for (int i = 0; lstRand.Count() < sample
阅读全文