上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books 阅读全文
posted @ 2013-03-09 13:39 chuwachen 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1.理解你的需求成为高效程序员的第一步是,保证时间的合理分配。没有什么比将时间花在完全没有前途的工作上更浪费的了。尽快开工尽快完成一个直观的系统。这意味着先创建界面,无论是程序界面还是用户界面,然后生成内部功能的存根代码(如果有必要的话)。这么做便于“客户”查看,通过执行用户界面或编写程序界面的代码... 阅读全文
posted @ 2013-03-06 15:32 chuwachen 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(134) 评论(0) 推荐(0) 编辑
摘要: The immediate window is an immensely useful tool for debugging applications. You can use it to execute code statements that are valid in the context o... 阅读全文
posted @ 2013-02-18 15:31 chuwachen 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1.为什么用模板模板是用来定义(或重定义)对象的外观的好东西. WPF已经提供了Style来自定义外观, 那为什么还需要Template呢? 是因为Style只能让你一个一个地设置对象的属性, 但template用来改变对象的组织结构. Style就好象是更改一台电脑的配置, 你可以换个内存, 换个... 阅读全文
posted @ 2013-02-18 14:51 chuwachen 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Template是指控件的模板它代表的是一个控件的内部结构组成部分(Visual Tree)。如:Button的默认Template外面是一个边框,里面是文字描述。如果我们要把普通的文字Button改为图片按钮的话就必须要重写Button的模板,要在里面加上一个Image,即已经把Button的Te... 阅读全文
posted @ 2013-02-18 11:49 chuwachen 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Usually you can set up the general layout with a Grid and use a few stackpanels here and there to do some specific stuff. Usually the performance is b... 阅读全文
posted @ 2013-02-17 18:26 chuwachen 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Auto and * are definitely not the same.When talking about RowDefinitions, Auto means that the size of the elements in that row will determine the heig... 阅读全文
posted @ 2013-02-17 17:13 chuwachen 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页