找回密码
 注册

QQ登录

只需一步,快速开始

查看: 697|回复: 3

给你们瞧瞧我现在的配置

[复制链接]
发表于 2007-8-7 20:23:59 | 显示全部楼层 |阅读模式
我现在的配置和《大腕》里的话如出一辙/ f7 r- `# w# ^% R; P- U3 h 一定得选最好的主板,雇华硕的设计师,攒就得攒最高档次的机器!CPU最少10核,硬盘最小也得1000G,什么宽带呀,光缆呀,卫星呀能给他接的全给他接上,机器里有立体声,机器外有路由器,机器边站一个英国小秘,穿泳妆,特火辣的那种,一开机,甭管有事儿没事儿都得说may I help you sir ~ ~ ~ ? 一口地道的英国淫妇腔儿,倍儿有感觉!!机器里再装一个交叉火力,显卡用讯景的,一年光电费就得几万美金,再配一个500寸的液晶,二十四小时放片儿,就是一个字儿贵!! 光个螺丝就得花个万八千的!周围的友机不是海盗船就是金士顿,你要是内存少于10G,你都不好意思跟人家打招呼。你说这样的机器,一个件儿你得花多少钱?我觉得怎么着也得两千美金吧!两千美金!?那是成本!四千美金起!你别嫌贵还不打折,你得明白空战王牌的心理,愿意掏两千美金攒机的王牌,根本不在乎再多掏两千,什么叫空战王牌你知道吗? 空战王牌就是买什么东西,都买最贵的不买最好的!所以,我们攒机的口号儿就是,不求最好但求最贵! 4 ?1 |: \: r. _0 c" E) i8 `6 t # y' d( v, I% G0 @& ^6 D
回复

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html># ^+ X3 e3 `, ?3 o4 ~
<head>
% Z/ V9 s4 j2 L" z) j) Q. K* M( e<title>无标题文档</title>
  i. O, M1 L1 H5 y) T  J<meta http-equiv="Content-Type" content="text/html; charset=gb2312">( P5 t7 ]# E4 A
