'2008/11'에 해당되는 글 8건

  1. 2008.11.30 기초 vi 명령어 중 못썼던 것들 by 언제나19
  2. 2008.11.17 VS 2008 shortcuts by 언제나19
  3. 2008.11.12 이직 시 보험료 납부 by 알 수 없는 사용자
  4. 2008.11.11 내 얼굴로 영화를 만들어보자 by 알 수 없는 사용자
  5. 2008.11.07 Textcube 로그인 안되는 문제 by 알 수 없는 사용자 1
  6. 2008.11.07 Textcube 설치 시 rewrite 관련 에러 by 알 수 없는 사용자 1
  7. 2008.11.07 Maven plugin의 JDK 요구 메시지 by 알 수 없는 사용자 1
  8. 2008.11.06 Uno by 알 수 없는 사용자

 

"Learning the Vi and Vim editors" 를 읽는다.
아침마다 1 chapter 정도씩 읽고서 프로그래밍을 시작해야겠다.

영어 책이지만, 비교적 빨리 쉽게 읽을 수 있도록 쓰여 있어서 다행이다.
초반에는 너무 쉬워서 도움되는 내용이 별로 없다.

vi를 연 상태에서
바깥 shell 명령어 쓰기
:!
예: :!rm <file>

출처: p11, "Learning the Vi and Vim editors"

wrapmargin
:set wm=10
p16

C
현재부터 끝까지 고치기
p21

S
현재 줄 다 고치기
p22

~
대소문자 고치기
p23

"3p
3번째 deletion buffer 붙이기
p25


U
undoes all edits on a single line, as long as the cursor remains on that line

J
두 줄 합치기.
내가 capslock 켜진 상태에서 실수로 많이 눌렀었지. 알지도 못하고.

yl
한 글자 copy. 오른쪽 이동 l 을 사용.
e, E
To end of word

chapter02까지 봤다.

Posted by 언제나19
,

VS 2008 shortcuts

Computer/Tools 2008. 11. 17. 22:50


visual studio 2008 단축키 모음
poster 파일

http://www.microsoft.com/downloads/details.aspx?familyid=4411bbfc-0e3c-42b3-bd05-af1d292c986f&displaylang=en

zip파일을 다운받아서 압축을 풀면, pdf파일이 나옵니다.

Posted by 언제나19
,

이직 사이에 공백이 생긴다면 보험료를 개인적으로 납부해야 할 수 있다.

가령 9월에 퇴사, 10월에 입사의 경우

9월 분은 이전 직장에서 납부를 했다고 했을 때,

10월 분은 1일이 아닌 경우 (1일인 경우 되는지 확인되지 않음)

개인적으로 납부해야만 한다.

신경 안 쓰고 있다가 보니 가산금을 지불해야 하는 시점이. 쩝.
Posted by 알 수 없는 사용자
,

심심하면 해보세요. 재미있어요 :-)

http://www.gizmoz.com/
Posted by 알 수 없는 사용자
,

localhost에 설치 시 쿠키 관련 문제가 있어

이를 해결하기 위해서는 접속 시 127.0.0.1을 사용하면 된다.

Reference:
http://forum.tattersite.com/ko/viewtopic.php?id=5824
Posted by 알 수 없는 사용자
,

가이드에 다음과 같이 나온다.

Rewrite를 사용할 수 없습니다.

다음 항목을 확인하십시오.  rewrite 모듈을 사용하지 않습니다. 만약 rewrite 모듈 설정을 올바르게 했는데도 모듈 사용 여부의 검사에 문제가 있는 경우 rewrite 모듈을 사용하지 않음을 선택하시고 이 부분을 건너 뛰시기 바랍니다. 지금 설정하지 않아도 설치 이후에 관리 패널의 서비스설정-서버 에서 rewrite 관련 설정을 할 수 있습니다.

1. 웹서버 설정에 mod_rewrite의 로딩이 포함되어야 합니다.
예: LoadModule rewrite_module modules/mod_rewrite.so

2. 웹서버 설정의 이 디렉토리에 대한 Options 항목에 FollowSymLinks가 포함되거나 All이어야 합니다.
예: Options FollowSymLinks
예: Options All

3. 웹서버 설정의 이 디렉토리에 대한 AllowOverride 항목에 FileInfo가 포함되거나 All이어야 합니다.
예: AllowOverride FileInfo
예: AllowOverride All

4. 위 2와 3의 문제는 아래 내용을 웹서버 설정에 포함시켜 해결할 수 있습니다.
<Directory "c:/apm_setup/htdocs/tc">
  Options FollowSymLinks
  AllowOverride FileInfo
</Directory>

이 말 한마디 더 넣어줬으면 덜 삽질했을텐데

AddModule mod_rewrite.c

나처럼 무지한 사람들은 헤매게 마련.

Posted by 알 수 없는 사용자
,

Maven plugin을 설치하고 다음과 같은 에러가 발생하였다.

Eclipse is running in a JRE, but a JDK is required
Some Maven plugins may not work when importing projects or updating source folders.

eclipse.ini를 열어서 다음을 추가해준다.

-vm
C:\Program Files\Java\jdk1.6.0_10\bin\javaw.exe
Posted by 알 수 없는 사용자
,

Uno

Computer/Terms 2008. 11. 6. 15:52

내가 아는 Uno는 피자집 밖에 없는데.

아는 사람이 물어서 궁금해서 찾아봤다.

Uno stands for Universal Network Objects. Uno is one of the accepted projects of OpenOffice.org.

Uno is the component model of OpenOffice.org. Uno offers interoperability between programming languages, other components models and hardware architectures, either in process or over process boundaries, in the Intranet as well as in the Internet. Uno components may be implemented in and accessed from any programming language for which a Uno implementation (AKA language binding) and an appropriate bridge or adapter exists.

The Uno web is organized as described in Uno/Meta/Organization.

Probably most interesting for many people is, what we are currently doing in Uno, which you can find in the efforts area. One of the bigger things is the extension of Binary Unos threading-model.

언제쯤 똑똑해지는 날이 올까?



Reference:
http://udk.openoffice.org/

Posted by 알 수 없는 사용자
,