﹣心态决定你我, Dare to Think, Dare to Be!
親愛的, 外面沒有別人, 只有自己!

随笔分类 -  Asp.Net

Asp.Net的一些技术, 以及自己遇到的一些问题总结..
JQuery.Cookie.Js 用法详解
摘要:如下为官方脚本注释:/*** Create a cookie with the given name and value and other optional parameters.** @example $.cookie('the_cookie', 'the_value');* @desc Set the value of a cookie.* @example $.cookie('the_cookie', 'the_value', {expires: 7, path: '/', domain: 'jqu 阅读全文
posted @ 2012-05-09 11:17 遇见未知的自己 阅读(225) 评论(0) 推荐(0)
关于Web.config文件对网站访问权限的配置
摘要:[code]<?xml version="1.0"?><!-- 注意: 除了手动编辑此文件以外,您还可以使用 Web 管理工具来配置应用程序的设置。可以使用 Visual Studio 中的 “网站”->“Asp.Net 配置”选项。 设置和注释的完整列表在 machine.config.comments 中,该文件通常位于 \Windows\Microsoft.N... 阅读全文
posted @ 2008-08-31 17:50 遇见未知的自己 阅读(2422) 评论(0) 推荐(0)
AspNet[2-0] 數據庫依賴緩存實現步驟
摘要:1.使用下面的命令为 Model 数据库中的 FoodInfo 表启用缓存通知:aspnet_regsql.exe -S <Server> -U <Username> -P <Password> -ed -d Model -et -t FoodInfo 如果是2005自帶數據庫,那么就是系統驗證,則命令是aspnet_regsql.exe -S <Serv... 阅读全文
posted @ 2008-08-31 17:42 遇见未知的自己 阅读(780) 评论(0) 推荐(0)