随笔分类 -  asp.net

1 2 下一页
无法打开到主机的连接,在端口xxx连接失败
摘要:这个问题搞定了回来分享下 阅读全文
posted @ 2011-12-21 08:32 .net小鸟 阅读(1440) 评论(0) 推荐(0)
html到asp.net样式变乱
摘要:html to asp.net 阅读全文
posted @ 2011-09-20 21:11 .net小鸟 阅读(234) 评论(0) 推荐(0)
FAQ
摘要:常见的小知识点 阅读全文
posted @ 2011-09-06 13:50 .net小鸟 阅读(261) 评论(14) 推荐(0)
.net连接mysql
摘要:.net连接mysql 阅读全文
posted @ 2011-08-08 16:54 .net小鸟 阅读(279) 评论(0) 推荐(0)
notepad++中用正则表达式
摘要:notepad++ regular expression 阅读全文
posted @ 2011-07-22 17:33 .net小鸟 阅读(315) 评论(1) 推荐(0)
cpu 100%的问题
摘要:CPU 100%遇到这个问题的时候很多人都会告诉你你的代码里头肯定有死循环,其实频繁的IO也会造成,我的就是一个document.load造成了这个问题,加了缓存后搞定 阅读全文
posted @ 2011-03-22 14:06 .net小鸟 阅读(195) 评论(0) 推荐(0)
后台处理confirm的返回结果
摘要:protectedvoidButton1_Click(objectsender,EventArgse){//当弹出confirm框的时候是否往下继续Response.Write(string.Format("<script>if(confirm('continueornot!')){{{0}}}else{{{1}}}</script>",WriteStr(),Cancel()));}privatestaticstringWriteStr(){return"alert('ok')";}privates 阅读全文
posted @ 2011-03-11 10:39 .net小鸟 阅读(1535) 评论(0) 推荐(0)
查看IIS日志并且分析其中的错误日志
摘要:学一学 阅读全文
posted @ 2011-02-22 10:20 .net小鸟 阅读(616) 评论(0) 推荐(0)
杜绝重复计算
摘要:重复的计算太多不好 阅读全文
posted @ 2011-02-20 10:39 .net小鸟 阅读(143) 评论(0) 推荐(0)
关于图片控件在form提交时带坐标值的问题
摘要:一个老问题 阅读全文
posted @ 2011-01-26 10:20 .net小鸟 阅读(375) 评论(0) 推荐(0)
301跳转的实现
摘要:老站首页的pr比较高,除了首页都要做301重定向,但是用了 Response.Status = "301 Moved Permanently"; Response.AddHeader("Location", "http://www.baidu.com/");这种方法后发现可以跳转,但是用fiddler查看的时候result显示的是304,是正常的吗? 阅读全文
posted @ 2011-01-06 11:21 .net小鸟 阅读(307) 评论(0) 推荐(0)
win7 泛域名解析的实现?
摘要:泛解析 阅读全文
posted @ 2010-12-09 14:09 .net小鸟 阅读(479) 评论(0) 推荐(0)
asp.net未知的服务器标记错误
摘要:unknown server tag 阅读全文
posted @ 2010-12-07 13:44 .net小鸟 阅读(2835) 评论(0) 推荐(0)
根据页面上记录数和页面大小获取总页数
摘要:两种写法,为啥包含代码呢 阅读全文
posted @ 2010-12-07 10:41 .net小鸟 阅读(430) 评论(0) 推荐(0)
序列化与反序列化
摘要:序列化是什么,反序列化是什么,怎么用 阅读全文
posted @ 2010-12-06 10:12 .net小鸟 阅读(123) 评论(0) 推荐(0)
xmlhelper and excelhelper
摘要:做了个从excel中读数据然后写入xml的东西,把东西放在这以备以后直接拿过来用。excelhelper.cs代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Data... 阅读全文
posted @ 2010-12-03 10:52 .net小鸟 阅读(437) 评论(0) 推荐(0)
sql语句中查询用in的时候,按in的顺序来输出
摘要:[代码]当不能按顺序输出的时候可以按这个顺序来输出 阅读全文
posted @ 2010-12-02 13:58 .net小鸟 阅读(1392) 评论(1) 推荐(1)
删除临时表并且插入数据
摘要:小知识点 阅读全文
posted @ 2009-03-30 16:00 .net小鸟 阅读(814) 评论(3) 推荐(0)
little things
摘要:little stuff 阅读全文
posted @ 2009-03-25 17:30 .net小鸟 阅读(240) 评论(0) 推荐(0)
几个小知识点。
摘要:small 阅读全文
posted @ 2009-02-26 14:13 .net小鸟 阅读(223) 评论(0) 推荐(0)

1 2 下一页