將 TextBox 的 Enabled 屬性設為 False 時,在畫面上這個 TextBox 會呈現灰色且不能點選。可是如果是將該 TextBox 的 ReadOnly 屬性設為 True 時,在畫面的呈現上,雖然使用者無法做任何的修改,但是顏色上卻不會變成灰色,容易讓使用者誤以為這是可以編輯的。
2013年6月18日 星期二
2013年6月12日 星期三
落地就是蕃薯命-沈芯菱
通常自己在看事情時,第一個想到的是事情會有多困難,得花多少時間才能完成。很自然地,就會生出一大堆藉口或理由,說服自己別做了,別自找苦吃。但有些人卻不一樣,他看事情,第一個現起的是會帶來多少希望,帶來多少機會與無限可能。
以下是摘要自沈芯菱相關採訪介紹影片與雜誌的部份:
2013年6月4日 星期二
不是改個密碼就好了嗎?
遠端的 SQL Server 換個密碼,不是很平常的事,會對你有什麼影響嗎?
有,偏偏被我遇到了,Compiler 之後出現以下錯誤訊息:
有,偏偏被我遇到了,Compiler 之後出現以下錯誤訊息:
------ Deploy started: Project: SqlCommandGallery, Configuration: Debug Any CPU ------
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.TSqlTasks.targets(120,5):
Error Deploy01234: Could not connect to 127.0.0.1 : Login failed for user 'pubOOO'.
Done executing task "SqlDeployTask" -- FAILED.
Done building target "DspDeploy" in project "SqlCommandGallery.dbproj" -- FAILED.
Done executing task "CallTarget" -- FAILED.
Done building target "DBDeploy" in project "SqlCommandGallery.dbproj" -- FAILED.
Done building project "SqlCommandGallery.dbproj" -- FAILED.
Build FAILED.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.TSqlTasks.targets(120,5):
Error Deploy01234: Could not connect to 127.0.0.1 : Login failed for user 'pubOOO'.
Done executing task "SqlDeployTask" -- FAILED.
Done building target "DspDeploy" in project "SqlCommandGallery.dbproj" -- FAILED.
Done executing task "CallTarget" -- FAILED.
Done building target "DBDeploy" in project "SqlCommandGallery.dbproj" -- FAILED.
Done building project "SqlCommandGallery.dbproj" -- FAILED.
Build FAILED.
訂閱:
文章 (Atom)