2014. 9. 3. 08:07
shutil.copyfileobj(fsrc, fdst[, length])
Copy the contents of the file-like object fsrc to the file-like object fdst. The integer length, if given, is the buffer size. In particular, a negative length value means to copy the data without looping over the source data in chunks; by default the data is read in chunks to avoid uncontrolled memory consumption. Note that if
the current file position of the fsrc object is not 0, only the contents from the current file position to the end of the file will be copied.

'Study > python' 카테고리의 다른 글

[연습]모두의 경영 헬퍼  (0) 2015.09.14
[펌]Python code coverage for Lib/ctypes/wintypes.py  (0) 2014.10.12
[연습]AutoPOKO ~~  (0) 2013.11.11
[펌]python thread 사용예  (0) 2013.10.16
[연습]wxpython rss reader  (0) 2013.10.06
Posted by 땡보
2013. 12. 22. 00:05

빨간색 1 
노란색 2 
파란색 3 
초록색 4 
보라색 5 
파란색 블록( 주위 블록 끌어당김 ) 8 

Posted by 땡보
2013. 12. 17. 00:35

UI automation 연습겸 장난삼아 작성해본 포코팡 오토(?)라고 하기엔 너무 멍청함.. ㅋㅋ

구현기능

1. 무한반복 플레이

2. 클로버 자동충전

역시 손은 눈보다 빠름.. ㅎㅎ


'Study > mobile' 카테고리의 다른 글

[android]Dalvik opcodes  (0) 2015.03.15
음.. 뽀꼬빵  (0) 2013.12.22
[android]change system date & time  (0) 2013.11.19
[Android]Monkeyrunner  (0) 2013.11.05
[펌]USB 드라이버가 없는 안드로이드 기기의 설치  (0) 2013.09.12
Posted by 땡보