|
|
2. 외형
';
return control;
};
TTGallery.prototype.getImage = function() {
var image = document.createElement("img");
image.instance = this;
image.src = this.src[this.offset];
image.width = this.width[this.offset];
image.height = this.height[this.offset];
image.[안내]태그제한으로등록되지않습니다-xxonclick = this.showImagePopup2;
image.style.cursor = "pointer";
return image;
};
TTGallery.prototype.getCaption = function() {
var captionText = this.caption[this.offset];
captionText = captionText.replace(new RegExp("&?", "gi"), "&");
captionText = captionText.replace(new RegExp("<?", "gi"), "<");
captionText = captionText.replace(new RegExp(">?", "gi"), ">");
captionText = captionText.replace(new RegExp(""?", "gi"), "\"");
captionText = captionText.replace(new RegExp("'?", "gi"), "'");
var caption = document.createElement("div");
caption.style.textAlign = "center";
caption.style.marginTop = "8px";
caption.className = "galleryCaption";
caption.appendChild(document.createTextNode(captionText));
return caption;
};
TTGallery.prototype.show = function(offset) {
this.container = document.getElementById(this.containerId);
if(this.numImages == 0) {
var div = document.createElement("div");
div.style.textAlign = "center";
div.style.color = "#888";
div.style.margin = "10px auto";
div.style.font = "bold 2em/1 Verdana, Sans-serif";
div.innerHTML = '
';
this.container.appendChild(div);
this.container = null;
return;
}
if(typeof offset == "undefined") {
this.offset = 0;
} else {
if(offset < 0) {
this.offset = this.numImages -1;
} else if(offset >= this.numImages) {
this.offset = 0;
} else {
this.offset = offset;
}
}
if(this.container.filters) {
this.container.filters[0].Apply();
}
this.container.innerHTML = "";
this.container.appendChild(this.getControl());
this.container.appendChild(this.getImage());
this.container.appendChild(this.getCaption());
if(this.container.filters) {
this.container.filters[0].Play();
}
this.container = null;
};
TTGallery.prototype.prev = function() {
this.show(this.offset-1);
};
TTGallery.prototype.next = function() {
this.show(this.offset+1);
};
TTGallery.prototype.showImagePopup1 = function() {
this.showImagePopup();
};
TTGallery.prototype.showImagePopup2 = function() {
this.instance.showImagePopup();
};
TTGallery.prototype.showImagePopup = function(offset) {
try {
open_img(this.src[this.offset]);
} catch(e) {
window.open(this.src[this.offset]);
}
};
건담 USB의 외형은 보시다시피 몸체 + 총 + 방패입니다.
팔은 어깨가 돌아가서 양쪽 다 회전이 됩니다.
그리고 주먹 부분도 양쪽 다 돌아갑니다.
머리도 360도 회전이 되구요.
양 다리는 서로 붙어있구요,
다리를 구부리면 뒤로 USB 부분이 나오도록 되어 있습니다.
그런데 USB 사용 후 앉아있는 건담을 일으킬 때 조심해야 할 것 같습니다.
위의 사진을 보면 건담을 앉힐 때 등도 열리게 되는데, 사용후 건담을 세울때 부주의하면 등이 닫힌채로 닫으려고 시도할 수도 있겠습니다. 여러번 반복하다 보면 USB에 무리가 가지 않을까 하는 생각이 드는군요.
3. 사용 방법
건담 USB는 뒤에 살이 많아서 데스크탑 컴퓨터의 일반적인 USB 포트에는 장착하기가 어렵습니다. 그래서 건담 소파가 필요합니다.
건담 소파에 USB 연결선을 끼우도록 되어 있습니다.
USB 연결선을 컴퓨터에 연결한 후, 소파에 건담을 앉히면 USB 연결!
그러나 노트북에서는 굳이 소파를 사용하지 않아도 연결이 가능합니다~
4. 성능
건담을 연결하고 탐색기를 보면 이렇게 두 개의 파일이 보입니다.
autorun 파일과 gundam.ico 파일이 보이는데요,
이 두 파일이 있어서 그림 맨 아래처럼 건담 아이콘이 뜨는것 같습니다.
재미있어요.
간단한 성능 비교를 위해서 건담 USB와,
또 위에서 함께 사진을 찍었던 저의 마이크로SD 리더기를 활용한 USB 두개에
큰 용량의 영화를 복사해 넣고 시간을 비교해 봤습니다.
영화의 용량은 1.45G 였습니다.
먼저 건담 USB
60초 걸리네요
그리고 원래 USB
3분 30초 남았다고
나오는군요
저의 원래 USB에는 이미 저장되어 있는 것이 많이 있었기때문에
정확한 비교가 될 지는 모르겠지만
아무튼 시간 차이가 많이 나죠?
건담의 승리!!
5. 총평
우선 장점은
1) 건담 USB는 일단 외형에서부터 톡톡 튀는 USB라 할 수 있습니다.
사람들이 좀 있는 곳에서 USB를 사용해야 할 때 건담 USB를 꺼낸다면
사람들의 시선을 잡아 끌기에 충분하겠죠?
그리고 아마 어깨에 힘이 으쓱 ^^
2) 이런 외형때문에 아마 예전의 다른 자그마한 USB들처럼
주머니 속에 그대로 있다가 세탁기에 돌아가는 일도 없을 것 같습니다.
3) 그리고 저장 매체로써 충실하게 데이터 전송 속도도 빠르게 나옵니다.
1석 2조의 뿌듯함을 주는 USB가 아닌지~~
그러나 단점도 있습니다.
1) 일반 데스크탑의 USB에 연결하기 쉽지 않다는 점.
그렇다고 USB와 함께 케이블까지 맨날 휴대하고 다닐 수는 없잖아요?
언제 어디에서나 사용해야 할 수 있어야 할 USB로써는 치명적인 약점이군요.
2) 그리고 연결 고리가 없다는 점.
약간 크기가 있으니까 나름 필요없을 것 같기도 하지만,
굳이 핸드폰 같은데 메달고 싶은 분들에게는 아쉬울 것도 같습니다.
3) 그리고 개인적으로 우려되는 것은
주머니에 넣고 다니다 보면 총과 방패가 빠질 수도 있을 것 같습니다.
그러다가 잃어버릴 수도 있을 것 같습니다.
핫, 핫~
그러나 건담이라는 것 하나만으로도 이런 단점들을 다 덮을 수 있을 것 같습니다.
마지막으로 트랜스포머 로봇 친구들과 다정하게 찍은 사진 한 장~