03 2013 档案
Error about updating UI in background thread
摘要:How to fix the following error "bool _WebTryThreadLock(bool), 0xxxxxx: Tried to obtain the web lock from a thread other than the main thread or the we... 阅读全文
posted @ 2013-03-25 18:05 chuwachen 阅读(143) 评论(0) 推荐(0)
Use Command Window in Visual Studio
摘要:TheCommandwindow is used to execute commands or aliases directly in the Visual Studio. You can execute both menu commands and commands that do not app... 阅读全文
posted @ 2013-03-25 17:27 chuwachen 阅读(118) 评论(0) 推荐(0)
Get machine IP and location via open api private static string GetOwnPublicIP() {
摘要:private static string GetOwnPublicIP() { try { var html = new WebClient().DownloadString( "http://checkip.dyndns... 阅读全文
posted @ 2013-03-25 16:58 chuwachen 阅读(236) 评论(0) 推荐(0)
List of freely available programming books
摘要:http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books 阅读全文
posted @ 2013-03-09 13:39 chuwachen 阅读(98) 评论(0) 推荐(0)
Some tips in Html
摘要:Html is a container for css/js and also provide some simple style, css provide more complex style, js controls behavior.When writing html, first arran... 阅读全文
posted @ 2013-03-09 13:37 chuwachen 阅读(112) 评论(0) 推荐(0)
Augmented implementation in JavaScript
摘要:For js, usually use augmented implementation for function as follows (self execute), the advantage are: if you function has a calculator function, and... 阅读全文
posted @ 2013-03-09 13:24 chuwachen 阅读(133) 评论(0) 推荐(0)
高效程序员的7个重要习惯
摘要:1.理解你的需求成为高效程序员的第一步是,保证时间的合理分配。没有什么比将时间花在完全没有前途的工作上更浪费的了。尽快开工尽快完成一个直观的系统。这意味着先创建界面,无论是程序界面还是用户界面,然后生成内部功能的存根代码(如果有必要的话)。这么做便于“客户”查看,通过执行用户界面或编写程序界面的代码... 阅读全文
posted @ 2013-03-06 15:32 chuwachen 阅读(136) 评论(0) 推荐(0)
Some useful tools in web development
摘要:Using vs or adobe brackets edits html/css/js, using chrome debugs js, using fiddler analyses http request/response.When using adobe brackets, if you e... 阅读全文
posted @ 2013-03-01 12:01 chuwachen 阅读(146) 评论(0) 推荐(0)