11 2010 档案

摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--selecto.nameasTableName,c.[name],s.nameascolType,co.lengthfromsys.columnscinnerjoinsys.typessonc.use... 阅读全文
posted @ 2010-11-24 18:59 空紫竹 阅读(289) 评论(3) 推荐(0)
摘要:最近这段时间, 我们客户总是反映我们的软件慢。找一些资料监测性能,从而判断出是哪里的问题。在MSDN上找到了一篇关于若干监测asp.net的文章,记录下来:ASP.NET Performance Monitoring, and When to Alert Administratorshttp://msdn.microsoft.com/en-us/library/ms972959.aspx 阅读全文
posted @ 2010-11-19 09:26 空紫竹 阅读(333) 评论(0) 推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usin... 阅读全文
posted @ 2010-11-17 13:13 空紫竹 阅读(431) 评论(0) 推荐(0)
摘要:七子之歌是 闻一多于1925年7月发表的爱国组诗《七子之歌》谱曲而来。按顺序分别为《七子之歌·澳门》、《七子之歌·香港》、《七子之歌·台湾》、《七子之歌·威海卫》、《七子之歌·广州湾》、《七子之歌·九龙》、《七子之歌·旅顺大连》七首 阅读全文
posted @ 2010-11-15 13:25 空紫竹 阅读(363) 评论(0) 推荐(0)
摘要:参考微软的官网:http://msdn.microsoft.com/zh-cn/library/950xf363%28VS.80%29.aspx以前没有注意到pages中有一个设置属性:maintainScrollPositionOnPostBack指定在页回发到服务器上时,是否将用户返回到客户端浏览器中的同一位置。还是需要多看帮助文档了!! 阅读全文
posted @ 2010-11-12 13:59 空紫竹 阅读(241) 评论(0) 推荐(0)
摘要:引自:http://www.bluerobot.com/web/css/center1.html Centering: Auto-width Margins This box is horizontally centered by setting its right and left margin widths to "auto". This is the preferred way to ... 阅读全文
posted @ 2010-11-11 12:43 空紫竹 阅读(216) 评论(0) 推荐(0)
摘要:最近为了监测网站的运行情况,发现iis的log可以存储在数据库中。具体的设置方法可以参考微软的官方网站: http://support.microsoft.com/kb/245243/zh-cn 阅读全文
posted @ 2010-11-05 13:21 空紫竹 阅读(216) 评论(0) 推荐(0)
摘要:1。sql代码格式化工具:SQL Pretty PrinterLinks 下载链接:http://www.dpriver.com/dlaction.php在线版本(不支持中文):http://www.dpriver.com/pp/sqlformat.htm 阅读全文
posted @ 2010-11-04 08:53 空紫竹 阅读(149) 评论(0) 推荐(0)
摘要:coalesce(表达式)相当于case when 表达式 is not null then 表达式 when 表达式1 is not null then 表达式1 else nullend 阅读全文
posted @ 2010-11-03 16:47 空紫竹 阅读(405) 评论(0) 推荐(0)