jstl 개행 방법
출처 : http://lunajin.tistory.com/3 1 2 3 4 5 pageContext.setAttribute(“crlf”,”\r\n”); pageContext.setAttribute(“lf”,”\n”); page...
출처 : http://lunajin.tistory.com/3 1 2 3 4 5 pageContext.setAttribute(“crlf”,”\r\n”); pageContext.setAttribute(“lf”,”\n”); page...
url : http://sarghis.com/blog/856/ 이 글은 우분투 12.04 LTS, 12.10 기준으로 작성하였다. 우분투는 기본적으로 root 계정을 사용하지 못하게 하고, root 계정이 필요한 경우 “sudo” 명령을 통해서 root가 아닌 계정에서 명령을 실행할 수 있도록 되어있다. 그런데 아무 계정에서나 sudo 명령을 실...
sudo scp /etc/hosts/ ubibio -ssc@192.168.30.15:/etc/hosts file send~! hangul sudo apt-get nabi yes~ reboot shift + space key!! conf file change source .bashrc or . .bashrc termin...
오래 자리를 비워둔 관계로 ubuntu 설정 부분 부터 무작정 따라하기로 하였다. chkconfig 를 우분투에 설치한다 chkconfig 를 치면 아래 설치하는방법 메시지가 생긴다. 그런 뒤 설치된 디렉토리 /usr/lib/insserv 권한 문제가 발생되어 sbin으로 해당 폴더를 링크를 걸어준다. sudo ln -s /usr/lib/...
출처 : http://shonm.tistory.com/category/ibatis/like%20%EB%AC%B8%20%EC%82%AC%EC%9A%A9%EB%B2%95 오라클은 like ‘%’ #value# ’%’ </embed>Mysql은 like concat(...
http://www.jsoneditoronline.org/ 여기로… 중국 지사 개발자가 가르쳐 줌… 간편하고 좋네요 ㅎㅎ 구웃!!
http://sourceforge.net/projects/jnetpcap/files/jnetpcap/1.4/dev/ jnetpcap!!
http://www.slideshare.net/niddo/mongo-d-b
오라클쪽에서 CLOB 데이터인 것을 MSSQL에서는 ntext로 변환하였다. 헌데 입력할때 오류가 발생!? varbinary은(는) ntext과(와) 호환되지 않습니다. 바이너리가 자꾸 들어간다는 것이였다. 확인해본결과 ntext로 들어가는 vo의 초기값이 초기화가 되지 않으면 null이 아닌 바이너리(?) 값이 들어가져서 나오던 에러였다.
update 문인데 뒤에 조건에 따라 merge문처럼도 가능하다. db.collection.update({조건},{업데이트},true,false) 세번째에 true가 들어가면 해당 조건이 기존 컬렉션에 있을 경우에는 update, 없을 경우에는 insert [출처] merge into 작성자 June
생성 db.collection.ensureIndex( { a: 1, b: 1 }, { unique: true } ) db.collection.ensureIndex( { a: 1, b: 1 }, { unique: true ,background : true} ) 삭제 db.collection.dropIndex({a:1,b:1}) ...
출처 : http://pacino.tistory.com/entry/mongoDB-%EB%AA%85%EB%A0%B9%EC%96%B4 데이터베이스가 생성될 물리적 경로생성 c:>mkdir c:\MONGODB\test mongoDB 버전 확인 mongod –version mongoDB 인스...
mongo DB http://docs.mongodb.org/master/MongoDB-aggregation-guide.pdf 메뉴얼 where 절과 같음
프로젝트 파일
db.test.find() { “_id” : ObjectId(“51dfb4f18591f90cbb889429”), “A” : 1, “B” : 2 }**{ “_id” : ObjectId(“51dfb4f58591f90cbb88942a”), “A” : 3, “B” : 2 } { “_id” : ObjectId(“51dfb4f68591f90cbb88942b”...