[iBatis] 왜 검색이 안되냐고 ㅠ_ㅠ (+ 2 hours)
오라클에서 테이브를 만들고 iBatis 쿼리를 뚝딱뚝딱 만들고 테스트를 했는데..
안된다.... type = #type# 이런식으로 썼는데 안된다...
쿼리로 돌려보면 잘된다...
무슨 문제일까하고 봤더니....
type 컬럼을 CHAR 로 잡았던 것이다..... (된장) VARCHAR 로 잡아야 하는데..
털썩... 내 2시간은 에어컨 바람과 함께 사라지다~
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
오라클에서 테이브를 만들고 iBatis 쿼리를 뚝딱뚝딱 만들고 테스트를 했는데..
안된다.... type = #type# 이런식으로 썼는데 안된다...
쿼리로 돌려보면 잘된다...
무슨 문제일까하고 봤더니....
type 컬럼을 CHAR 로 잡았던 것이다..... (된장) VARCHAR 로 잡아야 하는데..
털썩... 내 2시간은 에어컨 바람과 함께 사라지다~
bash | 3.0 | License | RPM | Source | The GNU Bourne Again shell (bash). |
# rpm - ivh bash-3.0-1.aix5.1.ppc.rpm bash ################ |
# cd ~ # vi .bashrc |
PS1='${debian_chroot:+($debian_chroot)}[\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] ]\$ ' # If this is an xterm set the title to user@host:dir # Alias definitions. #if [ -f ~/.bash_aliases ]; then # enable color support of ls and also add handy aliases # some more ls aliases alias la='ls -la' # enable programmable completion features (you don't need to enable export PATH=$PATH:/usr/sbin |
한창 CSS Sprites 에 관심을 가지고 gwt-ext 에서 사용할 수 있게 만들었었는데
패널 헤더에 아이콘으로 추가하니 이런식으로 나오는 것이였습니다.
엘리먼트 property를 지정해주면 됩니다.
ext:qtip << 이 property 에 지정된 값이 tooltip 으로 표현이 됩니다.
Portet 에서 RSS reader 를 구현하기 위해서 관련 라이브러리를 찾다가 찾은 것...
ROME: RSS and Atom Utilities
ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports parsing, generating and converting all of the popular RSS and Atom formats including RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, and Atom 1.0. You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats.
- 다양한 형식을 지원하는 것 같다? ㅋㅋㅋ
- JDOM 1.0 이상을 필요로 한다. [관련링크]
사용법은 의외로 간단하다