現在只要有關於Apple的訊息都屬於熱門新聞,對於它的產品也不用說有多少人崇拜了。Apple能做到讓使用者不惜金錢的購買它的產品,肯定是有它的原因的,不是專業人員,也沒有評價的資格,還是小崇拜一下吧。因為最近一直在做iOS-based devices的Web apps,所以自己在正在讀一些相關的資料,既然要閱讀這些英文資料,就決定啟動個新任務:翻譯《iOS Human Interface Guidelines - User Experience》。就Apple
本文摘自:http://www.quirksmode.org/js/this.htmlThe this keyword(this關鍵字)One of the most powerful JavaScript keywords is this. Unfortunately it is hard to use if you don't exactly know how it works.Below I explain how to use it in event handling. Later
PowerBuild語言不怎麼流行,因為公司系統的原因開始接觸這門語言,至今已有半年。今天在製作一張發貨單的過程中發現了一個問題。在發貨單的datawindow的一個checkbox複選框clicked事件中,添加如下代碼:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->dw_detail.accepttext()messagebox("",row)
IE6 bug: while you add a <img /> in <a></a>(within <li></li>) which has been set to block element, that you will find a little blank in the bottom of your <li></li>, so the next <li> will misplacement.
無法對視圖建立 索引,因為該視圖未綁定到架構 2011-04-12 14:57:06| 分類: SQL Server | 標籤:sql server 2005 視圖 view |字型大小 訂閱 在建立視圖後建立索引提示 無法對視圖建立 索引,因為該視圖未綁定到架構修改此問題 需要在 建立視圖語句中加上 with SCHEMABINDINGcreate View myView(id,code) with SCHEMABINDING as select id,code from