'분류 전체보기'에 해당되는 글 663건

  1. 2008.11.11 내 얼굴로 영화를 만들어보자 by 알 수 없는 사용자
  2. 2008.11.07 Textcube 로그인 안되는 문제 by 알 수 없는 사용자 1
  3. 2008.11.07 Textcube 설치 시 rewrite 관련 에러 by 알 수 없는 사용자 1
  4. 2008.11.07 Maven plugin의 JDK 요구 메시지 by 알 수 없는 사용자 1
  5. 2008.11.06 Uno by 알 수 없는 사용자
  6. 2008.10.31 Excel '바이러스를 검사하는 중' 에러 by 알 수 없는 사용자
  7. 2008.10.29 노래로 배우는 8진법 by 알 수 없는 사용자
  8. 2008.10.29 노래로 배우는 정렬 알고리즘 by 알 수 없는 사용자
  9. 2008.10.28 Adobe AIR로 Hello World 프로그램 만들기 by 알 수 없는 사용자
  10. 2008.10.24 Avalon 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 알 수 없는 사용자
,

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

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

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

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

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

정확하게는 알 수 없으나,

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

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

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

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

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

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

Posted by 알 수 없는 사용자
,

Posted by 알 수 없는 사용자
,

다음 링크를 참고하자.

http://filchiprogrammer.wordpress.com/2008/03/12/creating-a-sample-hello-world-adobe-air-application-with-html-and-javascript/

인증서 만드는 문제에 부딪혔다면, 인증서를 만들기 위해서 다음 링크를 참조하자.

http://www.elex.pe.kr/entry/Air-SDK%EB%A1%9C-Hello-World-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%EC%9D%84-%EB%A7%8C%EB%93%A4%EA%B8%B0

AIR를 제대로 써보진 않았지만,

편한 패키징은 매우 매력적으로 다가왔다 :-)
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 알 수 없는 사용자
,