Graph Algorithm Geeks for Geeks KruskalMinimum Spanning TreeIn Kruskal’s algorithm, we create a MST by picking edges one by one.The Greedy Choice is to pick the smallest weight edge that doesn’t cause a cycle in the 2016-01-01 study #algorithm #math
Turing Machine Turing Machine Deterministic Turing machineThe set of rules prescribes one action to be performed for any given situation. A deterministic Turing machine (DTM) has a transition function that, for 2016-01-01 study #math
Regular Expression Note MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], processEscapes: true, processEnvironments: true, skipTags: ['sc 2015-12-23 development #regexp
Vim plugins for Clojure vim-salve :Consolecommand to start a REPL or focus an existing instance if already running using dispatch.vim:Console!command to start a REPL or focus an existing instance if already running using dis 2015-12-21 development #vim #clojure
Java Proxy Class IntroductionJava has 2 kinds of proxy, static and dynamic.I will introduce them one by one. But for demonstrating usage, I need to declare several java bean here. 123456789101112public interface Wor 2015-12-07 development #java
Some misdirection of my values 今天做饭的时候突然想到的。以前想到ZL居然没有和DL或者DY或者SD在一起,而却选择了一个好像蛮奇怪但其实我们不太了解的人。据说是在游戏里认识的,谁知道呢?然后他们在一起了,好像很幸福的样子,一起去旅游,一起出去玩。而DY等人则也开始了新的人生。我总是会把这个事情跟朋友提起来,好像我很怀旧的样子。但我也知道老是提这种老故事其实没什么意思,都过去了,确实如此。因为我总是会觉得,美丽的女生不是应该和优 2015-11-24 myself
Oracle glossary serverfault Database NameThe identifier or name for a specific database. For example, db. Database DomainUsually use as your domain name. Like, rugal.ga. Global Database Namecombine Database name with 2015-11-01 operation #oracle
JPT User interface IntroductionUserAction mostly deal with normal user related jobs. Such like registration, deregistration, user profile updating and user searching.Although the class is Action, I plan to change it to 2015-10-25 development #jpt
JPT User Level object IntroductionUser Level Class used for represent the level of user, indicating user’s loyalty and contribution to our site.Commonly, all downloadable torrent will be included with Post, each post with 2015-10-25 development #jpt
JPT Thread object IntroductionThread object is the reply or comments of other user to post.The real rate data is accumulated from this table. Table Structure Column Type tid integer pid integer uid integ 2015-10-14 development #jpt