08 2008 档案

摘要:引用:http://msdn.microsoft.com/zh-cn/library/ms754356.aspx TextBox.Text 属性的默认 UpdateSourceTrigger 值为 LostFocus。这意味着如果应用程序的 TextBox 包含数据绑定 TextBox.Text 属性,则直到 TextBox 失去焦点(例如,将鼠标移到 TextBox 外单击... 阅读全文
posted @ 2008-08-25 11:08 酷歌 阅读(322) 评论(0) 推荐(0)
摘要:Getting Started with F# F#下载地址:http://research.microsoft.com/fsharp/fsharp.aspx F# 是函数式编程语言,它是一系统的绑定的标识符表达式。程序如下: let x = 3 + (4 * 5) let res = (if x = 23 then "correct" else "incorrect") ... 阅读全文
posted @ 2008-08-01 16:32 酷歌 阅读(249) 评论(0) 推荐(0)