05 2008 档案

摘要:firefox,IE中默認span標記設置width值無效,顯示只根據內容長短變化 解決辦法如下: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->span{}{ display:-moz-inline-box; /**//*firef... 阅读全文
posted @ 2008-05-28 11:26 天际翔龙 阅读(2791) 评论(4) 推荐(0)
摘要:先看css代码: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->div {}{ float:left; margin-left:10px; width:420px; height:150px; bor... 阅读全文
posted @ 2008-05-27 09:11 天际翔龙 阅读(744) 评论(0) 推荐(0)
摘要:SQL默認用單引號(')做為字符串的標識符 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->SET QUOTED_IDENTIFIER OFF 則改成雙引號(")作為字符串標識符 阅读全文
posted @ 2008-05-09 17:47 天际翔龙 阅读(250) 评论(0) 推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->declare @Conditions varchar(10)set @Conditions=''select * from TabelA where ((@Conditions'' AND colN... 阅读全文
posted @ 2008-05-08 10:12 天际翔龙 阅读(840) 评论(0) 推荐(0)