随笔分类 -  .NET

摘要:登录成功后写入cookie的代码 Response.Cookies["account"].Value = account;//"管理员" Response.Cookies["account"].Expires = DateTime.Now.AddDays(14); Response.Cookies[ 阅读全文
posted @ 2016-12-26 10:18 流空-C 阅读(1624) 评论(0) 推荐(1)
摘要:WebService内容 using Microsoft.CSharp;using System;using System.CodeDom;using System.CodeDom.Compiler;using System.IO;using System.Linq;using System.Net 阅读全文
posted @ 2015-03-11 15:41 流空-C 阅读(201) 评论(0) 推荐(0)