摘要: ErrorError1 StackOverflow because of EditText's addTextChangedLister1.1 ProblemWe should be carefull when we use addTextChangedLister. Because if we don't add restrictions on text changging, we may ha... 阅读全文
posted @ 2015-10-22 17:45 mlhy 阅读(79) 评论(0) 推荐(0) 编辑
摘要: Tricks of Android's GUITricks of Android's GUI1 layoutweightIn LinearLayout, the default weight for all views is 0, so if you specify any weight value greater than 0 to only one view, then that view f... 阅读全文
posted @ 2015-10-19 23:00 mlhy 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Tricks of Android's GUITricks of Android's GUI1 layoutweightIn LinearLayout, the default weight for all views is 0, so if you specify any weight value greater than 0 to only one view, then that view f... 阅读全文
posted @ 2015-10-17 12:58 mlhy 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Create Access Point on ArchlinuxCreate Access Point on Archlinux1 SolutionDownload createapgit clone https://github.com/oblique/create_aporyaourt -S create_apInstallcd create_apmake installCreate APch... 阅读全文
posted @ 2015-10-11 14:31 mlhy 阅读(334) 评论(0) 推荐(0) 编辑
摘要: The file named errorlog is too largeThe file named errorlog is too large1 ProblemOne day, when I install android-sdk, I found that one error "NO space left on the device". That's very strange. Because... 阅读全文
posted @ 2015-10-11 13:32 mlhy 阅读(281) 评论(0) 推荐(0) 编辑
摘要: FormsForms1 Displaying a Search Input FieldYou want to present a user with a search form field. Search Submitinput[type="search"]{ border-radius:10px;}2 Contact Information Input FieldsYou want to... 阅读全文
posted @ 2015-10-10 16:17 mlhy 阅读(142) 评论(0) 推荐(0) 编辑
摘要: HTML5 Fundamental SyntaxHTML5 Fundamental Syntax1 Adding Document Structure with HTML5’s New Elements1.1 headerIs used to contain the headline(s) for a page and/or section . It can also containsupplem... 阅读全文
posted @ 2015-10-09 18:31 mlhy 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Binary Search TreeBinary Search Tree1 DefinitionA binary search tree is a binary tree, where each node has a restriction that the key in any node is larger than the key in its left-child subtree and s... 阅读全文
posted @ 2015-10-09 10:06 mlhy 阅读(238) 评论(0) 推荐(0) 编辑
摘要: SLIQ/SPRINTSLIQ/SPRINTBefore SLIQ, most classification alogrithms have the problem that they do not scale. Because these alogrithms have the limit that the traning data should fit in memory. That's wh... 阅读全文
posted @ 2015-10-08 21:29 mlhy 阅读(281) 评论(0) 推荐(0) 编辑
摘要: SortSort1 SortSelect sort is the simplest sorting alogrithms.1.1 IDEA1.find the smallest element in the rest of array2.exchange the element with with the i th entry.3.repeat step1 and step2 util all i... 阅读全文
posted @ 2015-10-05 21:15 mlhy 阅读(258) 评论(0) 推荐(0) 编辑