막과 같이 얅은 벽이야
지금까지는 갈고 닦아야하기때문애
가져온 긴장을 이젠 풀고 더 나아가야해
뒤로 떨치고 현실을인정하고
현실속에 살 수 있는 변화가 필요해
이건 확실한 성장이다
막과 같이 얅은 벽이야
지금까지는 갈고 닦아야하기때문애
가져온 긴장을 이젠 풀고 더 나아가야해
뒤로 떨치고 현실을인정하고
현실속에 살 수 있는 변화가 필요해
이건 확실한 성장이다
SSM
1. refactoring + 한글한글I => 공모전
2. make sheets and start detecting the mark.
bikelab
papers of SNS
SNA with pajek => for study?
Twitter API
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;
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.