일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 짝사랑
- 슈퍼스타k 2016
- account ban
- 커피레이크
- 그게 무슨 의미가 있니
- 사랑 그렇게 보내네 김영근
- 넬 희망고문
- 도전의 기회
- #만취
- CentOS 6 설치 오류
- COC
- 김영근 올패스
- 내 자신의 생각
- 적절한 타이밍
- 센티멘탈
- 흐린날의 낮술
- 해맑게 웃는 너
- 질투
- HttpURLConnection
- 퇴근버스 슈퍼스타K 2016
- 퇴근버스 조민욱
- i7-8700
- 3rd party software
- nmtui
- 영구정지
- rsnapshot
- 흘러가는대로
- 지리산 소울 김영근
- 보고싶은 내맘
- 가식의 껍데기
- Today
- Total
목록Prod. No. 7 (78)
끄적거림들...
어느 정도 분업 / 협업이 필요한 private 한 개발을 할때...source history 를 관리해줄 공간이 필요한데... 역시 대세는 github? -_-;; 문제는... github 는 open 된 공간이라는 점이다.그래서... free 로 private 공간을 제공해주는 사이트를 찾던중...bitbucket 을 발견~! https://bitbucket.org/ 가입하고 repository 만들고...동료들을 초대하면 끝~! 주의할 점은...딱! 5명까지만 private 하게 쓸수 있다는 점...;;;넘어가면 돈내야 한다 -_-5명 정도의 project 면... 나름 쏘쏘굿굿~! tool 은 sourcetree 를 사용하는데...더 좋은 tool 은... 안찾아봤다. 귀찮아서 -_-; 이제 집에..
ubuntu 에서 window file server 를 접근하고자 할때.아래와 같이 window file server 를 local dir 에 mount 해버리면 끝.password 를 물어보면 입력하면 된다.(optional 로 password / iocharset 등을 붙여도 됨) #mount -t cifs //dest_ip /local_dir_path -o username=XXX dest_ip : 접근하고자하는 file server IPlocal_dir_path : mount 하고자하는 local dir 경로username : window file server 의 username
By Justin James in 10 Things, November 5, 2007, 5:17 AM PSTJustin James is the Lead Architect for Conigent. Programmers enjoy a reputation for being peculiar people. In fact, even within the development community, there are certain programmer archetypes that other programmers find strange. Here are 10 types of programmers you are likely to run across. #1: Gandalf This programmer type looks like ..
역시... Android API 는 설명이 잘되어 있다. : ) http://developer.android.com/guide/topics/connectivity/bluetooth.htmlhttp://developer.android.com/training/game-controllers/controller-input.html - AndroidManifest.xml 설정 ... - Bluetooth Adapter 설정BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); if (mBluetoothAdapter == null) { // Device does not support Bluetooth }- Bluetooth Onif (!..
서울과 분당을 오가는 버스를 자주 애용하는 나... 프로야구가 한창인 요즘...프로야구가 시작된 시간에 버스를 타고 있노라면..데이터의 압박에 시달려 문자 중계 새로고침만 연타 -_-;;;; 이 와중에... 기쁜 소식 하나~!성남시에서 버스에 무료 와이파이를 달아주었다는 사실~! 버스를 타고... 와이파이를 켜서...seongnamwifi 라는 이름으로 검색이 되면.접속해서 무한대로 즐기면 된다!! 꺄오 >.
2004년에 산 부품부터...2010년에 장만한 부품까지... 짐 컴터가 꽤 버텨주긴 했다. ^^ 대학시절에 컴터를 조립해주면...고장이 나던... 필요에 의해서 더욱 더 좋으 제품으로 업그레이드하던...평균 수명이 한 3년 정도였던거 같은데... 요새 지름신이 급 강림하는듯 하여...www.danawa.com 에서 단가를 내보니...후덜덜 하다. -_-;;; CPU인텔 코어i5-4세대 4690 (하스웰 리프레시) (정품)개수 증가 감소238,200삭제메인보드ECS ESSENTIALS H81H3-M4 HDMI 코잇개수 증가 감소49,920삭제메모리삼성전자 DDR3 4G PC3-12800 (정품)개수 증가 감소41,200삭제그래픽카드이엠텍 HV 지포스 GT740 Prime Edition D5 1GB ARC..
Android L preview 도 나왔겠다.Android Studio 도 써볼겸... ADT 를 update 했더니...잘되던 eclipse 에서 아래와 같은 문구가 -_-;;; This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. 해결 방법은 간단하다. install new software - already installed22.x 로 된 놈들을 다 날려버린뒤에... eclipse - android 연동할때처럼 install new software - https://dl-ssl.google.com/android/eclipse/ 끝.