windows event 를 흉내내서 macro 를 만들려고 한다. 참고가 될 만한 사항들을 모아놨다. Windows sibling window 에서 next window 의 handle 얻어오기. d = win32gui.GetWindow(c, win32con.GW_HWNDNEXT) enum 값 win32con.GW_HWNDFIRST = 0 win32con.GW_HWNDLAST = 1 win32con.GW_HWNDNEXT = 2 win32con.GW_HWNDPREV = 3 win32con.GW_OWNER = 4 win32con.GW_CHILD = 5 win32con.GW_ENABLEDPOPUP = 6 Window handle 얻어오는 함수 - class name 과 window caption 을 참조해서..
영어 공부를 위한 무료 라디오 청취 하는 방법 http://hanami.tistory.com/216
windows event 를 흉내내서 macro 를 만들려고 한다. 참고가 될 만한 사항들을 모아놨다. win32 extension library 는 깔려있어야 한다. Windows sibling window 에서 next window 의 handle 얻어오기. d = win32gui.GetWindow(c, win32con.GW_HWNDNEXT) enum 값 win32con.GW_HWNDFIRST = 0 win32con.GW_HWNDLAST = 1 win32con.GW_HWNDNEXT = 2 win32con.GW_HWNDPREV = 3 win32con.GW_OWNER = 4 win32con.GW_CHILD = 5 win32con.GW_ENABLEDPOPUP = 6 Window handle 얻어오는 함수 ..
주어진 folder 에서 특정 extension 을 갖는 file 찾기. def searchFileWithExt(basepath, extQuery): r = [] if os.path.exists(basepath) is True : for i in os.listdir(basepath): # 'i' is filename name, ext = os.path.splitext(i) if ext.lower() == extQuery: r.append(os.path.join(basepath,i)) # return full path return r
http://health.chosun.com/site/data/html_dir/2010/06/07/2010060702400.html 장마철 눅눅한 냄새를 없애는 좋은 방법 - 식초 http://bbs.style.miznet.daum.net/gaia/do/style/magazine/fashion/f_trend/read?articleId=4366&bbsId=S001&forceTalkro=T&sortKey=depth&objCate2=6&objCate1=1&pageIndex=1 여러가지 용도의 식초 탈취제, 늘어진 스웨터를 되돌리는 용도 섬유 유연제의 대체재 http://happy-box.tistory.com/788
모델은 별로지만, 쇼핑몰 이미지와 옷은 볼만한듯 http://www.ganjischool.com/?nv_pchs=roi_UMAh1i3RHb4YIno5DWqrkzVgqLcYWmsFcCj2ZPMLMDU%3D http://chaecodi.com/front/php/product.php?product_no=2033&main_cate_no=49&display_group=1 괜찮은 바지 http://www.stylewow.co.kr/ 사진이 잘 나와서 고르기 좋은 쇼핑몰 http://www.zinif.com/ 사진은 좋고, 코디도 괜찮고, 근데 가격은?ㄱ 제로백 http://www.zeroback.com 유니클로 http://www.uniqlo.kr/uq/disp/UQL4CategoryGoods.jsp?curDisp..
http://www.linuxjournal.com/article/6988 간단한 LDAP server 작성하는 법이 나와 있다. http://www.grotan.com/ldap/python-ldap-samples.html LDAP 와 관련된 작업을 수행하는 간단한 예제 코드 http://pypi.python.org/pypi/python-ldap/ 여기서 python-ldap( OpenLDAP C API 를 wrap 한 api 라고 한다.) 를 설치하자. http://www.python-ldap.org/docs.shtml python-ldap 와 관련돼서, 그리고 LDAP 와 관련된 문서들을 찾을 수 있다. 간단하게 Authentication(login) 을 하는 program을 만들어 보자. 기본적으로 ..
- Total
- Today
- Yesterday
- icon tool
- icon program
- 고강도
- 인공안구
- 의학
- 영귤
- 그림편집
- 늙기
- 대일농장
- 보드고글
- 상식
- 인테리어
- 녹색농원
- 샤워기전
- 칠오름농장
- 영귤차
- 명언
- 미스터피자주문
- 무릎마사지
- 제주녹색농원
- 제주영귤
- 스타치
- 인공눈
- 칠오름
- sudachi
- network error
- 데크에 바인딩묶기
- 과학
- 편집프로그램
- breakpoint
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |