上一页 1 ··· 287 288 289 290 291 292 293 294 295 ··· 342 下一页
摘要: 怪现象,Visual Studio 2008 断点调试直接跳出代码调试窗口。 1 必须使用F11,不能使用F10,否则直接跳出代码调试窗口。 2 必须设置多个断点,否则直接跳出代码调试窗口。 3 有时,即使使用F11,也不会单步执行,而直接跳多很多语句。   查阅资料后发现,这是一个严重的Bug: http://support.microsoft.com/kb/957912 ... 阅读全文
posted @ 2009-08-19 15:14 emanlee 阅读(834) 评论(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 阅读(1215) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-08-18 18:09 emanlee 阅读(527) 评论(0) 推荐(0)
摘要: 微軟 Office 2003 版本比較一覽表 <05.25.2005>還在為了 Office 2003 那麼多版本傷腦筋嗎?不管您是學生、小型公司的擁有人,還是大量授權的企業客戶,Microsoft 都有適合您的 Office 2003 版本。以下列出哪些版本可零售取得、哪些會預先安裝在新電腦上,或者哪些是透過大量或學術授權提供,並讓您了解每個版本中涵蓋的 Microsoft Offi... 阅读全文
posted @ 2009-08-18 17:54 emanlee 阅读(1784) 评论(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 阅读(693) 评论(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 阅读(637) 评论(0) 推荐(0)
摘要: 普通行列转换问题:假设有张学生成绩表(tb)如下:姓名 课程 分数张三 语文 74张三 数学 83张三 物理 93李四 语文 74李四 数学 84李四 物理 94想变成(得到如下结果): 姓名 语文 数学 物理 ---- ---- ---- ----李四 74 84 94张三 74 83... 阅读全文
posted @ 2009-08-14 17:34 emanlee 阅读(8452) 评论(0) 推荐(0)
摘要: 众所周知,Firefox有一个Error Console可以很方便的调试Javascript的错误,特别加上一些强大的扩展,比如Firebug,在Firefox下面写Javascript简直就是一种享受,最近写一个Mini Editor的时候,在Safari下面一直不太正常,Safari其实也有DEBUG功能的,只是默认没有开启而已,好了,我们的目标就是开启Safari 的DEBUG功能,一共有两... 阅读全文
posted @ 2009-08-14 12:44 emanlee 阅读(10951) 评论(0) 推荐(0)
摘要: AutoCompleteExtender in Safari create new line after TextBox, The first line work correctly, second line create new line after textbox. <asp:TextBox ID="txtSearchById" runat="server&... 阅读全文
posted @ 2009-08-14 12:44 emanlee 阅读(260) 评论(0) 推荐(0)
摘要: 在很多情况下我们需要将指定的数据库中的所有表都列出来。在使用c#进行软件开发时,我们有哪些方法可是实现这个目的呢?本人对此进行概要的总结,有以下6中方式可以实现这个目的。 1、sqldmo SQLDMO是操作SQLServer的理想的方式,如果您的数据库是SQLServer就可以考虑使用这种... 阅读全文
posted @ 2009-08-13 21:56 emanlee 阅读(609) 评论(0) 推荐(1)
上一页 1 ··· 287 288 289 290 291 292 293 294 295 ··· 342 下一页