摘要:实现目标: 1.将本地已经存在的项目文件保存到 bitbucket.org 2.从 bitbucket.org 检出代码库到本地 操作笔记: 1.首先在bitbucket.org创建一个代码库,并得到代码库的地址 https://username@bitbucket.org/username/led
阅读全文
07 2017 档案
摘要:当需要用Lisbbox 来log 一些记录的时候,ObservableCollection 并不可以是记录实时的反应在WPF 的UI上面。 这个时候就需要用一个异步collection 来完成。 另外还需要启用一个新的线程来更新collection 后续补充: UI 编程中只要搞清楚如下两点: 1.
阅读全文
摘要:首先要理解 State Pattern 模式。 http://www.dofactory.com/net/state-design-pattern Definition Allow an object to alter its behavior when its internal state cha
阅读全文