知之者 不如好之子 好之者 不如樂之者 (dev1.egloos.com)-(seungmin.han@gmail.com,msn:hansv905@hotmail.com):칼날 위에 스다...xmp.div.ss
by -seungmin-
| 이글루스 | 로그인
rss

skin by -seungmin-


이전 블로그
2008년 06월
2008년 05월
2008년 04월
2008년 03월
2008년 02월
2008년 01월
2007년 12월
2007년 11월
2007년 10월
2007년 09월
2007년 08월
2007년 07월
2007년 06월
2007년 05월
2007년 04월
2007년 03월
2007년 02월
2007년 01월
2006년 12월
2006년 11월
2006년 10월
2006년 09월
2006년 07월
2006년 06월
2006년 05월
2006년 04월
2006년 03월
2006년 01월
2005년 12월
2005년 11월
2005년 10월
2005년 09월
2005년 08월
2005년 07월
2005년 06월
2005년 04월

즐겨찾기

[] Tomcat 캐쉬 설정
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

cacheMaxSize

Maximum size of the static resource cache in kilobytes. If not specified, the default value is 10240 (10 megabytes).

cacheTTL

Amount of time in milliseconds between cache entries revalidation. If not specified, the default value is 5000 (5 seconds).

cachingAllowed

If the value of this flag is true, the cache for static resources will be used. If not specified, the default value of the flag is true.



static resource 에서 cachingAllowed 를 false 로 하면 캐쉬를 사용않함
by -seungmin- | 2008/06/18 13:32 | _개발_part 1 | 트랙백 | 덧글(0)
[] Tomcat 5.0 설정파일
tomcat5_conf.zip

[Tomcat5] 5.0에서 사용한 설정파일 참조
by -seungmin- | 2008/06/18 13:29 | _개발_part 1 | 트랙백 | 덧글(0)
[] Flex3 color setting

난 검정 바탕이 눈이 안아프고 좋은데
왜 dark theme를 못만드는거지..된장..
이 몬 삽질인가;;;

flex2랑 달리 flex3는 xml이 아닌 그냥 string으로 관리하는 방식으로 바꼈다
xml은 역시 오버헤드...
그냥 json이나 []이런식으로 바꾸는게 더 쉽다.

by -seungmin- | 2008/06/16 16:49 | _개발_part 1 | 트랙백 | 덧글(0)
[] eclipse theme for RadRails

TextMate theme for RadRails

Posted by Dr Nic on August 08, 2006

Radrails with Textmate themeUPDATE: Screen shot of Textmate theme for Radrails now available.

UPDATE: Vista ClearType fonts available now. I’ve also added instructions for changing fonts in RadRails if you cannot install Consolas, below.

RadRails comes with one theme: white background, black foreground. A few nice shades of markup. Lovely.

Want a little more excitement? Perhaps you want to feel like yourusing TextMate, even though it costs 30€ and won’t run on your machineanyway?

What you need is the TextMate-theme for RadRails.My friend Brett devised this and gave it to me during Railsconf.Understand this with me - he drove 15 hours from southern USA toChicago. I flew 20 hours from Amsterdam. Just so I could get this themeand now share it with you.

That’s one prized theme right there, all y’alls. (A Texan taught me that once).

Download it, unzip it, and store it anywhere you like. Don’t like free choice? Then save it in the RadRails/Themes.

If my memory serves me well:

  1. Go to File > Import…
  2. Under General, select Preferences, and click Next.
  3. Browse to the epf file.
  4. Select the Import All checkbox and press Finish.

You are now one sexy Ruby/Rails developer. Yes, you.

UPDATE: The theme will look for the Consolas font - one of the newWindows Vista fonts that you can download after a bit of Googling - itsthe replacement for Courier New.

UPDATE: If you cannot install Consolas on your system, you will needto select an alternate fixed width font, such as Courier. To do this:

  1. Go to Window >> Preferences…
  2. Go to General >> Appearance >> Colors and Fonts
  3. Select Basic >> Text Font
  4. Click Change…
  5. Select your replacement fixed width font, and press Ok.
