Monthly Archives: May 2015

Resource Scheduler , Calculator, Short-Circuit in Hadoop YARN and HDFS

In order to execute the next-year plan, I search the research topics and technologies in Hadoop YARN and HDFS, then make a note as follows: Since Hadoop YARN was proposed, the new generation technology are continusly discussed. For knowing the … Continue reading

Posted in hadoop, Java, Programming, 學術研究, 程式設計 | Leave a comment

艾倫查字典已經更新

Dear all, I’ve updated this plugin called “艾倫查字典”. Please download or update it from here.I also published the source code on Github, developers who are interested in can fork or download its’ source code from https://github.com/allen501pc/AllenDictionary Best regards,

Posted in 未分類 | 1 Comment

Process SequenceFile without Enabling Hadoop Platform

Recently I got a requirement for reading Hadoop’s SequenceFile without enabling Hadoop Platform. However, most examples introduce the read/write SequenceFile with Hadoop Platform. How do I read such files without hadoop? There’s a tricky solution in this case. 1. Download … Continue reading

Posted in hadoop, Java, Programming, 程式設計 | Leave a comment

Allen查字典故障一事

各位使用者好。上架許久的Allen查字典外掛,最近好像故障了。我目前著手修正中,看能不能趕在周六以前修正完畢,請耐心等候。謝謝!

Posted in browser, chrome, Programming, 程式設計 | 2 Comments

Explore Your Passwords Stored in Chrome Browser

Google Chrome provided a service which stored people’s accounts and passwords. In past versions of Chrome, it put these private information at the file with path  C:Users<User>AppDataLocalGoogleChromeUser DataDefaultWeb Data on Windows platform. Currently it changed this file path to C:Users<User>AppDataLocalGoogleChromeUser … Continue reading

Posted in 未分類 | 1 Comment

Print output while Processing HTML/XML data in Jsoup Project

Currently, I encountered one problem while retrieving XML data from one website. In my case, assume that the original XML document is like <result><device /><name>Allen’s device</name></result> If I use Jsoup.parse(File, “UTF-8”); without additional options, the returned document object will be like: … Continue reading

Posted in Java, Programming, XML, 程式設計, 網路 java | Leave a comment