계속 모아볼 요량입니다. 더울땐(?) 역시 멕시코 음악이 착착 감기죠~~ 하모하모

cielito lindo(예쁜 하늘) / mika agematsu(하프)
http://blog.naver.com/bigbell00755/130014179736
-개인적으로 Trio Los Panchos 의 버전을 더 좋아하지만 얘는 못찾겠다.
무신 CF에 나오면서 이버전이 인기인듯.,.

Cancion Del Mariachi - 데스페라도 OST
http://blog.naver.com/bigbell00755/130014179736
-일명 야야야송(?)

Quizas, Quizas, Quizas - Connie Francis
http://blog.joins.com/media/folderListSlide.asp?uid=rjscnr1960&folder=5&list_id=7774100
Quizas, Quizas, Quizas - Los Trio Panchos
http://blog.daum.net/_blog/BlogView.do?blogid=0AVIU&articleno=13217654
&_bloghome_menu=recenttext#ajax_history_home

- 그럴수도 있겠지, 그럴수도 있겠지, 그럴수도 있겠지

Juan Luis Guerra - Amapola (라이브?)

Juan Luis Guerra - Amapola (요건 앨범버전)





Posted by ukmie
,

Anonymous Class

software 2007. 12. 18. 17:30
 
public void aMethod() {
theButton.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent e) {
System.out.println("The action has occure");
}
}
);

}

