일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- React #React-Table
- cifsutils
- react #router
- firefox 파이어폭스
- 노트패드뿔뿔
- VM 호스트 주소
- OpenSCAD
- startfile
- PyLucene
- springboot #spring #jackson
- debian
- FTP
- linux ssh root debian
- 보안연결실패
- Printer Driver
- PDFCreator
- 윈도우
- Notepad
- Notepadplus
- 가상머신호스트
- Notepad++
- Basic Auth
- 임펠러
- 소스 <script> 로딩 실패
- mailutils
- Windows
- Regex
- SFTP
- 정규표현식
- Today
- Total
목록분류 전체보기 (80)
JJC's 테크니컬 다이어리
package dwgpost import grails.test.* class UtilServiceTests extends GrailsUnitTestCase { protected void setUp() { super.setUp() } protected void tearDown() { super.tearDown() } void testSomething() { mockLogging(UtilService) def postR= mockDomain(PostMaster, [ new PostMaster(postreceivers:[ new PostReceivers(receiver:new Receivers()) ]) ]) def testService=new UtilService() assertNotNull testServ..
Eclipse 3.5 (Galileo) 기준으로 설명합니다. 1. 이클립스를 시작하고 Help > Install New Software 2. Available Software다이얼로그에서 Add를 클릭 3. Add Site 다이얼로그가 뜨면 리모트 사이트의 명칭("Android plugin")을 입력한다. Location 필드에는 다음을 입력한다. https://dl-ssl.google.com/android/eclipse/ (문제가 있으면 http 로 해본다.) 4. Available Software 화면으로 돌아오면 리스트에서 추가된 Developer Tools 을 볼수 있다. 옆의 체크박스를 체크하고 Next 클릭 한다. 5. Next > .. license 수락 -> Finish 6. 이클립스 재시..
JOSSO 무엇입니까? JOSSO(Java Open Single Sign-On)는 J2EE와 스프링기반 SSO 인프라를 위한 중앙집중식, 플랫폼 독립적, 사용자 인증/인가 솔루션을 제공하기위한 기반의 오픈 소스 소프트웨어이다 주요 특징 J2EE , Spring and Windows Transparent cross-domain/cross-organization Single Sign-On 떼었다붙였다 할수 있는 프레임워크로 스프링이나 내장Ioc컨테이너를 사용하는 커스텀 식별(identity) 컴포넌트를 구현할수 있도록 해준다. "5 분" 즉석 셋업과 커스텀 "enhancement" 콘솔을 통한 배포 아파치 톰캣에서 실행됩니다. 제이 보스 애플 리케이션 서버에서 실행됩니다. BEA WebLogic 8, 9 a..
노키아 TV-OUT 기능을 쓰려면 지정된 AV 케이블을 구매하거나 자작해야하는데 자작시 결선 방법 입니다. (N95,N82..) 4 pin jack - RCA (RCA COLOR) 1 - audio left(white) - 핀끝 2 - audio right(red) 3 - video(yellow) 4 - GND(Shield) -케이블 쪽
어두운 바탕의 고전스타일의 코드 에디터 설정을 좋아한다.
sqlite3 공식 사이트 http://www.sqlite.org/download.html Python-sqlite 다운가능 사이트(공식프로젝트 사이트) http://code.google.com/p/pysqlite/ http://code.google.com/p/pysqlite/downloads/list Documentation http://pysqlite.googlecode.com/svn/doc/sqlite3.html sqlite3: command-line 방식 SQLite DB 관리 프로그램 설명서 http://www.sqlite.org/sqlite.html 비공식 튜토리얼 http://www.devshed.com/c/a/Python/Using-SQLite-in-Python/
#!/opt/bin/python # -*- coding: cp949 -*- import sys sys.path.append('/opt/lib/python2.4/site-packages') from pysqlite2 import dbapi2 as sqlite import csv, os, string print "Content-Type: text/html" print datafile ='./detail.csv' outfile = './' +'insertsql.sql' reader = csv.reader(file(datafile),dialect='excel') row = reader.next() # Create insert SQL statement rc = 0 sqlfile=open(outfile,'w') #..
#!/opt/bin/python # -*- coding: cp949 -*- import sys sys.path.append('/opt/lib/python2.4/site-packages') from pysqlite2 import dbapi2 as sqlite import csv, os, string print "Content-Type: text/html" print print "Insert Start.." print " " outfile = './' +'insertsql.sql' # updateline="update credituse set price=price*(-1) where price>0 and accept='취소'" # Create a connection to the database file "m..
#!/opt/bin/python # -*- coding: cp949 -*- import sys sys.path.append('/opt/lib/python2.4/site-packages') from pysqlite2 import dbapi2 as sqlite from datetime import date import csv, os, string,cgi print "Content-Type: text/html" print # Create a connection to the database file "mydb": con = sqlite.connect("mydb") cur = con.cursor() # we can also implement a custom text_factory ... # here we impl..
http://www.redmine.org/ 의 위키 설명서를 기반으로 직접 설치해본 후 작성하였습니다. 1.우분투 리눅스(데비안기반) 9.04를 설치한다. - 제 경우 root 로 로긴되도록 설정한 다음 root 로긴후 작업함. (시스템->관리->로그인 창 의 보안 탭에서 '로컬 시스템 관리자 로그인 허용' 에 체크표시) 시스템->관리->시냅틱 패키지 관리자 를 이용하여 필요한 패키지를 설치한다. - mysql 5.0 서버를 설치함(5.1이 지원안된다는 내용이 있었음ㅠ) - mysql Administrator 를 설치함(GUI 관리툴) =>설치후 서버 시작 설정을 바꿔준다. Startup Parameters 설정으로 들어가서 Use old passwords 항목에 체크표시한다. 2. 다음 링크를 참조하여..