분류 전체보기 (245) 썸네일형 리스트형 Free IT Ebook 받는 곳 http://it-ebooks.info/ Hg Init: a Mercurial tutorial http://hginit.com/index.html Joel이 알려주는 hg mercurial 가이드 문서. 6단계로 차근차근 쉽게 배울수 있다. 한글 번역본은 http://blog.daum.net/leejaku/301 에서 확인하자. svn / git / mercurial 서버 구성(SCM-Manager) 2/2 svn / git / mercurial 서버 구성(SCM-Manager) 1/2 에서 SCM-Manager의 설치까지 끝냈다.간단한 User를 추가하고, Repository를 구성하여 간단히 프로젝트를 진행하도록 하자. 1. SCM-Manager로의 로그인 최초 관리자 계정은 scmadmin / scmadmin 으로 설정되어 있다. 로그인 한 이후에 반드시 암호를 수정하도록 하자. 2. User 설정 사용할 계정을 만들어 본다. Security >> Users >> Add 를 선택한다. 3. Repository 설정 Mercurial 저장소로 진행하려고 하는데, 내가 설치하였을때 Repository Type에 Mercurial이 안보여 아래와 같이 추가적으로 설정하고 진행하였다. 물론 server 측에 .. svn / git / mercurial 서버 구성(SCM-Manager) 1/2 기존에 사용하던 svn을 대체하려고 git / mercurial 서버 구성을 하면서 가장 큰 장벽은 서버 구성의 어려움이었다. git / mercurial의 서버 구성을 위해 ssh 키를 등록해야 한다던가, 웹서버 및 DB 설정 해야 하는 과정이 일반 개발자들에게는 매우 고통스럽기 때문이다. git / mercurial의 서버 구성을 위해 이리저리 자료를 찾던 중 나의 요구사항에 맞는 제품을 발견한다. [나의 개인적인 요구사항] SCM 서버 구축이 쉬워야 함. Repository 및 사용자 관리가 쉬워야 함. 사용자 관리는 LDAP과 연동되어야 함. Windows와 Linux OS를 지원해야 함. Web 인터페이스면 더 좋음. SCM-Manager 가 그 주인공이다. google. 등을 찾아봤는데, 아직.. QT Designer youtube pandas :: pivot_table 인자 DataFrame을 Excel의 pivot_table 형식으로 데이터를 가공할 수 있는 함수가 있다.pivot_table 함수의 인자는 다음과 같다.data: A DataFrame objectvalues: a column or a list of columns to aggregaterows: list of columns to group by on the table rowscols: list of columns to group by on the table columnsaggfunc: function to use for aggregation, defaulting to numpy.mean http://pandas.pydata.org/pandas-docs/stable/reshaping.html aggfunc이 기.. pandas :: indexing & selection pandas의 2차원 데이터 구조인 DataFrame에서 Indexing하거나 Selection하는 방법이다. 헥갈려서 적어놓는다. Operation Syntax Result Select column df[col] Series Select row by label df.loc[label] Series Select row by integer location df.iloc[loc] Series Slice rows df[5:10] DataFrame Select rows by boolean vector df[bool_vec] DataFrame http://pandas.pydata.org/pandas-docs/stable/dsintro.html WindRiver Workbench 3.2이상 에서 특정 Plug-in을 설치하기 플러그인을 설치하기 위해 Help 메뉴를 방문해서 Install New Software 메뉴를 찾을 수 없다. 일부러 숨긴듯 하다. 그래서... 1. Help -> Search 에서 "Updating and installing software" 의 키워드로 검색한다. 2. 검색되어 나온 Help 페이지에서 "Installing new software"를 선택한다. 3. 검색된 절차 중에서 "1. Click Help > Install New Software..." 을 선택하면, 새 창이 뜨면서 플러그인 설치가 가능할 것이다. 그래서 기껏 Workbench 3.2에 QAC++ 플러그인을 설치해봤는데 안된다. -_-;; 이전 1 ··· 8 9 10 11 12 13 14 ··· 31 다음