public java.util.Enumeration enumerate() { // The anonymous class is defined as part of the return statement
return new java.util.Enumeration() { Linkable current; = head; { current = head; } // Replace constructor with an instance initializer public boolean hasMoreElements() { return (current != null); } public Object nextElement() { if (current == null) throw new java.util.NoSuchElementException(); Object value = current; current = current.getNext(); return value; } }; // Note the required semicolon: it terminates the return statement
}
클래스끝에 세미콜론이 있어야 한다는 점과 메소드안에서 선언된 변수를 참조하려면 final 이어야 함을 기억하자.

Why use anonymous classes?

As with local classes, objects instantiated from anonymous classes share many of the characteristics of objects instantiated from member classes.  However, in some cases, an anonymous class can be defined closer to its point of use than would be possible with a member class or a local class.  Once you become accustomed to the somewhat cryptic syntax used with anonymous classes, this can often lead to improved code readability.

Probably the most important benefit of anonymous classes has to do with accessing the members of enclosing classes.  Just like with member classes and local classes, methods of an anonymous class have direct access to all the members of the enclosing classes, including private members. Thus the use of anonymous classes can often eliminate the requirement to connect objects together via constructor parameters.

In addition, although not demonstrated in this lesson, as with local classes, objects of anonymous classes have access to final local variables that are declared within the scope of the anonymous class.

Can be particularly useful when ...

An anonymous class can be particularly useful in those cases where

  • There is no reason for an object of the anonymous class to exist in the absence of an object of the enclosing class.
  • There is no reason for an object of the anonymous class to exist outside a method of the enclosing class.
  • Methods of the object of the anonymous class need access to members of the object of the enclosing class.
  • Methods of the object of the anonymous class need access to final local variables and method parameters belonging to the method in which the anonymous class is defined.
  • Only one instance of the anonymous class is needed.
  • There is no need for the class to have a name that is accessible elsewhere in the program.


Anonymous Class 초기화 하기 - Instance initializer

http://www.javastudy.co.kr/docs/b612/basic/doc/study5.html

http://www.unix.org.ua/orelly/java-ent/jnut/ch03_12.htm

http://www.developer.com/java/other/article.php/3300881



Posted by ukmie
,

자꾸 끊기는군,,그리고 티스토리끼리는 긁어붙이면 원래 블로그 정보가 따라오던데,,
이건 왜 안뜰까 ..쩝.. 암튼,,
http://video.naver.com/2007081823244128946
뮤비 볼수 있는 링크 추가~~


thanksTo : http://asuh.tistory.com/30

오부라더스는 국내 유일의 로큰롤 밴드이다.
현재는 인디지만, 상당히 활발한 활동을 하고 있으니 크게 성장하리라고 믿는다..


사용자 삽입 이미지


more..


less..

어제와 다른 너의, 어제와 다른 너의

어제와 다른 너의, 어제와 다른 너의 마음
어제와 다른 너의 마음

어떤게 진짜인지 정말
도무지 알 수가 없는걸

그새 또 바뀐 너의, 그새 또 바뀐 너의

그새 또 바뀐 너의, 그새 또 바뀐 너의 마음
그새 또 바뀐 너의 마음

맘대로 왔다갔다 정말
도무지 알 수가 없는걸

어제와 다른 너의, 어제와 다른 너의

어제와 다른 너의, 어제와 다른 너의 마음
어제와 다른 너의 마음

이제는 너의 말도 이제
더이상 난 믿을 수 없는걸

* 간주중 *

어제와 다른 너의, 어제와 다른 너의

어제와 다른 너의, 어제와 다른 너의 마음
어제와 다른 너의 마음

어떤게 진짜인지 정말
도무지 알 수가 없는걸

그새 또 바뀐 너의, 그새 또 바뀐 너의

그새 또 바뀐 너의, 그새 또 바뀐 너의 마음
그새 또 바뀐 너의 마음

맘대로 왔다갔다 정말
도무지 알 수가 없는걸

맘대로 왔다갔다 정말
도무지 알 수가 없는걸

less..






Posted by ukmie
,
대선이 코앞이다. 별로 관심이 없었는데, 우연히 당선이 유력한 후보의 정책공약 몇가지를
(총출자액 제한 폐지, 3불정책 폐지 등) 듣고나서 마음이 좋지 않아 그 후보의 정책 공약을 찾아보기로 했다.
구글신에게 도움을 청했으나 여론조사 결과나 지지율 ,비리 등등의 기사나 자료에 비해서
정책관련 자료는 많지 않음을 느꼈다.  물론, 정책이란게 일반인들이 판단하기도 쉽지 않고,
또, 정책을 수행할 의지와 능력이 더 중요한 것일수도 있지만 그래도, 가장 기본적인 기준은
정책공약 아니겠는다.

잠깐 찾아본다는 것이 너무 많은 시간을 소비하고 말았다. 여튼,
찾아놓은 자료들을 모아놓는다. 아무쪼록, 현명한 선택들 하시길 바란다.
" 최선의 선택이란 없다. 최선의 선택이 되도록 만들뿐이다."
- 누가되든 되고 난 후에는 힘을 모아 보듬어 줍시다.


중안선거관리위원회 - 정책자료집. 비교자료집 등등의 자료들이 정리되어있다.

주요후보정책평가 - 경실련에서 전문평가단을 초빙하여 6개부문별로 공약의 완성도와 가치를 평가한 자료. 공약내용도 볼수 있슴. (권영길,문국현,이명박,이회창,정동영)

후보선택도우미 - 20개항목의 설문을 통해 후보(권영길,문국현,이명박,이회창,정동영)를 선택해 줌. 항목별로 후보들의 답변을 볼수 있슴. 재밌고 유용한 서비스이므로 꼭 해보길 바람. 다만, 점수산정 방식이 너무 단순해보임 --

후보정책비교 - 조인스닷컴의 초간단 비교자료.






Posted by ukmie
,
내가 분류한거지만 여기가 적당한 건가..쩝

XP 테마질이 또 도졌다. 스스로 겉모습에 그다지 신경쓰는 편은 아니라고 여겼는데
이건 자꾸만 빠져드네..음음
암튼,우울할땐 테마질에 빠져보자..음하핫

<간단하게 내 컴에 테마를 적용한 절차를 소개한다.>
* Universal UXTheme Patcher v2.1 을 설치한다.


혹은,
UX theme patcher for SP3

( StyleXP 를 따로 설치하지 않고, uxtheme.dll을 자동으로
패치주는 녀석이다. 재부팅 해야 사용가능하다. )

* 아래 사이트에서 적당한 테마를 골라 다운받는다.(딴데도 많다)
http://mytheme.net/v3.0/theme.php

* 다운받은 파일은 아무위치에나 풀어놓은뒤에 *.msstyles 파일을 더블클릭한다.

지금 내가 쓰고 있는건..SmoothGnome(맑은고딕10)
글꼴 추가/제거는
http://mytheme.net/zboard/zboard.php?id=lec_win&page=1&sn1=
&divpage=1&category=5&sn=off&ss=on&sc=off&keyword=reshacker
&select_arrange=headnum&desc=asc&no=813
참고 (ResHacker 이용)



Posted by ukmie
,
소규모 프로젝트 관리도구로 잘알려진 Trac .
기본적인 이슈트래킹, SVN 연동, 위키 등의 기능이 있는 빠르고 편리한 툴 (python)
설치가 귀찮으신 분들을 위해,,

ThanksTo:http://ppuchuu.springnote.com/pages/437862

이 문서는 다음 두 곳을 상당부분 참고하여 작성되었습니다.

trac 설치

  • TracOnWindows 패키지를 받아 http://yeoupooh.us.to:8080/wiki/display/pu/TracOnWindows 설명대로 설치
  • trac 한글번역 프로젝트 0.10.4-ko (http://kldp.net/forum/forum.php?forum_id=3781) 설치
    • 패키지파일을 받아 를 압축을 임시 폴더에 푼다.
    • TracOnWindow 의 setenv.bat (C:\Trac\ 에 위치) 가 실행된 상태,
    • 압축이 풀어져있는 폴더의 루트에서 python ./setup.py install 수행
  • trac 플러그인 설치 기초작업 수행
    • C:\Trac\Python\Scripts 의 easy_install-2.4-script.py, easy_install-script.py 의 첫줄 경로를 수정해줄것(C:\Trac\Python\Python.exe 로)
    • 개별 플러그인 설치는 http://trac.edgewall.org/wiki/TracPlugins 을 참조할것
  • TracWebAdmin 플러그인 설치
    • TracWebAdmin-0.1.2dev_r4240-py2.4.egg 를 C:\Tra\Python\Scripts 폴더에 복사
    • C:\Trac\Python\Scripts 에서 easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg 를 수행
    • C:\Trac\TracRepo\Projects\프로젝트명\conf 에서 trac.ini 의 마지막에 [components] / webadmin.* = enabled 의 두 줄을 추가 (http://trac.edgewall.org/wiki/WebAdmin#EnablingthePlugin 참고)
  • AccountManager 플러그인 설치
    • TracAccountManager-0.1.3dev-py2.4.egg 를 C:\Trac\Python\Scripts 폴더에 복사
    • C:\Trac\Python\Scripts 에서 easy_install TracAccountManager-0.1.3dev-py2.4.egg 를 수행
  • 어드민계정을 설정 
    • C:\Trac\SvnRepo\Projects 의 trac.passwd 파일 내용 제거
    • C:\Trac 에서 'add-user admin 암호' 를 수행하여 새로운 암호의 admin 을 설정
    • 'trac-admin 프로젝트명 permission add admin TRAC_ADMIN' 을 주어 트랙 어드민 권한을 admin 에게 설정(http://trac.edgewall.org/wiki/TracPermissions)
  • run-apache 로 아파치 기동하고, http://ip:8080/projects/프로젝트명 에 접속하여 admin 으로 로그인후 Admin 탭에서 플러그인 세팅 마저함.
    • AccountManager 켜고 서버 재기동
    • Admin 탭의 Accounts 항목 하부 Configuration 에서 패스워드 저장방법을 HtPasswdStore 로 설정하고 패스워드 파일의 경로를 풀패스(C:\Trac\SvnRepo\Projects\trac.htpasswd)로 지정해줄것
  • http://trac.edgewall.org/wiki/TracPermissions#PermissionGroups 를 참조해 그룹별 퍼미션 세팅
  • WebAdmin 으로 기타 세부사항 수정(프로젝트 상단 배너나 링크주소 등등..)

Posted by ukmie
,
탐색기를 열었을때 원하는 위치의 폴더가 보이게 하려면,,
%SystemRoot%\explorer.exe /e,d:\  

사용자 삽입 이미지





























Posted by ukmie
,

눈오는 풍경

쉬어가는곳 2007. 12. 12. 10:41
Posted by ukmie
,
컬럼에
ALTER TABLE `organizations`
  CHANGE `Location` Location VARCHAR(50) CHARACTER SET utf8;
테이블에
ALTER TABLE `organizations` CHARACTER SET utf8;
MySQL 환경설정에
[client]
...
default-character-set=utf8
...
[mysql]
...
default-character-set=utf8
...
[mysqld]
...
default-character-set=utf8
다른 문자셋.. euckr, lantin1, iso-8859-1, ascii, binary ,,,.

Posted by ukmie
,
[Enterprise Ontology]
Enterprise Ontology: Theory and Methodology (Hardcover) / by Jan L.G. Dietz (Author)
http://www.springer.com/east/home/computer?SGWID=5-146-22-81056370-0
The Enterprise Ontology / by Dave McComb / Published: July 1, 2006
http://www.tdan.com/view-articles/5016
The Enterprise Ontology
http://www.aiai.ed.ac.uk/project/enterprise/enterprise/ontology.html
REA Enterprise Ontology Source Page
http://www.msu.edu/user/mccarth4/rea-ontology/
On Approach for Enterprise Ontology Transformation into Conceptual Model
/Olegas Vasilecas, Diana Bugaite, Justas Trinkunas
http://ecet.ecs.ru.acad.bg/cst06/Docs/cp/SIII/IIIA.23.pdf


기업 온톨로지 구축을 위한 AHP기법 기반의 시스템 우선 순위선정 방법
http://www.dbpia.co.kr/view/ar_view.asp?pid=760&isid=40594&arid=848925&topMenu=&topMenu1=
비즈니스 프로세스 및 비즈니스 정보 분석 개요
http://www.kito.co.kr/ebxml%20standard/kor/bpOVER.pdf
Semantic eBusiness
http://knowledge.kaistgsm.ac.kr/knowledge@KGSM/print.aspx?articleid=56

[방법론]
ontology development 101
http://protege.stanford.edu/publications/ontology_development/ontology101.html
온톨로지 구축방법
http://humbroll.springnote.com/pages/344340
온톨로지 구축과 의미 메타데이터 관리 (기초부터)
http://www.dpc.or.kr/workshop/5.pdf
온톨로지 구축 방법론 (김학래)
http://agent.itfind.or.kr/Datarpt/Web_R_13.pdf
웹 온톨로지 개발지침 연구
http://www.blogweb.co.kr/resources/haklae_guide_2005.pdf
온톨로지 구축방법 비교(OTK, CommonKADS, ONIONS, Ontology Development 101)




Posted by ukmie
,