• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
《储备驿站》



                           淡泊以明志,宁静而志远!
博客园    首页    新随笔    联系   管理    订阅  订阅
2005年11月4日
cookie在.net中的使用
摘要: 1.创建一个新的cookie,并赋值。 HttpCookie cookie; cookie=new HttpCookie("user"); cookie.Domain = AppConfig.DomainName; cookie.Values.Add("Username",username); cookie.Values.Add("lda... 阅读全文
posted @ 2005-11-04 12:30 Dansin 阅读(709) 评论(0) 推荐(0)
c#.net常用函数列表 选择自 elfire 的 Blog
摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curre... 阅读全文
posted @ 2005-11-04 12:20 Dansin 阅读(270) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3