Summary of my learning note for WPF Binding Binding to DataSet. when we want to add new record, we should modify DataTable, not the DataTableView. Validation when Binding we can get the detail descrition from msdn. For ValidationRules, generally, we…
http://www.sqlpanda.com/2013/07/learning-note-sql-server-vs.html This is my learning note base on the “SQL Server Essentials for Oracle DBAs Jump Start” . DATA BLOCK/EXTEND AND SEGMENT image: http://lh5.ggpht.com/-FxEKn7CCNd0/UetkOxZ6igI/AAAAAAAAIns…
Machine Learning Note Introduction Introduction What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as:"the filed of study that gives computers the ability to learn without being explicitly programmed…
Vbird Linux: Vim Learning: http://linux.vbird.org/linux_basic/0310vi.php Bash Shell: http://linux.vbird.org/linux_basic/0320bash.php Key words of reminder: /etc/passwd history alias [Tab] Wildcard type ---builtin commands \[Enter] echo $variable…
Just sharing the learning experience related to @ngrx/store and @ngrx/effects. In my personal opinion, I fell there are tow different types of coding style by using @ngrx/store only @ngrx/store + @ngrx/effects So How we do with only ngrx/store? Contr…
好几天没来学习了,昨晚把继承的又整理了一下.想把整理后的东西发到hexo博客上来,却发现命令行又失效了.前几天明明是好的,这几天又没有进行任何操作,网上搜了一下也没有招到合适的解决办法,无奈只能重装了.小白就是要折腾,下面贴上继承的第一个学习笔记 How to design the inheritance tree 1.Look for objects that have common attributions and behaviors.2.Design a class that repres…