일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- 모델S
- 3.1.3
- win7
- 원격데스크톱
- 원격데스크탑
- 카드 zip code
- billing zip code
- 아이폰15 출시일
- JSP
- 윈도우
- 삼성카드 해외직구 우편번호
- 아이폰
- Util
- 레드햇
- ZIP code does not match billing address
- 해외직구 우편번호
- 쿠팡 네스프레소 할인
- 11g
- 삼성카드 해외직구
- 아이폰 강제 리부팅
- 버츄오 할인
- 네스프레소 버츄오 넥스트
- 모델x
- 10g
- Listener
- 다운그레이드
- oracle
- Java
- 삼성카드 우편번호
- 아이폰 강제 재시동
- Today
- Total
목록전체 글 (178)
starland
과연 캡쳐해서 붙여넣은 그림이 제대로 포스팅 될까?? 게시후 블로그 확인해보니 왠일 너무 잘된다!! 이미지 url을 확인해보니 http://fs.textcube.com/blog/4/40165/attach/cfile24.uf@1845FA514D2BF05013BB33.png 요런식으로 텍큐 내부에 png형식으로 저장되는듯...우후후 짱이다.!! 우하하. 텍큐에서 글작성할때 캡쳐한 그림을 바로 붙여넣을 수 없어(이미지로 저장한 후 파일로 업로드해야 한다) 불편했는데, word2007 짱이다!!
Foldable Universal Bluetooth Keyboard January 21st, 2009 Goto comments Leave a comment This is a $54 Foldable Universal Bluetooth Keyboard which will work with your Palm OS, Pocket PC, Smart Phone etc. Will you get more comfortable with this? [via Woohome]
출처 : http://www.2dayblog.com/2009/12/12/foldable-portable-keyboard-concept/#more-13765 접을수 있는 컨셉 키보드.. 사진처럼 싹 정리된다면 휴대용으로 괜찮을듯. 저 usb로 무선연결하는듯… ^^ Foldable Portable Keyboard Concept December 12th, 2009 Goto comments Leave a comment Here's a cool portable keyboard concept by Yoonsang Kim and Eunsung Park. It is a computer keyboard that can be folded up like a traditional folding fan so you can ta..
출처 : http://azabong.textcube.com/5 Eclipse 자주 쓰는 단축키개발/Eclipse 2009/12/28 14:49 단축키 설명 Ctrl + Shift + X대문자 변환 Ctrl + Shift + Y소문자 변환 Ctrl + Shift + F소스자동정렬(거의 내맘에는 안듬)다른소스카피해서사용할때 유용하게 사용. Ctrl + Shift + H소스찾기 Ctrl + H소스찾기 - File Search 탭부분 유용함. 원하는 확장자 또는 소스에서 Text검색시 유용. Ctrl + F찾기 또는 대치(Replace)기능Wrap Search 체크되어 있어야 순환하면서 검색함. Ctrl + Shift + C선택한 블럭 주석처리. Alt + Shift + A열모드.Galileo버전부터사용가능(?)
1. * Telnet 의 접속후, 소스 컴파일, 실행 등을 하기 위하여 /etc/xinetd.d/telnet 에서 disable = no 로 수정. user = root 고, server = /usr/sbin/in.xinetd 로 기본 설정. 1. 설정으로 아래와 같이 실패시 2. 시도 * 메뉴-실행에서 telnet IP ADDRESS 를 입력하고 telnet 접속을 아래와 같이 시도 했습니다. ------------------------------------------------------ Red Hat Enterprise Linux AS release 4 (Nahant) Kernel 2.6.9-5.ELsmp on an x86_64 login: shseo Password: Login incorrect ..
잘 정리된 글이 있어 퍼옵니다.출처 : http://linuxian.innori.com/15문자열 길이${#string}expr length $stringexpr "$string" : '.*' stringZ=abcABC123ABCabc echo ${#stringZ} # 15 echo `expr length $stringZ` # 15 echo `expr "$stringZ" : '.*'` # 15 문자열 시작에서부터 매칭되는 문자열조각(substring)의 길이expr match "$string" '$substring'$substring 은 정규 표현식입니다.expr "$string" : '$substring'$substring 은 정규 표현식입니다. stringZ=abcABC123ABCabc # |----..