上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 337 下一页
摘要: You may have been in this situation before - you designed a chart based on a particular dataset and everything looks great.  However, later the data volume increases, or new categories dynamicall... 阅读全文
posted @ 2009-08-19 22:19 emanlee 阅读(464) 评论(0) 推荐(0)
摘要: Regarding the bar width question:  In RS 2005, you can change the setting of the PointWidth element (directly under the Chart element) - however you'd have to do this directly in the RDL file bec... 阅读全文
posted @ 2009-08-19 22:17 emanlee 阅读(979) 评论(0) 推荐(0)
摘要: 怪现象,Visual Studio 2008 断点调试直接跳出代码调试窗口。 1 必须使用F11,不能使用F10,否则直接跳出代码调试窗口。 2 必须设置多个断点,否则直接跳出代码调试窗口。 3 有时,即使使用F11,也不会单步执行,而直接跳多很多语句。   查阅资料后发现,这是一个严重的Bug: http://support.microsoft.com/kb/957912 ... 阅读全文
posted @ 2009-08-19 15:14 emanlee 阅读(828) 评论(0) 推荐(0)
摘要: 把ReportViewer 放到UpdatePanel之外,并且放到div之中,设置绝对高度和宽度。   ReportViewer scrollbars are not rendered correctly in IE7. The Vertical scrollbar can be recovered and the bottom part of the report can be ... 阅读全文
posted @ 2009-08-18 18:11 emanlee 阅读(1214) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-08-18 18:09 emanlee 阅读(522) 评论(0) 推荐(0)
摘要: 微軟 Office 2003 版本比較一覽表 <05.25.2005>還在為了 Office 2003 那麼多版本傷腦筋嗎?不管您是學生、小型公司的擁有人,還是大量授權的企業客戶,Microsoft 都有適合您的 Office 2003 版本。以下列出哪些版本可零售取得、哪些會預先安裝在新電腦上,或者哪些是透過大量或學術授權提供,並讓您了解每個版本中涵蓋的 Microsoft Offi... 阅读全文
posted @ 2009-08-18 17:54 emanlee 阅读(1761) 评论(0) 推荐(0)
摘要: CompareValidator HAS BUG OR I AM MISING SOMETHING ?  I have a text box for price then I have a compare validator. The problem here is that even if I put a number like $32000.00 it gives me the e... 阅读全文
posted @ 2009-08-15 13:00 emanlee 阅读(687) 评论(0) 推荐(0)
摘要: Sql Server 中一个非常强大的日期格式化函数 Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AM Select CONVERT(varchar(100), GETDATE(), 1): 05/16/06 S... 阅读全文
posted @ 2009-08-14 20:21 emanlee 阅读(627) 评论(0) 推荐(0)
摘要: 普通行列转换问题:假设有张学生成绩表(tb)如下:姓名 课程 分数张三 语文 74张三 数学 83张三 物理 93李四 语文 74李四 数学 84李四 物理 94想变成(得到如下结果): 姓名 语文 数学 物理 ---- ---- ---- ----李四 74 84 94张三 74 83... 阅读全文
posted @ 2009-08-14 17:34 emanlee 阅读(8448) 评论(0) 推荐(0)
摘要: 众所周知,Firefox有一个Error Console可以很方便的调试Javascript的错误,特别加上一些强大的扩展,比如Firebug,在Firefox下面写Javascript简直就是一种享受,最近写一个Mini Editor的时候,在Safari下面一直不太正常,Safari其实也有DEBUG功能的,只是默认没有开启而已,好了,我们的目标就是开启Safari 的DEBUG功能,一共有两... 阅读全文
posted @ 2009-08-14 12:44 emanlee 阅读(10944) 评论(0) 推荐(0)
上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 337 下一页