by -seungmin- | 2008/06/13 02:05 | _개발_part 1 | 트랙백 | 덧글(0)
[] Changing font colors in Flex Builder/Eclipse

ps http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx


출처 http://polygeek.com/302_adobeflash/flex-tutorial_changing-font-colors-in-flex-buildereclipse


I’ma big fan of coding on black. That’s using a black background andbright colors for the text. Unfortunately I’ve had nothing but troublesetting this up in Eclipse. Lucky for me there was a session at 360Flexcalled Flex Builder Secretswhere I learned a great deal about how to use the hidden features inEclipse and got the scuttle bug on how to change those pesky colors.

Here’s the rub: you can’t change the text colors inside of Eclipse.You have to go into an XML file that’s buried in a .jar file in yourinstallation folder, under some peat moss at the bottom of a deepravine in the heart of Borneo. Okay, that last part is hyperbole.

Before we get started editing the colors we need to change thebackground color of the code window. You would think that thebackground color would be controlled in the same place as the textcolors, but, sadly, you would be wrong.

The image below shows you where to change the background color andwhile we’re at it you can change the font if you wish. The preferencesare under: Window -> Preferences… Uncheck the System Default checkbox and select the color that you would like to use.


Text Editors


Now to edit the color coding. Find the \plugins\ subfolder in your installation folder. For me it’s: C:\Program Files\eclipse\plugins. Now there are a bunch of subfolders there. You’re looking for the com.adobe.flexbuilder.editors.common_2.0.155577 - that number at the end is the build number and may be different than mine.

Now I’m in the subfolder: C:\ProgramFiles\eclipse\plugins\com.adobe.flexbuilder.editors.common_2.0.155577.In there you should see a file named common.jar. Before going any further you’ll want to make a backup of that file. I created a backup folder in the \plugins\ folder so that I wouldn’t be duplicating the .jar file inside itself. You’ll see how this works in a moment.

Inside the .jar file is the colors.xml file. A .jar file is reallythe same thing as a .zip file so if you’re on Windows you can justchange the extension and then unzip it. It will create two moresubfolders: com, META-INF. Tofind the XML file we’re looking for drill down to: com -> adobe-> flexbuilder -> editors -> common -> color. You shouldnow see the Colors.xml filein the midst of a bunch of .class files. You can change the text color,and set the italics and/or bold properties. If any certain node doesn’thave the italic or bold attribute then it defaults to false. You cansimply add the attribute and make it true to turn it on.


My FlexBuilder code coloring


If you want something like this you can download my colors.xml file.

All that’s left to do is update the .jar file with the changes youmade to the Colors.xml file. If you know how to do that then you’re setbut this is the part that really fraked with me. Here’s how I ended updoing it.

  1. Create a new zip file in the \plugins\ folder, one folder under where you found the common.jar file.
  2. Now drag the \com\adobe\flexbuilder\editors\common\color folder into the zip file.
  3. *Drag your zip file up into the \com\adobe\flexbuilder\editors\common\color folder.
  4. Rename your zip file to common.jar.
  5. Restart Eclipse or FlexBuilder.

*This sounds sort of messed up I know but the path in the .jar/.zipfile must be \com\adobe… I couldn’t get the path right without doing itthis convoluted way. Hey, whatever works. If you get an error whilestarting Eclipse/FlexBuilder then you probably messed up the paths andyou’ll need your backup file.

Good luck and may you enjoy coding on black, or whatever color you enjoy.

by -seungmin- | 2008/06/13 01:50 | _개발_part 1 | 트랙백 | 덧글(0)
[] Flex 개발 환상의 조합
Flex 개발 환상의 조합이라고 생각하는 환경
1. jdk-1_5_0_07-windows-i586-p
2. apache-tomcat-5.5.26
3. lcds251-win(LifeCycle Data Service - FDS의 다른 이름)
4. Adobe.Flex.Builder.Professional.v3.0

Flex의 구성요소
1. Flex SDK
2. Flex Builder
3. Flex Data Service -> LifeCycle Data Service로 명칭 변경
4. Flex Charting -> 차트 컴포넌트

