'Computer'에 해당되는 글 568건

  1. 2008.11.30 기초 vi 명령어 중 못썼던 것들 by 언제나19
  2. 2008.11.17 VS 2008 shortcuts by 언제나19
  3. 2008.11.07 Textcube 로그인 안되는 문제 by 알 수 없는 사용자 1
  4. 2008.11.07 Textcube 설치 시 rewrite 관련 에러 by 알 수 없는 사용자 1
  5. 2008.11.07 Maven plugin의 JDK 요구 메시지 by 알 수 없는 사용자 1
  6. 2008.11.06 Uno by 알 수 없는 사용자
  7. 2008.10.31 Excel '바이러스를 검사하는 중' 에러 by 알 수 없는 사용자
  8. 2008.10.29 노래로 배우는 8진법 by 알 수 없는 사용자
  9. 2008.10.29 노래로 배우는 정렬 알고리즘 by 알 수 없는 사용자
  10. 2008.10.24 Avalon 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
,

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 알 수 없는 사용자
,

엑셀 파일을 클릭해서 열려고 시도하면,

'바이러스를 검사하는 중...'라는 메시지와 함께 진행이 되질 않았다.

화근은 느려진 컴퓨터의 속도를 만회하기 위해

불필요하게 느껴지는 서비스를 중지시켰기 때문이었다.

'Symantec Settings Manager'라는 서비스를 시작하니 정상적으로 동작하였다.

정확하게는 알 수 없으나,

엑셀의 파일 여는 메커니즘 속에 바이러스 검사 메커니즘이 있는데

이 바이러스 검사 메커니즘이 시만텍 백신에 종속적으로 동작되도록 설정된 모양이다.

그래서 엑셀은 죽어있는 서비스에 계속적인 요청을 보냈으나,

응답이 올리는 만무하고, 자신도 무응답 상태로 뻔뻔하게 있었던 것.

스마트한 설정이었겠지만,

결과적으로는 사용자를 아주 당혹스럽게 만들었다.
Posted by 알 수 없는 사용자
,

Posted by 알 수 없는 사용자
,

Posted by 알 수 없는 사용자
,

Avalon

Computer/Terms 2008. 10. 24. 19:40

Apache Avalon has closed.

Apache Avalon began in 1999 as the Java Apache Server Framework and in late 2002 separated from the Apache Jakarta Project to become its own ASF top level project. Apache Avalon provided Java software for component and container programming and pioneered the use of design patterns such as Inversion of Control (IoC) and Separation of Concerns (SoC).

Reference:
http://avalon.apache.org/closed.html
Posted by 알 수 없는 사용자
,