找回密码
 注册

QQ登录

只需一步,快速开始

查看: 842|回复: 3

给你们瞧瞧我现在的配置

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

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html>
8 U0 ?5 m% Y5 [) i<head>" ^' j7 f2 ?8 Z8 q4 h3 d% e" l% f; E) b
<title>无标题文档</title>
9 u3 k7 k6 V# ]9 n# d$ u<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
& \: b9 m4 {1 S7 j0 K<style>  e/ ~& k, N1 N( g, x! u! t/ ?. f
<!--$ v5 ?2 J0 p( p2 W  x. y6 \% P
body, p, div,td,input {font:menu;line-height: 150%}
9 |! C( I  [! e.div { font-family: 宋体; font-size: 12px; line-height: 150% }
( k/ y# I2 X$ Z1 e3 P& J5 N# a- O-->2 N1 h% O$ e5 _4 ~
</style>
$ ]. d( v$ V6 P* N0 }<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">5 l, B& F- \% N/ K! ]  W  @
//创建一个数组,用于存放每个月的天数( i# ^. E" h0 j; @
function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11)
- A1 j; T0 v5 Y5 C8 `' t{/ N* ^8 [, F0 j! T/ d
this[0] = m0;
1 C2 V! L' \, O+ j2 \this[1] = m1;
* y3 v, ?+ ^: E4 ethis[2] = m2;
; h3 D7 x) @8 @& g3 lthis[3] = m3;
* j4 p/ N. @/ ?! ?% o0 i2 vthis[4] = m4;
* @3 ~& D, F" j$ h/ bthis[5] = m5;
9 n4 O) Q9 q/ c  g; ?this[6] = m6;
+ s" u) C2 q  v, o- _this[7] = m7;; R2 q+ E! |# h2 [; g
this[8] = m8;
/ ^: o9 `. c# C6 `( q8 K8 @this[9] = m9;
! ^$ x, b& F; X2 s5 w, Othis[10] = m10;& |" N" \0 Q: e' h& K/ y
this[11] = m11;
) q) Q# J) j3 U3 T' f; }}
& e- c5 }9 {) S" R$ ]0 h* N//实现月历1 y# L9 M0 _9 ]+ c& g
function calendar() {
3 q$ K' |; G6 s/ {var monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
# U6 F9 v+ N& L; I& }$ qvar today = new Date();$ h; [3 Y: s' r" G5 ?7 r1 O
var thisDay;
1 ^1 g- N5 P) ^7 fvar monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
1 |( V5 v9 B! F2 X. k: lyear = today.getYear() +1900;+ g8 O" h9 v9 w* E% E4 X
thisDay = today.getDate();
8 d3 j% v$ _( s. ~% X3 |if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;
' @' p- @3 A) k( ]nDays = monthDays[today.getMonth()];7 C3 q$ y: s4 ~; ?. W& z
firstDay = today;# i7 X, Q; u0 P: h  D
firstDay.setDate(1);# e6 A6 D0 C4 Y0 C
testMe = firstDay.getDate();
& _3 n9 ^! c2 W# O: o6 q( m- U/ Jif (testMe == 2) firstDay.setDate(0);
/ \! q5 _+ q0 s2 E: E; rstartDay = firstDay.getDay();
7 }1 M1 U% ?4 b# s9 w# x. Fdocument.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>")
/ F  ?5 R' s8 S4 Rdocument.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")
5 |5 F. w# O& e  s- fdocument.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");
) h% O" V% [; L/ U9 ndocument.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");
$ [, J0 b% u/ S( i( n) tvar dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
- U* J0 z3 M4 |var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");  R+ G' X  `) J
var now = new Date();# ^9 k+ h8 N3 m8 I
document.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");* z9 P4 U2 |0 \2 g
document.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");( |7 M! K1 `  A+ q  A& x' J. c+ @
document.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");
. A0 A- X% s0 i3 Kdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");; P, I( r5 C0 R: N- R. ?# G
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");4 g" T! w( M: \4 i8 O! g3 v8 n
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");$ i; `" u( G( r: Y
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");
- W1 N! b2 i7 |7 L4 L3 ddocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");
+ q6 ^- k- t5 `( M( F! l. d3 o' zdocument.writeln("</TR><TR>");! k( W' H! ?2 Q+ T5 P' y: n
column = 0;8 |$ K( ^" }" c  ~- x
for (i=0; i<startDay; i++) {
1 h4 y, u6 L! n1 K- O& Udocument.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");
" K; g5 y2 K- S# t$ X* R7 M# Z# Y& Fcolumn++;- G, E* K9 x: Z" Z
}# }. z* U4 V1 Q

2 k3 V: ^5 }; ^) \; h! u' {for (i=1; i<=nDays; i++) {; g& P3 T0 z8 H& u8 C
if (i == thisDay) {
. x. w) G% |6 O- s1 J: P* Kdocument.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
; {, A6 a+ z1 e}+ c% `; I( R- _0 q4 E
else {
4 L( C. e( Q: r! s9 M" w) S  cdocument.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
/ I7 j* v7 \0 h" e" ^5 L2 L6 x. ?8 d}
& p( ~7 D, L& P4 gdocument.writeln(i);
! H3 a, S  w! I+ I/ m8 J; b6 u7 Rif (i == thisDay) document.writeln("</FONT></TD>")6 j$ \6 }: t1 b4 r+ b( }
column++;
0 D/ f1 I$ Q; ~' r+ F, k$ Sif (column == 7) {
5 a: }2 J6 d# R" k* H: pdocument.writeln("<TR>"); 6 A  ~7 N: ~$ [9 F6 B' D' v4 L
column = 0;
! o7 Q# {1 r4 @) D+ l}! Y6 }# ^( e' c( C: n
}
; w' F; S4 @+ _- xdocument.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>"). @% e: D* S+ f) n$ h1 T! F
document.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")
  h3 y/ _& k% f- e, l9 ldocument.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>"). |: S3 o* u+ z5 D
document.writeln("</TD></TR></TABLE></div>");+ o. h3 K! l; q. ~; D* k
}
2 X! [# ]: t# z$ T( L* C</SCRIPT>% O" e5 M% n% [9 _6 h
<SCRIPT LANGUAGE="JavaScript">- D$ @' ^+ x" X! r1 I
var timerID = null;4 e! g0 `8 p  z0 Q; ]  U
var timerRunning = false;
2 V. y+ h, t* b+ h( [5 f; n" P3 ~
3 Z7 m; [8 @6 [, W& lfunction stopclock (){0 Z  U* _# _% x  R# v
if(timerRunning)! X7 T$ C+ _$ Y1 i+ l  @. x
clearTimeout(timerID);
5 `$ d  p$ c& ^7 mtimerRunning = false;}
0 K( {6 W& u$ [# z$ C) d1 Q( g$ z/ }* ]( m
//显示当前时间
& P3 z, o0 M4 W$ [function showtime () {
* D: W# G' |/ {var now = new Date();2 Q2 _8 x/ c7 a
var hours = now.getHours();. T1 y' r; i1 }  d% f4 `
var minutes = now.getMinutes();+ ~# w+ J5 X+ P2 P$ W
var seconds = now.getSeconds()9 p! E+ b" A4 @( p6 A+ ]
var timeValue = " " + ((hours >12) ? hours -12 :hours). D+ G: S! f. ^' n# `& V
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
3 i1 r& h  S) \! Y) M' XtimeValue += ((seconds < 10) ? ":0" : ":") + seconds
% @* m& j, d* OtimeValue += (hours >= 12) ? " 下午 " : " 上午 "
2 j: ]8 X4 v; {$ `2 ]document.clock.face.value = timeValue;4 S. w8 y, ^0 t1 S% m& F6 e2 y5 {
timerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示
+ o$ k: W* C: G& E( atimerRunning = true;}
$ W4 \9 h* g: W; ^$ U. p, O
+ u9 w( j5 }) wfunction startclock () {
2 R* A; `9 y' j. W6 [  lstopclock();
8 b& \: \+ W9 nshowtime();}  H! ^* [1 q5 T5 M
</SCRIPT>
. I5 A# a/ `7 g7 r  ~2 t: R
0 w  H6 R7 }0 Y</head>$ I2 f9 J" h" N! ]4 Y  ?

( N& ?1 _& \; C+ J7 [+ f+ q<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">5 h! |5 f" J& x/ [1 J
<script language="JavaScript" type="text/javascript">
( u; T! a* c3 E; L9 T' D<!--
! t7 \' W) P5 Q, Z5 G+ O4 \+ ?, \0 Vcalendar();
* f; M4 T0 B9 q* y8 @  m! b//-->
' d& G3 \0 ^. e; j4 ^! i0 A( T) |% f
</script>* ]- O1 h. O0 ~; ^. q

2 y; O0 c& V4 C: c* p: o</body>5 `+ s; X% c/ X6 N' a" `. l+ _: d
</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI....* W  q6 ?+ R/ G* ?# N; I& \2 w
金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-7-2 22:21

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

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