找回密码
 注册

QQ登录

只需一步,快速开始

查看: 798|回复: 3

给你们瞧瞧我现在的配置

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

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html>
7 w! ~4 v# ~1 [9 V! Z; o<head>; B, {5 S* M" C2 D- y; I8 Q
<title>无标题文档</title>
% w( {7 Y8 B/ o. K1 f. D<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
) g4 p0 W1 S# a<style>
7 \4 B0 c; y# f# |<!--: k+ w) V! K9 @
body, p, div,td,input {font:menu;line-height: 150%}8 t8 G& h3 ^% }7 n: Q; H! f9 F
.div { font-family: 宋体; font-size: 12px; line-height: 150% }
% z, Q6 R( a, P# l; M0 f-->
) q/ Q% b5 Q/ Z</style>
5 M) I% [. e5 [. E& r9 X7 m# S<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">2 y0 X2 A1 @  `$ P
//创建一个数组,用于存放每个月的天数
6 A+ [3 S! c" r9 T+ M6 n# w9 rfunction montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) # S& h( Q4 Y4 I/ l" x) Y/ N
{
& \3 ^& W0 c/ {; E% J( S5 Nthis[0] = m0;
5 @$ f+ h$ r# v, N& Sthis[1] = m1;3 n* U0 w$ A1 n/ R, X. o& c
this[2] = m2;; |# n/ j5 M/ r$ s; m- \% F9 X
this[3] = m3;4 |8 ?4 N1 L5 F* K: n
this[4] = m4;
' `6 ^/ T# ]( S( n  j. jthis[5] = m5;
: z& ]+ S  n9 T, lthis[6] = m6;7 H; Q. T$ a% J/ y% E+ M. ~
this[7] = m7;
2 h! o6 L5 [$ t+ F  f$ fthis[8] = m8;: A& Q9 |/ b5 ]4 Q/ c4 Q6 K
this[9] = m9;
* o3 T$ U7 m7 jthis[10] = m10;
1 u. M+ c4 a1 u/ F0 G- V% |this[11] = m11;
9 a6 Y" v3 n& \1 P2 D}
, o; E3 y( k0 `" S. y/ z9 l. g+ }//实现月历
& q" j2 Z) |! S9 j  q2 `( |function calendar() {
' ?& j# R2 y# d* ovar monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
6 v% P  v( V% S- Z" H% svar today = new Date();
' Y: u8 h7 ?. y/ [' R, U- yvar thisDay;
9 j4 U& _7 {) p3 o) O$ k6 vvar monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
2 E1 q, g$ N: N, Gyear = today.getYear() +1900;+ x* c8 l; @! w6 E) G: Z) |
thisDay = today.getDate();
% w, k& D* _0 }1 _if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;
3 v5 r0 U4 |9 _- X9 i4 bnDays = monthDays[today.getMonth()];
6 x" f: u( u& r0 L4 [" JfirstDay = today;
8 G- ^3 q  y3 `+ Y2 y0 YfirstDay.setDate(1);
$ T7 O5 F# \/ |testMe = firstDay.getDate();6 U; o: X1 D2 L
if (testMe == 2) firstDay.setDate(0);1 d. w- f$ ]) q& S
startDay = firstDay.getDay();) X; u+ y& F2 o- X1 L
document.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>") & L7 J6 n) B; @( ?
document.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")
. p/ K, G, K" y0 c  ]. K( Udocument.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");# {$ X5 ^  h3 e/ {# q
document.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");% y9 M% j8 P5 q, q/ s
var dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");  ]4 z/ x( d# z, z2 X
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");" x: w! j$ \. d5 q
var now = new Date();
( y! ]8 g5 @5 b* w! w  Ddocument.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");
$ M5 T5 R. I' v! O. ^document.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");
5 |1 N% g# d- r. L; d% Rdocument.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");
) c+ @9 K  }$ r& C$ N, Z: _document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");
7 P9 S/ C% Z2 i" O/ u' kdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");
0 g5 x/ ]5 J9 N  Vdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");
1 E8 k: j7 [, n/ B2 f- vdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");  w  `( n, }- M% v
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");
, o0 s% Y: i7 J# V3 d# Z  gdocument.writeln("</TR><TR>");% f' j! N+ M: `
column = 0;
# R1 I. T' S3 a; U* v) q4 Z( ^) @for (i=0; i<startDay; i++) {
8 C" ^% F, u5 S+ idocument.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");
  H* l' y" N4 a, T& H4 u# e  ?column++;
6 r; T- _& u% _) y; p* Q}
& J9 \8 c+ N2 i  U) D* X/ v2 ^, ^2 r
for (i=1; i<=nDays; i++) {
8 W* h9 R2 z4 {: {, ?if (i == thisDay) {
; ^" `, ^  A0 u: W9 C' x) ddocument.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
/ a5 Y) k% |( H, w}3 x6 P8 _7 }) {3 f$ ^- R
else {
' E9 e- v; q: F8 V/ adocument.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
' P& p+ E! \" G- {}7 d9 L* x4 {% C3 I
document.writeln(i);2 a. M0 r+ I% j& D( N' _
if (i == thisDay) document.writeln("</FONT></TD>")
" w/ y3 ~, r. scolumn++;
6 l+ A2 u6 J% \if (column == 7) {
$ R1 m& y% Q5 \# {+ h0 g/ gdocument.writeln("<TR>"); 9 b! i% o; E0 q
column = 0;
, c3 C: Z' s; E1 T9 e$ N}
: V! ?  I8 [9 b4 Y. K}
4 O% ?; w- r4 b7 B% [document.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")
* c9 n- L9 D8 }% Wdocument.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")2 T8 W7 s9 \, p
document.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")
/ G: z! ^$ K. X: xdocument.writeln("</TD></TR></TABLE></div>");9 w; w  {( @; N* h
}
' E% j6 T) U  A8 W+ f+ t; s</SCRIPT>
- U% D, S' O4 X. _3 L" B# h! w" I<SCRIPT LANGUAGE="JavaScript">. U# }* v, J2 F0 o" o+ k4 U4 j
var timerID = null;* ^4 x6 E* @7 j$ H/ z7 N) y
var timerRunning = false;4 Y9 Y: r/ G: F/ A. d* W5 J
& O; z% w% f+ d0 Z' Y" c. m
function stopclock (){
* R  Y) ~9 R0 ]& N& y$ rif(timerRunning)
; e8 A& }& f* h' y! S2 FclearTimeout(timerID);
8 q2 r5 k8 d, M# [- K$ L! itimerRunning = false;}
! w, n' ^7 c5 R; |3 ~+ j! X5 B; n8 _$ f3 X7 q# _; S
//显示当前时间; r, e. ^9 t: }2 p
function showtime () {
+ G  [& E% ~! ivar now = new Date();3 y6 ~9 w; i; i- F# E2 y
var hours = now.getHours();  R0 p9 `! Z! y% u5 o
var minutes = now.getMinutes();
  R3 Q& i8 O. d4 L) Rvar seconds = now.getSeconds()0 N5 i* a/ z$ p/ L: O* u0 ^
var timeValue = " " + ((hours >12) ? hours -12 :hours)
0 d, O9 L2 z2 H7 V" K% ttimeValue += ((minutes < 10) ? ":0" : ":") + minutes8 `4 v; X6 _" c! I$ Z  ~
timeValue += ((seconds < 10) ? ":0" : ":") + seconds0 V) U/ J, w. Q! w
timeValue += (hours >= 12) ? " 下午 " : " 上午 "
( p. Y: c$ `5 Z8 N. w; i, Odocument.clock.face.value = timeValue;  g' T9 o3 j/ ~: A! T0 f
timerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示
$ y; d5 [4 n% c/ X/ `timerRunning = true;}/ D: O: G4 K" b$ G
9 [+ R' G) ^3 E. W# {+ e
function startclock () {0 `" g0 Y, N2 \: F! I
stopclock();: `- k+ h1 P  Y
showtime();}* c. l; f. l$ q& K9 u2 E4 O5 _! J
</SCRIPT>! i( s& D& n; ^0 [* m! h- J$ l

$ @5 g$ E! ?* \$ P$ y: u$ g</head>, d+ H9 n+ A* @! j4 R( [

8 b$ j7 d% J( U8 c9 D2 `<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">
: I0 x1 q, T8 H, q- z4 q' g<script language="JavaScript" type="text/javascript">
: g4 n( U( H* C1 B( o9 Z% F; D<!--
: O  L% f9 p/ e; e. xcalendar();; S! m4 Q/ K; H& _' B
//-->
4 _* K" j* G1 k) J. I  ]$ S/ @+ s$ g+ W- W' w
</script>
* V, N* K9 k! A- H3 j* Y. r
# |8 }: c  V% `8 h$ @</body>& n" ]7 W" U0 j4 ?  `
</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI....+ @3 G9 d4 I( `! V9 x
金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-6-10 06:20

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

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