找回密码
 注册

QQ登录

只需一步,快速开始

查看: 767|回复: 3

给你们瞧瞧我现在的配置

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

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html>
! Y4 D! K, ~  a! J5 n6 [<head>7 l2 H" r$ P# _$ d* H/ j! M* o
<title>无标题文档</title>
( R& p! K0 j% ?8 Z! p9 c; ]. T, ~<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
' i3 D7 W% ^( G( s" d/ K3 H2 h<style>4 H% g' F7 Q1 c. ]% o9 L8 r4 K
<!--
0 |0 i: \, p6 Z5 r! ybody, p, div,td,input {font:menu;line-height: 150%}6 m1 R, J5 D7 w& q$ D
.div { font-family: 宋体; font-size: 12px; line-height: 150% }
- m  Y8 c6 A7 n! Z3 ^2 ]6 E-->
5 g- x& Q: M& H7 Y& D! h% j5 A</style>, v' t# ~- @8 l
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
+ N2 w4 E% e& ]: z//创建一个数组,用于存放每个月的天数0 Y9 x1 k  [9 y1 H) y
function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) 9 B1 y2 i/ ]) o/ o9 @. S# ^4 c6 B# c7 G
{$ C  P5 z  [1 j3 v2 K0 b+ q
this[0] = m0;5 G; o7 O* R* O8 N
this[1] = m1;
2 [/ j' q2 r4 f" ~7 U8 j; ^this[2] = m2;
( @1 ^9 P9 G7 ]% j  c( hthis[3] = m3;
& l9 I+ j' \! C! a- }( W6 I3 K/ Hthis[4] = m4;
- |( [3 i2 @! Dthis[5] = m5;* S: [, v2 A9 |- V' _8 U1 {
this[6] = m6;1 ]) V/ P# N8 V0 t
this[7] = m7;2 H  [2 V. A7 ]+ p( |& g
this[8] = m8;
1 l7 q! F0 `5 M/ t, @. Hthis[9] = m9;
( k+ e" I# L1 {3 ~7 V7 Sthis[10] = m10;
" N) u: c$ ^/ z# ethis[11] = m11;
: @* b1 I9 E$ h9 S; L  ^  z6 r}
+ t  M) U% M% {! o1 U4 m//实现月历
( R% j8 a6 ]6 ]3 c* o3 O! Kfunction calendar() {
  h* P2 L6 {: P+ Q, b6 K/ Yvar monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";8 e- l, R9 g/ ~
var today = new Date();
! y, W6 h% V4 L: R1 P4 Tvar thisDay;5 B& x4 h) V0 c8 r4 J
var monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
7 d, i8 q& f) n$ O6 ?- q) [year = today.getYear() +1900;% i4 f# S, Z/ d, a8 j! ?* I
thisDay = today.getDate();6 z! A# I" B% i9 i6 O+ b
if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;" p+ b  x/ `. y+ F( n
nDays = monthDays[today.getMonth()];
1 u* J# A: a: ^0 dfirstDay = today;0 z/ c3 ~. z6 _6 b* s
firstDay.setDate(1);
3 v( {& s9 d# \5 j, p; N7 ?testMe = firstDay.getDate();5 h, H) c: e5 G0 R! R' G  w
if (testMe == 2) firstDay.setDate(0);" ], W1 `0 i4 F
startDay = firstDay.getDay();0 t, R0 ?( k  t  a9 G" `" M8 l7 d- z
document.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>") 4 J% |, d; }8 V5 J9 Q- u; R; N
document.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")4 Q3 B  r1 w0 o0 r# a6 b
document.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");
9 n7 J0 ?4 m6 ]$ L/ X+ Ndocument.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");* \" r5 A" D6 G. y* \
var dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");+ @  B6 P! I3 q3 O/ ~
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");4 S" @% x! _" |8 r' W" \, `- M
var now = new Date();
' }. y0 |) O$ [' t4 \* Cdocument.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");
' @6 O8 S+ G1 |5 L: odocument.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");: l* k$ |, S( A6 {, d
document.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");
- q5 K1 q2 Q7 r( Ydocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");# s$ C+ [! w1 ]$ k
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");+ A- y. b4 c7 l' p+ N/ L1 d0 O
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");9 m; w0 H1 x0 G  c- O+ ?
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");5 b6 }9 t* j2 G- m9 x
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");
/ i' Z/ F) `4 P* t, l9 A9 }  Kdocument.writeln("</TR><TR>");, Z; j& [7 F1 `
column = 0;
& J0 x; ]8 E2 efor (i=0; i<startDay; i++) {: ]1 x+ C9 f4 w
document.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");# Y% |* z% n. ~
column++;: U+ k3 k7 j' K7 w
}9 W7 v: _$ m2 V/ p2 d. b$ k

- P) H4 y, \) T# z4 H, I" r2 Cfor (i=1; i<=nDays; i++) {
! w8 z" k  b6 f" mif (i == thisDay) {
8 F" c, ?' H) N, ndocument.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")# h0 A% {% [, e9 A& ]+ r2 M
}
. D5 \2 ~! K) m, X: o3 ]else {* b6 [& V9 @3 P. k
document.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");7 _/ O( i- B4 F" K- J1 e- `
}4 W* n& p% _$ z  X4 @0 K
document.writeln(i);) o/ }: ]4 x: J/ l$ w; s
if (i == thisDay) document.writeln("</FONT></TD>")
2 U+ _2 `3 m! {" E0 |column++;
$ f$ [2 w# t( p2 y" q: [. U( U% sif (column == 7) {' T4 |; n: U: F9 i0 X7 ^) N
document.writeln("<TR>");
* O! P: w: s+ z2 S) }. B( R" u, Zcolumn = 0;0 f& m1 `2 f6 C7 j; i9 W" x7 }
}
- r3 [! }4 u* x8 t}
* t2 t, Z5 y& R$ Bdocument.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")
2 ~" ?, ]$ Y5 y4 T0 S& l* [document.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")
6 B5 }1 A& h6 V: i2 E" cdocument.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")
; a9 Z, S1 s0 i7 ~, ]document.writeln("</TD></TR></TABLE></div>");
' X* t2 f7 v: x# V}: N4 o  q5 k2 a# w3 G! }: [$ V1 M
</SCRIPT>  [, y7 z! q5 [( E6 L4 O
<SCRIPT LANGUAGE="JavaScript">
# p+ g+ y3 G9 Ivar timerID = null;9 W. j, M3 q/ o& s* m1 m
var timerRunning = false;  w  {0 b7 e4 p$ K
' ]( ^- @6 f$ b3 N+ ?
function stopclock (){
$ d$ [! ?6 T8 L. B8 M7 Pif(timerRunning)
: M' q/ S$ g( O, ~  x$ S8 |8 DclearTimeout(timerID);
+ N+ ~' @' }# j+ ?5 M( F9 y( ^timerRunning = false;}$ V3 U; i6 j9 [6 V# |

# W( O5 W- U3 r3 X+ s//显示当前时间7 O: M/ \% v, t8 z8 E0 Z& K' `
function showtime () {  p' ]8 W' X/ M3 y
var now = new Date();
( `. n: ]3 K- N. S. H) Zvar hours = now.getHours();
+ k7 |% g2 D2 y2 ?2 `var minutes = now.getMinutes();
: g. e5 q+ g$ d% ivar seconds = now.getSeconds()
2 [$ f2 q' r+ D3 E3 |) {3 L2 Evar timeValue = " " + ((hours >12) ? hours -12 :hours)
- j3 N' d- e) O/ O; ctimeValue += ((minutes < 10) ? ":0" : ":") + minutes' r  p7 n9 [1 ~# T0 E5 f
timeValue += ((seconds < 10) ? ":0" : ":") + seconds, S$ `( w  n  Y( V4 I& N; b
timeValue += (hours >= 12) ? " 下午 " : " 上午 "+ a# K* `$ M/ L' r$ i% r8 F% z1 l4 b
document.clock.face.value = timeValue;& W- k! s5 C9 o/ S. I
timerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示
8 X) C3 r, z, E0 GtimerRunning = true;}
# n/ I4 |( N; R' I1 [
& L9 B1 T+ w+ e) e$ yfunction startclock () {) ^) _5 G* [) o7 r
stopclock();' s( W; W0 T. f, W/ Y! n* R6 B
showtime();}: y0 m; Q+ V( y+ q, W4 s
</SCRIPT>! t& B9 A) Q! ?* t  X( D# F& F' b

1 u' H5 _0 b8 e; {1 _" G  v, q- `</head>; e) f9 H- a( Y" X! B$ Y

" _, E! O8 u8 p. `<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">
! B9 b" d4 Y  n. T. H5 V3 K<script language="JavaScript" type="text/javascript">$ Y: J8 W; K7 S7 Q8 N
<!--+ a! u) T% p& l# Y5 [; P
calendar();/ Y0 Z9 Z8 Y" b# \: U; e
//-->
1 [( M; s9 Y& ]1 u# B& f2 J) K  e. b( F$ d2 V
</script>  }: L' Q" Q0 w& Z3 L
( S2 E5 \, E  C2 c  D
</body>5 e# `- w  u5 O5 C) W
</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI....
2 c' P4 }& d& J. x$ o- u- Z8 s金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-5-30 10:06

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

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