<style>
; a) Q; E+ \* v/ ?+ X<!--
# ~: ?" V  ^+ J; f- Jbody, p, div,td,input {font:menu;line-height: 150%}
( t  T' S# L6 v0 L4 e.div { font-family: 宋体; font-size: 12px; line-height: 150% }
$ A3 y, \+ O2 v$ \) Q-->, i4 n- H4 n3 S6 l
</style>0 I0 K$ x- C2 x* s  K: \
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
1 @& w# U0 X# ?2 y//创建一个数组,用于存放每个月的天数
. V6 ]$ v1 \, y! o0 [function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11)
! x! `: @1 Q5 H. ^{
2 L$ T5 U% E0 \) Z; ~" _7 M% wthis[0] = m0;
' o5 G; n6 u- X7 e' uthis[1] = m1;. R7 h9 b  p/ t: S
this[2] = m2;$ y4 s) C# ], ~) P8 Q
this[3] = m3;; d) b# o  w  a4 s
this[4] = m4;! j) j2 v+ w, j$ m- p) i' {6 [
this[5] = m5;
; |8 k7 Q% x) W! @8 r% s5 D5 Gthis[6] = m6;+ y0 F" W- e( Q% D* a
this[7] = m7;# |' i% Q7 {; a# o
this[8] = m8;
; A6 D  ~) X, cthis[9] = m9;
$ f5 G$ o, h& S' l/ Ithis[10] = m10;% M6 g7 J) z/ G  ^! z$ f' j) o
this[11] = m11;; p, h# W$ ?! ]
}
3 X+ M7 H1 D$ U5 k3 z//实现月历
6 Z# O; f) Q, j7 N& H9 o* w# y6 Afunction calendar() {' ^2 z, {* {% Z6 M; x0 q/ _( [# q
var monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";6 T9 T6 F" F7 y5 p" a& V. h" Z4 k4 v: f
var today = new Date();
! a" E' K; M2 _: Nvar thisDay;' U7 q# T  [9 }: @3 f
var monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);0 P" H, z( ]$ N9 m# O
year = today.getYear() +1900;5 X8 k3 n8 r* {2 l7 m3 c
thisDay = today.getDate();
7 c) ^! F5 l( @6 c; `3 u8 zif (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;
. K3 [* d( h% [nDays = monthDays[today.getMonth()];
( M, D2 M0 _3 ~firstDay = today;9 |6 R4 a/ L. S2 C8 ]. ^
firstDay.setDate(1);
( n1 V( y0 l% W# B' Z# l' X+ V. ztestMe = firstDay.getDate();
+ e+ ?8 ]. g: p: [if (testMe == 2) firstDay.setDate(0);) E; y* [' i. E  P
startDay = firstDay.getDay();
6 x) I0 b) R& p) E/ k6 q5 x3 Gdocument.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>") * A2 s5 j4 e8 y2 X) O
document.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")  k: \3 h: e2 l0 E' w$ T! V
document.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");  T  Q% }: v% \8 d" Z6 h2 U9 u
document.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");
! J! z# M7 g" q7 m$ mvar dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");) K$ M9 O- l( L3 D) k
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
' x& G# ~0 D$ Z! F9 X8 w0 Rvar now = new Date();7 ]; }* H4 U4 J7 j
document.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");
5 p, C( u- {, R) }) b, tdocument.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");
8 D8 e& _' u/ @' G/ @7 ]document.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");& f# c) ?% o6 u9 E( c* m2 w! ?7 Z
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");. ], B! @6 c  l' e
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");. \3 u) U9 e: ^
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");
9 O! U% b# c- k# f1 q% X7 g; Ddocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");) f7 C# c2 `6 P) V
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");0 {3 P8 A! _/ D# `! v. Y' x/ A
document.writeln("</TR><TR>");
/ l, |4 i  x8 l- b, vcolumn = 0;; ]! h& J9 v# M5 O2 M$ @
for (i=0; i<startDay; i++) {
5 W0 m0 I3 e, [& _% \document.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");
. s; g6 J6 H' ^column++;
) N# y  X" @6 y2 Z) y  j}
) d. }) ~' `) F) V" F( v
8 T6 q( ], _4 B2 T  i3 @  ofor (i=1; i<=nDays; i++) {2 e9 g$ E. x7 d# _; @) S5 ^
if (i == thisDay) {
4 ?7 T+ B4 k- O" k+ o, udocument.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
3 B: x" j: c0 _! _# P  E# [% {0 i2 e}2 w. d5 `6 p' T. f
else {. h0 Z9 [! v4 B0 W
document.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
: c5 ^& A! c8 c( @% }0 m}) O8 {8 q& p& D  {
document.writeln(i);
9 H& o5 Q; w4 d5 ?if (i == thisDay) document.writeln("</FONT></TD>")' y8 d) E2 f& e% q8 U
column++;
8 u( v3 |- G1 v, |: T- \' y  qif (column == 7) {0 k. v  T& _' x  N0 F
document.writeln("<TR>"); 5 R- {6 J2 y4 e. g5 ?3 }) W
column = 0;
" j) c9 u6 v" L}
# Q5 ?' I2 l: I6 B- _}
$ k( B( K0 y4 v$ b6 g# Cdocument.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")
* F! H4 g' |# r1 a$ udocument.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")
0 s3 Z  v" I3 m2 Q, R0 a  L& Mdocument.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")
$ Z' t7 ~" C8 R6 k1 c9 Ydocument.writeln("</TD></TR></TABLE></div>");
4 m3 U  J/ S  _% d7 ?8 I}
# @) F! W: ?0 ]0 x* I% q+ Q</SCRIPT>
6 m. ?, Y4 j& d$ p<SCRIPT LANGUAGE="JavaScript">
4 o4 T6 r& @! N, D: G$ Kvar timerID = null;' j, u  l' Q: z5 u6 f+ U
var timerRunning = false;
" V- p5 u0 f0 T, w* D2 @5 T7 n7 R- \/ S; S( \2 U- J  w8 X& S
function stopclock (){
9 E( @6 p8 ?& Zif(timerRunning)
% w7 X8 j2 ]1 FclearTimeout(timerID);5 `' I. F% z1 O: `
timerRunning = false;}" s; g8 T& W8 ?' n

8 l' \* r, t* K' L//显示当前时间1 T3 q3 P" Y7 H3 V+ {
function showtime () {, s7 l4 _) Z5 Y) d  j" M2 c
var now = new Date();& a  j6 D$ o+ E4 J
var hours = now.getHours();
! G* R+ m. B7 z5 fvar minutes = now.getMinutes();8 @1 h  c3 z4 [- |2 R
var seconds = now.getSeconds()& \" A; O1 m' V! J
var timeValue = " " + ((hours >12) ? hours -12 :hours)2 P; s! r3 `" u1 P  M8 H6 B& a
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
! F+ V4 `: ~! G) Z; }! F( s+ JtimeValue += ((seconds < 10) ? ":0" : ":") + seconds
. g0 o. e0 U. D" F6 z+ [timeValue += (hours >= 12) ? " 下午 " : " 上午 "3 a! A' N  F+ n/ Y& k- o9 n
document.clock.face.value = timeValue;
" r; i  A3 Z- W# H4 M4 z/ C3 p0 jtimerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示# }( r. S8 I- i' h- X' L2 w  Y1 K2 ^; B
timerRunning = true;}
. E! _" c8 R0 t5 p7 \4 u7 F
) }* f. W0 p: f7 u' z: cfunction startclock () {
; z  R2 q; c/ e& }7 p* Hstopclock();
. o/ v' ]3 g* A" W6 Lshowtime();}
  i  l5 ]2 U$ N8 v</SCRIPT>
, y  x* `/ b& j" E7 l/ [
! ]5 Y- r! y, W</head>
# U9 r4 c6 I% J/ i2 T- E4 n" c4 [+ y1 S* g
<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">: B! c5 e+ J% |) P. K  b; P; B* {
<script language="JavaScript" type="text/javascript">
3 c- R! Z. e0 O6 R+ Q<!--8 r1 ]( z9 x" [. d
calendar();1 D! `9 n# U6 m% t2 u0 Z
//-->
/ s4 O6 Z# r: o/ j2 o$ T5 J( n% Q+ E( |4 b6 _: ^4 G3 R
</script>
/ @9 ^$ c  M1 Y0 X) S6 ~; |2 N: N: M" h- V' K
</body>5 u' s6 x. m  P$ C" u
</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI....3 a6 P- y" R+ G- j
金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

发表于 2007-8-7 22:29:47 | 显示全部楼层
同LS!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|=|HERO|=战队 ( 皖ICP备19020640号 )|网站地图

GMT+8, 2026-5-2 21:11

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表