tip.
* lcds같은 경우엔 설치시에 J2EE로 설치해서 test함
* MyEclipse는 그냥 따로 설치(속편함)
by -seungmin- | 2008/06/03 14:22 | _Web2.0(AJAX) 관련 | 트랙백(1) | 덧글(0)
[] 웹의 특성과 한계
HTML의 단점
1. 페이지 단위의 구성
2. 계층적 연결 구조
3. 정적 구조
4. 비지능형 클라이언트 네트워크

웹의 특성과 한계
1. 프로세스의 복잡성
2. 규모의 복잡성
3. 데이터의 복잡성
4. 피드백의 복잡성
5. 구성의 복잡성

웹 패러다임
HTML Based->Web App.->Rich Contents(interactive motion, sound, video)->RIA
by -seungmin- | 2008/06/03 10:18 | _Web2.0(AJAX) 관련 | 트랙백 | 덧글(0)
[] 아랍축제
http://arabculturalfest.com/


by -seungmin- | 2008/05/30 11:32 | _인생_part 2 | 트랙백 | 덧글(0)
[] 케어제품 싸게 구입

www.mycare.de 구매방법

 

  여러분이 구매방법을 물어보시거나, 대리구매 요청을 하셔서 구매에 도움이 될까하여 구매방법을 설명하는 글을 올립니다.

  상기한 사이트에서 Rausch 뿐만 아니라 애들 다친데 붙이면 흉터안생긴다고 턱없는 가격에 팔고 있는 플라스터  등등 까지 국내가격의 10-30% 가격으로 구매 가능합니다.

  국산품이야 애용해야 되겠지만, 턱없는 마진을 붙이는 수입상들의 폭리를 부담하고 있는 소비자의 권리도 또한 존중되야 할 것으로 생각합니다.

 

 

1) 일단 회원가입을 먼저
우측 상단에 Neu hier(New Here)를 클릭하여 회원가입창으로 이동.


* 달려 있는 곳은 꼭 입력해야 합니다.

물론, 한글이 아닌 알파벳으로만 입력해줘야 되겠죠. ^^

 

Ihre E-Mail-Adresse *: 이메일 주소 입력
Passwort *: 패스워드 입력. 6자 이상이고 아래의 이상한 문자는 안된다는 얘기
 (wie z.B. &sec $ % & !!)
Passwort wiederholen *: 패스워드 다시 확인

Anrede *:     Frau(여자)   Herr  (아저씨)
Vorname *:  성
Name *: 이름
Geburtsdatum *:    -- (TT-MM-JJJJ)
   생일을 입력 1980년 1월 15일생의 경우 \'15-01-1980\'으로 입력

Krankenkasse(의료보험번호) 국내 건강보험번호 입력하지 마시고 그냥 N/A로 입력(not available)
Versichertennummer 무슨 번호지 잘 모르므로 N/A로 입력
Bonusprogramm: 보너스 프로그램. 없으므로 N/A로 입력

Straße/Hausnummer *: 거리이름 입력 / 번지수 입력
- 거리이름은 우편물을 받을 주소를 적는 것임.
  단 거리이름은 알파벳으로 약 43자 이상은 배송스티커에 인쇄가 안되므로 줄여서 적어야 함.
  서울시 종로구 내자동 의 경우 Naejadong, Jongrogu로 기입, 도시명은 나중에 기입.
  아파트에 살면 주소가 길어지므로 주의.
  이러한 문제점은 외국과 우리나라의 주소방식이 다르기 때문임(외국주소는 번지수, 거리이름(예를들어 샹젤리제거리 이런것들), 도시명, 우편번호로 기술되어 간결한 편임.)
  그러므로 아래의 Ort(우편번호)를 정확히 적는 것이 중요함.


