일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 베스트 극장
- 4차 산업혁명
- Visual Studio Code
- 머신러닝
- 선각자
- 나만의 독서법
- 파일 검색
- 블록 코딩
- 변곡점
- MontyHall
- 동영상 플레이어
- 누구를 위한 교육과정인가?
- 2021년 튜링상
- Code Blast
- 박사 논문
- 인공지능
- 2022 개정 교육과정
- 앱
- 안드로이드
- 코드 폭발 효과
- 단편 드라마
- 알프레드 에이호
- 수학적 귀납법
- 제프리 울만
- 휴먼명조
- 매트로폴리탄 미술관
- 중학교 교육과정
- code.org
- 욱
- 패트릭 브링리
- Today
- Total
목록분류 전체보기 (478)
코딩하는 공무원
첨부파일을 경로에 압축해제하면 끝!!
http://database.sarang.net/database/mysql/capi/capi.html http://itcenter.happyrising.com/core/MySQL_4.1_Korean/MySQL_4.1_Korean/ch11s04.html http://zetcode.com/tutorials/mysqlcapitutorial/ http://dev.mysql.com/doc/refman/5.0/en/c.html http://www.kitebird.com/mysql-book/ch06-2ed.pdf http://hanbitbook.co.kr/web/sample/1193/mysql_chap12.pdf
http://www.bloodshed.net/dev/devcpp.html http://orwelldevcpp.blogspot.kr http://orwelldevcpp.blogspot.kr/2012/05/dev-c-5202-released.html
Plugin 설치 방법메뉴에서 Plugins > Install new > 다운로드한 파일 선택하면 끝! (CodeBlocks 다시 시작함) Plugin 사용 방법1. 키보드 단축키 PluginSettings > Editor > Keyboard shortcuts 메뉴에서 원하는 키보드 단축키 설정 가능 2. 소스 –> PDF 변환 PluginFile > Export 에서 사용 가능 3. 소스코드 A-Style 포맷터Plugins > source code formatter (A Style)
FastStone Photo Resizer 3.1 http://www.faststone.org/download.htm
http://docs.oracle.com/javase/tutorial/uiswing/components/index.html
http://www.bulkrenameutility.co.uk
Pyscipter의 코드 상에서 한글 경로를 사용할 때 다음과 같은 문제가 발생하는 경우 Python 2.x 의 LIB 폴더의 site.py 파일을 다음과 같이 수정한다. 수정전 ============ if 0: # Enable to support locale aware default string encodings. import locale loc = locale.getdefaultlocale() if loc[1]: encoding = loc[1] 수정후 ============ if 1: # Enable to support locale aware default string encodings. import locale loc = locale.getdefaultlocale() if loc[1]: encodi..
http://code.google.com/p/pyscripter/ 1. Tools > Option > IDE Options > Default file encoding for new files : sf_UTF8 > Defualt line break format for new files : sffUnicode2. Tools > Editor Options > Display 탭 > Font 설정 > Options 탭 > Word wrap 체크3. Edit > File Format > UTF-8 체크
ZoomIt v4.2 http://technet.microsoft.com/en-us/sysinternals/bb897434
도구 > 설정 > 고급 > 고급 설정 > 설정 편집 > 고급 기능 사용 동의 mailnews.message_display.disable_remote_image 항목을 더블 클릭하여 false로 변경함
3장 4장