from http://www.okjsp.pe.kr/seq/195079     thx 허광남

from https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972

Here's the workaround:

Do "Show package contents" on the Eclipse.app.  Edit Contents/Info.plist.  Just above 

</dict>
</plist>

Place this:

<key>NSHighResolutionCapable</key>
<true/>

Then, log out or make a copy of the app so that OSX will notice the change.  Now, the info window will not show "Open in Low Resolution" as checked.  Launch Eclipse and enjoy your new retina awesomeness.


:Begin

taskkill /F /T /IM xxxx

choice /t 5  /d y > null

GoTO :Begin

이게 필요할때가 있다.

이게 참...
jdk 1.7버전을 사용하면 나오는 문제이다. 이게 왜이렇나 했음.

1. jdk 1.6을 설치한다.

2. /opt/sqldeveloper/sqldeveloper/bin ... 즉 자신이 설치한 sqldeveloper 위치로 가서 해당 위치로 이동한다.

3. sqldeveloper.conf 를 열어서 SetJavaHome 값을 jdk 1.6설치한 홈디렉토리로 해놓는다.
ex) SetJavaHome /opt/jdk1.6.0_32

4. 해본다.. -ㅅ- 본인의 경우는 50개 넘게 이제 잘 나온다... 


근데 이제 또 문제가 생기는분들이 있는데 .. 한그리 깨지는거; 그건 따로 올려놓은 포스팅을 보고 해결하라.

깨지는 이유는 jdk 를 바꾼것의 영향을 받은 결과이다. jdk에 뭔가 설정이 필요하다.



from http://chuudok.cafe24.com/blog/246

1. ttf-unfonts를 설치 한다.
sudo apt-get install ttf-unfonts
--> 하면 안될수 있다. 패키지가 이제 존재 하지 않나보다. 우선 저렇게 하면 2개가 나오는데 core, extra 를 발견했다고 나온다.
      각각을 설치하자. 

2. 소프트링크로 sqldeveloper 가 사용할 jdk 이하 jre/lib/fonts  에 위에설치한 폰트디렉토리를 소프트링크 생성한다.
ex) sudo ln -s 
/usr/share/fonts/truetype/unfonts-core /opt/jdk  /opt/jdk1.6.0_32/jre/lib/fonts/fallback

해놓으면된다. 만약 extra를 하겠다면 core 대신 그걸로 소프트링크 만들어도 된다.






울테그라는 12-30T 는 


이빨 갯수가 12-13-14-15-17-19-21-24-27-30

[출처] 로드 스프라켓 12-30t는 무슨 의미인가요? (자전거로 출퇴근하는 사람들) |작성자 아델리아




'취미 > 자전거' 카테고리의 다른 글

자동차 번호판 추가 발급 관련...  (0) 2022.08.19

전에... 예전에... 는 xserver 리스타트는 ctrl+shift+backspace 였다.

지금은? alt+k+printScrn 이다. 


right alt라던데.. 뭐 상관없는것 같기도 하고; 

from http://blog.csdn.net/liuyanzhi08/article/details/7747117

InputHelper

Just a little plugin to open new gtk.window having textinput field which will support Input Method like Ibus, then insert it back to Sublime Text 2 when you complete input text.

MANUAL INSTALL:

cd ~/.config/sublime-text-2/Packages

git clone https://github.com/xgenvn/InputHelper.git

USING:

  • Make sure your iBus/scim is working normally on other gtk application
  • Default key combination: Ctrl+Shift+Z > Input text in the text field > Press Enter or Ctrl+Enter to place text > Press Arrow Key or End to place cursor to the last position. Ctrl+Enter to reach new line after input text.

This plugin is ONLY working on Linux! On Windows or Mac you shouldn't have above issues to use this plugin.



1. new project

2. import project from external model

3. eclipse 

4. eclipse 프로젝트 디렉토리 선택

5. 프로젝트 선택

6. import 되고난후 모듈을 골라서 F4를 누르고 JDK 를 제대로 되게 선택해준다.

7. 프로젝트 부분에 pom.xml 파일이 보일것이다. 마우스 오른쪽 누르고 Add as Maven Project 를 선택한다.


그러면 메이븐 으로 부터 jar를 가져오면서 기본설정 끝


+ Recent posts