PLZ : 도시이름(예: Seoul, Busan, Gwangju)
Ort *: 우편번호(123-456)
Land *: Korea, Republic(Sud) 를 선택.
Festnetz-Tel. *: 전화번호입력 서울거주 02-12345678시 국가번호 82 포함하여 \'82212345678\'로 입력
Firmen-Tel. : 회사번호, 입력안해도 됨.
Funk-Tel. : 무선전화번호 010-12345678시 \'821012345678\'로 입력
Fax: 팩스번호

 Ich akzeptiere die allgemeinen Geschaftsbedingungen und die Versandbedingungen der myCARE OHG.
  --> 업무와 관련된 규약 및 배송지침 등을 잘 이해하고 받아들인다는 얘기로  추측됨. 그냥 클릭해줌.
 
  Bitte senden Sie mir zukunftig den kostenlosen mycare-Newsletter
 --> 향후 공짜로 보내주는 뉴스레터를 받아보겠다는 얘기. 받아봐야 읽지도 못하는데...^^


2) 물건 구입
좌측 상단의 Productsuche(상품검색)칸에서 원하는 물건을 검색한 후 갯수입력, 장바구니 버튼을 클릭하여 이것저것 장바구니에 넣은 후...

좌측 중간부근에 \'zum Warenkorb/zur Kasse( 장바구니를 향해!)\'를 클릭
물건구매내역 확인 후 \'Weiter(진행)\'버튼을 클릭

 

Bestellformula(구매내역)으로 이동함.
배송료는 2kg 이하시 21Euro 가 부과됨.(06년 9월 기준)
회원가입시 입력한 내역이 잘 들어가 있는지 확인.

Kreditkarte (신용카드) 가 default로 되어 있음. 당연히 신용카드로 구매해야 함. 직접 현금 송금할 자신 있는 분은 해보고 연락주시기 바람.

\'Ich akzeptiere die allgemeinen Geschaftsbedingungen und die Versandbedingungen der myCARE OHG.\'(기타 계약 내역을 잘 이해하였다는 내용으로 클릭해줌)
Absenden(전송)버튼을 클릭하면 신용카드 번호 입력창이 나옴.

 

Name des Kreditkarteninhabers  카드소유자명을 카드에 인쇄된데로 기입
Kreditkartennummer *: 카드번호 16자리
Gultigkeit (Monat/Jahr) *: 유효기간 월/년(각각 두자리씩)
Institut *: 비자나 마스터 등 결제할 카드종류 선택(국내전용카드는 당연히 안됨)

모두 입력 후 Absenden(전송)버튼 누름.

 

이후에는 물건 산지 오래되서 기억도 가물가물하고, 그렇다고 또 물건을 살 수도 없고해서 확인하지 못함.
아마 별로 힘든 것은 없었고 가입한 주소로 배송하는 버튼을 클릭하여 진행하면 됨.

 

결제 후 물품추적은

1) 우측 상단의 Mein Zugang을 클릭하여 로그인후

2) 좌측의 Leiferung und Service(배송과 서비스)에서 Wo ist mein Packet(where is my packet, 내 물건은 어디에?)버튼을 클릭하면 추적됨. 내 경우는 정확히 7일 걸렸음)

 


Tip)
1) 결제금액 중 세금(부가가치세)은 수일 후 결제취소 처리됨.(물건이 EU 밖으로 나온 것이 확인 된 후). 이른바 면세쇼핑으로 실제 가격은 제시된 가격보다 약 17%정도 저렴한 것임.
2) 배송비 포함 15만원 이하여야 통관시 관세가 부과되지 않음.
3) 전문의약품 등의 구매는 문제소지가 있으며 세관 방문 기회를 얻을 수도 있음.
4) 국내독점 수입사가 수입하는 물건을 개인용도 이외에 판매 등을 할 경우 법적인 문제의 소지가 있음. 주변 사람 나눠주는 거야 뭐 문제 없겠음.

5) 스프레이류와 인화물은 항공배송이 안되는 것으로 알고 있음.
6) 독어사전 필요시 http://www.student-online.net/woerterbuch.shtml 를 이용해 볼것.

7) 독일내 가격비교 사이트 주소 http://www.dooyoo.de/ : Was suchen Sie? (무엇을 찾으십니까?) 항목에서 검색가능하나 대부분 사이트가 국제배송을 하지 않는다는 것이 아쉬움. 혹 해외배송 가능한 사이트 찾으면 알려주시기 바람.

