-
상상플러스 :: The Java Virtual Machine
Application_developing/Java 2007/07/24 11:10
The previous four chapters of this book gave a broad overview of Java's architecture. They showed how the Java virtual machine fits into the overall archi...
-
상상플러스 :: diff/patch 활용 및 커널 패치파일
[css@css ~]$ vi aaa
3. aaa 를 bbb로 복사하고, 새로운 라인을 추가합니다.
[css@css ~]$ cp aaa bbb
[css@css ~]$ vi bbb
This is a second line // 라인 추가
4. aaa와 bbb의 변경 부분을 패치파일로 만듭니다. 그리고, 변경되는 부분이 패치파일에 어떻게 저장되나 ...
-
상상플러스 ::
Window: Use the Window value to play a Flash Player movie in its own rectangular window on a web page. This is the default value for wmode and it works the way the classic Flash Player works. This nor...
-
상상플러스 :: 2승 간단히 계산하는 방법
5로 끝나는 두 자리 숫자에 한정되지만,
2승하는 방법은 정말 간단하다.
25를 뒤에 그냥 붙이면 된다.
이를 테면 35의 2승을 생각해 보자.
35^2 = (3×(3+1)) & 25
= 3×4 & 25
-
상상플러스 :: php,jsp print_r
</b><br>
EASE skips much of the grunt work usually required in web development. With the PHP/JSP interfaces, you can still do all the fine-grained coding that you may need. For example, you may need t...
-
상상플러스 ::
알고리즘·자료구조 학습에서의 문제
우리는 알고리즘 카탈로그를 배웁니다. 이미 그러한 해법이 존재하고, 그것이 최고이며, 따라서 그것을 달달 외우고 이해해야 합니다. 좀 똑똑한 친구들은 종종 "이야 이거 정말 기가 막힌 해법이군!"하고 감탄할지도 모릅니다. 대부분의 나머지 학생들은 그 해법을 이해하려고 머리를 쥐어짜고 한참을 씨름한 후에야 어렴풋이 왜 이 ...