随笔分类 - .NET
摘要:登录成功后写入cookie的代码 Response.Cookies["account"].Value = account;//"管理员" Response.Cookies["account"].Expires = DateTime.Now.AddDays(14); Response.Cookies[
阅读全文
摘要:WebService内容 using Microsoft.CSharp;using System;using System.CodeDom;using System.CodeDom.Compiler;using System.IO;using System.Linq;using System.Net
阅读全文

浙公网安备 33010602011771号