네가 가진 수많은 불안과 근심은
2010-08-17 20:05:11

막과 같이 얅은 벽이야

지금까지는 갈고 닦아야하기때문애

가져온 긴장을 이젠 풀고 더 나아가야해

뒤로 떨치고 현실을인정하고

현실속에 살 수 있는 변화가 필요해

이건 확실한 성장이다

▼ more
work list
2010-08-17 17:47:21

SSM

1. refactoring + 한글한글I => 공모전

2. make sheets and start detecting the mark.

bikelab

papers of SNS

SNA with pajek => for study?

Twitter API

▼ more
Finally, i didn't use Naver!!
2010-08-17 17:09:14

Actually, I couldn't get tags from Naver blog.

It's not I didn't, but I "couldn't".

Anyway, I decided to use Daum blog.

It's easier way to crawl~!

I have made crawlers for 'Twitter(wrapping)', 'Daum', and 'MBC TV board'.

I think I will be a crawler maker;;;

It's good to gather information from internet~! but I need more practice of AJAX and web programming;

▼ more
java pattern matcher
2010-08-17 13:44:56

Pattern pattern = Pattern.compile([Regex]);

Matcher matches = pattern.matcher([String]);

if (matches.find()) {

resultString=matches.replaceAll("$1"); //the first

}

if you know the regex? just use this source.

▼ more