일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 매트로폴리탄 미술관
- 욱
- 나만의 독서법
- 2022 개정 교육과정
- 앱
- 단편 드라마
- 선각자
- 4차 산업혁명
- 수학적 귀납법
- 변곡점
- code.org
- 휴먼명조
- 파일 검색
- 패트릭 브링리
- 제프리 울만
- 알프레드 에이호
- 인공지능
- Code Blast
- 2021년 튜링상
- 코드 폭발 효과
- 박사 논문
- 중학교 교육과정
- Visual Studio Code
- 베스트 극장
- 안드로이드
- 머신러닝
- 동영상 플레이어
- 누구를 위한 교육과정인가?
- MontyHall
- 블록 코딩
- Today
- Total
목록전체 글 (421)
코딩하는 공무원
regsvr32 fzshellext.dll
가상 바탕화면 생성 http://dexpot.de/- 다음 바탕화면 전환 Ctrl+Win Right - 이전 바탕화면 전환 Ctrl+Win Left - 다음 바탕화면으로 윈도우 이동 Alt+Win Right - 이전 바탕화면으로 윈도우 이동 Ctrl+Win Right 파일 및 폴더 비교 동기화 http://sourceforge.net/projects/freefilesync/무료 웹페이지 저작툴 http://www.trellian.com/webpage/ 프로세스 탐색기 http://technet.microsoft.com/en-us/sysinternals/bb896653 참고 키워드 : 베스트 프리웨어 50
첨부파일을 경로에 압축해제하면 끝!!
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 체크