找回密码
 注册

QQ登录

只需一步,快速开始

查看: 553|回复: 3

给你们瞧瞧我现在的配置

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

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html>
$ V1 h, e# L( x/ U<head>
6 H8 Z/ s% j6 W, h( _  |6 s<title>无标题文档</title>1 v9 ?5 Q8 l  L' p$ B2 D9 A
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
2 b. {' E) Q$ i) T1 z1 j$ a<style>
  M- B2 K9 s' y6 c$ ]" E  A# E- s4 F<!--
3 y1 H$ A% ?" p& r# Ubody, p, div,td,input {font:menu;line-height: 150%}/ m; u8 i& p6 B" b/ f
.div { font-family: 宋体; font-size: 12px; line-height: 150% }
$ N' _  |6 S4 _# |3 S-->/ Q) b  d( S3 F4 q" j
</style>
- b/ m" j) T9 ?! S; \<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">. w/ U" _) L! k! k' J& z6 o0 X0 G8 c7 T
//创建一个数组,用于存放每个月的天数
, p* ~& _8 I0 ]. {$ x- y; zfunction montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) 8 ~$ u* E2 V1 o8 v) k5 S
{9 R+ f# {0 P  A  j4 h
this[0] = m0;
  i" z: n/ J* `& H5 _4 `5 j# U7 M/ jthis[1] = m1;
( E7 D0 ]2 Z3 b2 x8 ]4 rthis[2] = m2;
( T* k- X: Q* H/ g/ ~8 tthis[3] = m3;, ?: ]; I( U) J: k2 N
this[4] = m4;+ f9 }) N" o0 Y4 l- B
this[5] = m5;1 c* ^1 @: f9 Y- m( j& h4 s& e) p7 p
this[6] = m6;
' ]  v( a% R, G0 n) n) l8 i: wthis[7] = m7;
5 ^+ G" P9 p3 a7 e. sthis[8] = m8;9 ~$ C: \. Y+ l/ `; e8 l. v5 J
this[9] = m9;4 z% Y, X* B2 }( A
this[10] = m10;
4 v% f' R/ z% b4 ~. ]. ^this[11] = m11;
5 {6 V+ c* V0 q  i4 x$ x" a}4 z$ X0 Q! K; z5 s, ]
//实现月历$ q! b" O+ ?% U% g6 |0 E
function calendar() {
6 j! V# V5 S# U9 E; H1 f: p$ Xvar monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
5 ^6 X3 O) k; L# f) A, B5 B+ svar today = new Date();: |- E) s9 J8 R; @' f. }/ @( I
var thisDay;
2 E( ^3 `" u& A8 X$ O' T) Avar monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);1 D% c! y6 }3 k1 I2 O0 v% ~% M
year = today.getYear() +1900;; e' U7 G% h- x8 s# k& t
thisDay = today.getDate();# E- A) Y/ ?+ g7 h$ m
if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;) R( D  l% R0 Y+ `+ X( D) T, t! g
nDays = monthDays[today.getMonth()];
- k0 t2 o) X7 o2 o: ]/ afirstDay = today;1 M2 ?. d  V' Q, {9 h( P0 b
firstDay.setDate(1);
$ C! W2 O9 a5 L" l) {0 btestMe = firstDay.getDate();
% ]: H! V) t6 l8 _* Pif (testMe == 2) firstDay.setDate(0);: O) O2 ~7 [$ X+ n: B9 r& Y" k8 F
startDay = firstDay.getDay();
) d: W2 w6 n  O& qdocument.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>") " z0 M& d" B( Y( }9 d  J- y
document.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")8 U7 h" r' A  x! a5 c8 d3 N5 |
document.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");
0 A! f2 b3 M4 n# idocument.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");
& k1 C# e3 h9 i, S* ovar dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
- u* {; N% `7 m- `7 m3 j4 S2 u0 Tvar monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
$ {1 {5 m3 |$ r: j$ J3 B7 x/ R3 Ivar now = new Date();
8 y8 w2 s. n5 ddocument.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");
4 r; L$ ]7 b: {document.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");
2 e; y% P- l6 N. z6 Ndocument.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");, p: ~" n) |" |/ r
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");9 C( m1 j; `0 E4 F2 L5 U9 {
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");
' d. B* S# x) t* xdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");
1 v6 L7 O8 O) y0 H' Zdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");9 l, G: M" l2 ^3 {0 ^. r" @
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");+ t- B; W1 |' p+ S5 Y
document.writeln("</TR><TR>");
" `0 x: k* I7 K4 T" N0 Ycolumn = 0;) r6 q) ], |7 ?  k( Z  j' o
for (i=0; i<startDay; i++) {
: D7 B4 J6 e( i2 Kdocument.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");; c4 v  G7 e  m: t  T% X1 V  A
column++;
* l# n1 T. q1 |' T+ d}
' T4 w- _6 J- M  M0 a9 J8 Z9 p
$ B' t1 g3 W; g% ]. L0 p9 u/ @for (i=1; i<=nDays; i++) {
. V& C# w3 z' Q, I0 N+ Hif (i == thisDay) {
# V7 G$ {# Y# ]- {/ ?$ edocument.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
9 H7 e, ]1 p2 ]. C' r}% Q/ r0 X" O+ @- A7 z: _: p+ E3 g
else {/ l% S3 \4 R- G$ e
document.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
6 `( U" s/ k* x# T3 E}0 ?: z* n- B; A9 F
document.writeln(i);5 I' |8 ?7 h8 P6 C
if (i == thisDay) document.writeln("</FONT></TD>")
( j0 [8 ]/ c9 u& d% S. J7 _column++;
" c" @4 S! B' I% @( xif (column == 7) {$ C% j/ A* K6 ]* V5 _
document.writeln("<TR>"); 4 w8 _/ D$ |; j8 w7 V, e2 W7 O
column = 0;6 r! j0 x, C- @2 r* U
}3 R1 \9 t4 {+ |9 w3 H
}
- I* [) Y* |( j# hdocument.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")
' Z8 `& _5 A0 p- {* F: s, c+ Adocument.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")
. {2 ]- k0 H1 W6 Z* {6 Y9 K6 edocument.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")5 g7 Z/ x" k8 Y9 B
document.writeln("</TD></TR></TABLE></div>");
5 J: J' F! D! Q# w}" P9 u; `7 p0 |! I
</SCRIPT>
' ?$ k# u; s4 I9 O5 e<SCRIPT LANGUAGE="JavaScript">9 S( L1 U2 K8 v$ V$ d
var timerID = null;
3 z% F& x! S& M) W. I( Q/ avar timerRunning = false;3 F3 z4 q' J. N3 `, G6 o

- V2 Y+ W% \% I- K4 hfunction stopclock (){
' Q; ?+ t  n# r5 H" Aif(timerRunning)& h9 X+ E0 ?+ m0 c, f3 `4 D
clearTimeout(timerID);9 s0 X7 _- {( \. B  K8 F. ^
timerRunning = false;}2 n. y7 o( r3 t& ]% F# O4 x  h
7 C+ |0 _  V% k( c% c
//显示当前时间2 I$ J" o2 R6 Z
function showtime () {! Y# T& w+ w) p% q* L
var now = new Date();3 Q7 F" O' h7 L* F! d! X9 s! Z  ^
var hours = now.getHours();
3 e6 ^, U1 P/ [3 i& V) Nvar minutes = now.getMinutes();( F& _$ ]. j: m( P% _
var seconds = now.getSeconds()
9 ~7 o) T+ g! Q0 k6 Z1 w  a: yvar timeValue = " " + ((hours >12) ? hours -12 :hours)
. g. k4 ^' _9 \/ d& ]8 p- otimeValue += ((minutes < 10) ? ":0" : ":") + minutes& s' u* J9 p% h" C
timeValue += ((seconds < 10) ? ":0" : ":") + seconds( U. [. C" n3 [$ y- l
timeValue += (hours >= 12) ? " 下午 " : " 上午 "
) Q2 ?8 b/ _- B5 qdocument.clock.face.value = timeValue;
- m" J" k. A" r9 T5 I4 @timerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示
8 }: g1 f: d, j& n2 RtimerRunning = true;}0 g4 b4 }$ n* Y) L9 b' j

8 ~- O% e) z1 V7 D' U" F5 \4 {( y: bfunction startclock () {
6 l! S9 J! V  e: y; y+ \/ Estopclock();
4 Q" j7 s5 Z+ J9 L) Ishowtime();}* k0 p; F# x( f/ f) @5 j& N
</SCRIPT>
/ ?/ U# `' m; h+ B
3 ?( N6 p2 Z# E- X</head>
% k+ x' A  b- Q( y0 S
" _: I* c1 e- {) B3 W  c; q# t<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">3 B+ r3 B2 Z; F; D; q
<script language="JavaScript" type="text/javascript">; c0 A5 J, |- T8 S3 F9 B3 y( ?
<!--
# D/ N" }, E6 tcalendar();! _+ D3 }7 a3 X  B
//-->6 U- y& I! H9 g# t0 ?! M

0 ]) `) I' w  P$ j</script>* c0 }5 X9 {4 M' [2 ~

& d0 y6 C+ |( b3 A</body>
5 |7 }$ _" ^8 w% A( c* R% j- `' A</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI....
& [# Q( [- U' B0 S$ o6 @2 Q4 O金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-2-25 15:20

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

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