小迪的Blog
学习ing...(注明:该Blog中的任何信息都非原创,只是作为个人的阅读笔记)
04 2006 档案
A potentially dangerous Request.Form value was detected from the client
摘要:A potentially dangerous Request.Form value was detected from the client 由于在.net中,Request时出现有HTML或Javascript等字符串时,系统会认为是危险性值。立马报错。解决方案一: 在.aspx文件头中加入这句: <%@ Page validateRequest="false" %> 解决方案二:... 阅读全文
posted @ 2006-04-27 11:29 小迪 阅读(809) 评论(0) 推荐(0) 编辑
Highlight
摘要:<styletype="text/css">.highlight{}{FONT-WEIGHT:bold;BACKGROUND:blue;COLOR:white;TEXT-DECORATION:none}</style>privatevoidPage_Load(objectsender,System.EventArgse){//Putusercodetoinitializet... 阅读全文
posted @ 2006-04-21 21:14 小迪 阅读(421) 评论(0) 推荐(0) 编辑
图片翻页滚动效果(JavaScript)
摘要:<html><head><metahttp-equiv='Content-Type'content='text/html;charset=gb2312'><scriptlanguage='JavaScript'>varscrollerheight=160;//定义每个区域显示的高度varhtml,total_area=0,wait_flag=true... 阅读全文
posted @ 2006-04-10 21:14 小迪 阅读(3712) 评论(0) 推荐(0) 编辑
在网上找到一个.net的打印类,打印Dataset的,不错,保存于止
摘要:''======================================='DATAGRID控件通用打印类'中和科技-孙利臣'于2003年05月27日17:05'用于打印DATAGRID控件中的数据.'=======================================ImportsSystem.Drawing.PrintingImportsSystem.Drawing.Colo... 阅读全文
posted @ 2006-04-10 20:27 小迪 阅读(823) 评论(0) 推荐(0) 编辑
.NET 1.1移植到.NET 2.0出现的一些小问题的解决
摘要:http://onlytiancai.cnblogs.com/archive/2005/09/24/243154.html 阅读全文
posted @ 2006-04-07 13:07 小迪 阅读(338) 评论(0) 推荐(0) 编辑
授权
摘要:http://onlytiancai.cnblogs.com/archive/2006/04/05/367582.html 阅读全文
posted @ 2006-04-07 13:05 小迪 阅读(219) 评论(0) 推荐(0) 编辑
多个Main函数的应用程序
摘要:http://windsails.cnblogs.com/archive/2004/10/25/56658.html 阅读全文
posted @ 2006-04-07 12:29 小迪 阅读(375) 评论(0) 推荐(0) 编辑
base
摘要:http://windsails.cnblogs.com/archive/2004/10/28/57794.html 阅读全文
posted @ 2006-04-07 12:25 小迪 阅读(211) 评论(0) 推荐(0) 编辑
Server的Transfer和Response的Redirect
摘要:http://windsails.cnblogs.com/archive/2004/09/30/48147.html 阅读全文
posted @ 2006-04-06 21:21 小迪 阅读(296) 评论(0) 推荐(0) 编辑
缓存
摘要:http://windsails.cnblogs.com/archive/2004/10/22/55388.html 阅读全文
posted @ 2006-04-06 21:11 小迪 阅读(234) 评论(0) 推荐(0) 编辑
FreeTextBox
摘要:http://windsails.cnblogs.com/archive/2004/09/27/47143.htmlhttp://windsails.cnblogs.com/archive/2004/09/24/46369.html 阅读全文
posted @ 2006-04-05 19:04 小迪 阅读(306) 评论(0) 推荐(0) 编辑
.Net Reflection and Performance
摘要:http://west-wind.com/weblog/posts/351.aspx 阅读全文
posted @ 2006-04-05 19:02 小迪 阅读(215) 评论(0) 推荐(0) 编辑
比较动态调用代码
摘要:http://windsails.cnblogs.com/archive/2004/09/14/42793.htmlhttp://msdn.microsoft.com/vcsharp/default.aspx?pull=/library/en-us/dncscol/html/csharp02172004.asp 阅读全文
posted @ 2006-04-05 19:00 小迪 阅读(277) 评论(0) 推荐(0) 编辑
稍不留神产生代码垃圾
摘要:http://windsails.cnblogs.com/archive/2004/09/16/43731.html 阅读全文
posted @ 2006-04-05 18:56 小迪 阅读(243) 评论(0) 推荐(0) 编辑
using的几种用法
摘要:http://windsails.cnblogs.com/archive/2004/09/12/42444.html 阅读全文
posted @ 2006-04-05 18:51 小迪 阅读(217) 评论(0) 推荐(0) 编辑
C#中"is" vs "as"
摘要:http://windsails.cnblogs.com/archive/2004/09/16/43654.html 阅读全文
posted @ 2006-04-05 18:40 小迪 阅读(199) 评论(0) 推荐(0) 编辑
设置文本框光标的位置
摘要:http://montaque.cnblogs.com/archive/2005/01/22/95758.html 阅读全文
posted @ 2006-04-05 17:59 小迪 阅读(494) 评论(0) 推荐(0) 编辑
System.Environment.UserDomainName 为什么不返回 当前的 Domainname
摘要:http://montaque.cnblogs.com/archive/2005/02/03/101389.html 阅读全文
posted @ 2006-04-05 17:54 小迪 阅读(570) 评论(0) 推荐(0) 编辑
49.7 天后就不正常工作了
摘要:http://montaque.cnblogs.com/archive/2005/02/16/104857.htmlhttp://support.microsoft.com/default.aspx?scid=kb;en-us;843561 阅读全文
posted @ 2006-04-05 17:45 小迪 阅读(265) 评论(0) 推荐(0) 编辑
文件太新了也有错误? .exe.config 类型文件自动更新的问题.
摘要:http://montaque.cnblogs.com/archive/2005/03/30/128340.html 阅读全文
posted @ 2006-04-05 16:22 小迪 阅读(393) 评论(0) 推荐(0) 编辑
https vs http
摘要:http://montaque.cnblogs.com/archive/2005/05/17/157095.html 阅读全文
posted @ 2006-04-05 16:13 小迪 阅读(437) 评论(0) 推荐(0) 编辑
嵌套事务
摘要:http://montaque.cnblogs.com/archive/2005/03/12/117410.html 阅读全文
posted @ 2006-04-04 13:07 小迪 阅读(229) 评论(0) 推荐(0) 编辑
语言转换软件都是不可靠的,甚至可能造成大的bug
摘要:http://montaque.cnblogs.com/archive/2004/12/03/72350.aspx 阅读全文
posted @ 2006-04-03 21:42 小迪 阅读(375) 评论(0) 推荐(0) 编辑
查看Cookie值
摘要:在IE地址栏中输入javascript:alert(document.cookie) 阅读全文
posted @ 2006-04-03 21:26 小迪 阅读(3109) 评论(1) 推荐(0) 编辑


点击右上角即可分享
微信分享提示