본문 바로가기

전체 글

(245)
python :: twitter simplejson 설치 http://pypi.python.org/pypi/simplejson python twitter 설치 http://code.google.com/p/python-twitter/ 사용 >>> import twitter >>> api = twitter.Api(username="username",password = "password") >>> tweet = api.PostUpdate("Post from python twitter~!~!") 수신확인
python :: BeautifulSoup Encoding 에러 BeautifulSoup로 다음과 같이 읽어드리면 utf-8로 자동 인코딩이 된다. In [1]: file_name = "d:\\sdd_word\\result\\xml\\class_c_c_i_status_manager.xml" In [2]: f = open(file_name, 'r') In [3]: contents = f.read() In [4]: from BeautifulSoup import Beau BeautifulSoup BeautifulSOAP BeautifulStoneSoup In [4]: from BeautifulSoup import BeautifulSoup In [5]: soup = BeautifulSoup(contents) In [6]: soup.originalEncoding Out[6]:..
A short Tutorial on Semantic Web A short Tutorial on Semantic Web York Sure
Rhapsody :: 종속 패키지 헤더 파일 추가 없애기 말이 좀 어렵다 ㅋ 클래스 생성시 종속되는 패키지의 헤더파일을 자동으로 추가할 것인지 말것인지를 정하는 Property가 있어서 글을 남긴다. 지금 당장은 이게 무슨 말인지 모르겠지만 C/C++ 하다보면 헤더 파일 상호 참조 때문에 에러가 나는 일이 허다함으로 그 에러를 해결하기 위한 옵션이 된다. 정말 찾기도 힘들다. Properies >> CG >> Class >> ImplicitDependencyToPackage의 체크를 없앤다.
Android on iPhone 놀랍다 @_@
Rhapsody :: Browser 전시 순서 임의 지정 처음에 Rhapsody를 사용하면 Browser창에 전시되는 엘리먼트들의 순서를 바꿀수가 없다. 하지만 아래의 옵션을 Enable 함으로써 사용자가 임의로 내용들의 순서를 정할 수 있다. View >> Browser Display Options >> Enable Ordering 을 활성화 하면 아래와 같이 순서정하는 아이콘이 활성화가 되어 순서를 지정할 수 있다.
python :: Google python class 2nd day 2일차 더보기
python :: Google python class 1st day 1일차 더 보기