프로그래머의 능력 가중치에 대한 생각

*———————————————————-* | What one programmer can do in one month, two programmers | | can do in two months.————————————| |———————————————————-| | – Frederick P. Brooks————————————| *———————————————————-* 한명의 프로그래머가 한달동안 할수 있는일, 두명의 […]

svn repository 생성

1단계 : 저장소 생성 svn admin create ./[svnRepositoryfoldName] 2단계 : 환경설정 — 위치 이동 cd ./[svnRepositoryfoldName]/conf vim svnserve.conf — 접근권한 설정 anon-access = none — 인증 사용자 권한 설정 auth-access = write […]

전기 기사 실기 기본 이론 토픽

토픽 2019-11-25 작성 0.송배전 1.송배전 2.유도장애 3.코로나 4.지중전선로 5.유도전동기 6.전동기 및 전열기 용량산정 7.수변전 설비 구성및 기호 8.수변전 설비 편성표 9.개폐기 10.차단기 정격 11.차단기 용량 12.피뢰기&침 13.전력퓨즈 14.계기용 변성기 15.보호계전기 16.변압기 용량 […]

markdown -변경-> tex -변경-> pdf -변경-> word 변경하기

markdown -변경-> tex -변경-> pdf -변경-> word 사전 환경 OS: widows 10 TnXTex installed pandoc installed

C – Data Types

Data types in c refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and […]

파일 및 문자열 찾기 in Gvim

모든 파일을 통한 검색 :grep -R ‘.ad’ . ./css/ad_styles.css:.ad { ./css/ad_styles.css: * because IE is bad */ ./css/ad_styles.css:.small_ad { ./css/deprecated/ad_styles.css:.ad { ./js/script.js:// in case coffeescript is a fad ./js/script.js:// glad this works […]

vim으로 latex 문서 컴파일 (- xelatex.exe사용)

1.환경 windows 7 gvim v8.0 TnXTex installed 2.작업 순서 file생성(확장자:tex) — test.tex 내용 편집 (아래 예제 )

vim html tag 선택

1. 선택 tag 안쪽 내용 선택하기 vit *v_it* *it* it “inner tag block”, select [count] tag blocks, from the [count]’th unmatched “” backwards to the matching “”, excluding the “” and “”. […]