8) 본인은 상기 사이트와 무관함.(상받을 일이기는 함)

[출처] [본문스크랩] 피지오겔 직구 사이트 구매방법 올려요^^|작성자 민서아빠

by -seungmin- | 2008/05/20 02:44 | _인생_part 2 | 트랙백 | 덧글(0)
[] 역시 금융권?!
증권예탁결제원 9천677만원..1위 차지

(서울=연합뉴스) 윤근영 기자= 산업은행, 기업은행, 수출입은행 등 3개 국책은행 직원들의 작년도 연평균 임금은 8천700만원이며 기관장은 5억8천만원, 감사는 3억9천만원인 것으로 나타났다.

증권예탁결제원 직원들의 평균임금은 1억원에 육박하면서 산업은행을 제치고 1위를 차지했다.

작년말 공공기관들의 부채는 267조3천억원으로 전년보다 9.1% 늘어난 것으로 파악됐다.

기획재정부는 302개 공공기관들이 경영정보시시스템(알리오시스템)에 입력한 2007년도 경영정보를 분석한 결과 이렇게 나왔다고 27일 밝혔다.

분석결과를 보면, 전체 공공기관의 평균임금은 작년에 5천340만5천원으로 전년의 5천83만8천원보다 5.1%인 256만8천원이 늘었다.

이 가운데 3개 국책은행의 평균임금은 8천747만2천원으로 전년의 8천489만8천원에 비해 3.0%인 257만4천원이 증가했다.

산은캐피탈을 비롯한 17개 금융공공기관은 7천100만원, 한국방송광고공사 등 공기업은 5천985만원으로 파악됐다. 이에 따라 국책은행 평균임금은 공기업의 1.5배 수준으로 계산됐다.

기관별로는 증권예탁결제원 직원들의 임금이 9천677만4천원으로 가장 많았고 이어 산업은행 9천296만1천원, 코스콤 9천185만원, 산은캐피탈 8천917만1천원, 금융감독원 8천784만1천원 등의 순이었다.

전체 공공기관장의 작년도 평균연봉은 1억5천400만원으로 전년의 1억4천800만원보다 4.1%가 늘어났다. 이중 3개 국책은행장의 평균연봉은 전년보다 19.0% 줄어든 5억7천900만원이었다.

기관별로는 산업은행 총재가 6억1천200만원으로 전년의 7억4천200만원보다 17.5% 줄었고 수출입은행장은 16.5% 감소한 5억6천800만원, 기업은행장은 22.9% 줄어든 5억5천800만원이었다.

기관장의 연봉이 3억원 이상인 기관은 산은캐피탈(5억3천100만원), 한국투자공사(4억8천만원), 증권예탁결제원(4억7천300만원), 신용보증기금(4억2천700만원), 기술보증기금(4억2천500만원) 등 모두 15개 기관에 이른다.

전체 공공기관 감사들의 평균연봉은 작년에 1억5천900만원이었으며 3개 국책은행은 평균 3억8천700만원으로 파악됐다. 기관별로는 산업은행 4억1천300만원, 수출입은행 3억8천900만원, 기업은행 3억5천700만원이었다.

재정부는 지난 2003∼2007년 연봉 평균 증가율은 감사가 7.4%로 가장 높았고 이어 기관장 6.5%, 이사 7.2%, 직원 5.3% 등이었다고 밝혔다.

공공기관장들의 평균 업무추진비는 2천400만원이었으며 기관별로는 국민건강보험공단 1억1천600만원, 산업은행 9천100만원, 근로복지공단 8천900만원, 국방과학연구소 7천700만원 등이었다.

재무상태를 보면, 전체 공공기관의 작년말 부채는 276조3천억원으로 전년의 253조3천억원보다 9.1%인 23조원이 증가했다. 전체 당기순이익은 2.0% 늘어난 17조4천억원, 총자산은 8.3% 증가한 490조8천억원으로 집계됐다.

keunyoung@yna.co.kr
by -seungmin- | 2008/04/27 15:13 | _부자오빠_part 2 | 트랙백 | 덧글(0)
◀ 이전 페이지 다음 페이지 ▶