找回密码
 注册

QQ登录

只需一步,快速开始

查看: 670|回复: 3

给你们瞧瞧我现在的配置

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

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html># ~% w: E9 _6 E2 G
<head>
! U9 ?# k" n5 W8 q<title>无标题文档</title>
  v! x$ C6 z6 N, M0 ^9 ^7 k+ e<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
# Y- q" n1 R7 z$ w0 Z) f$ n9 o  W<style>2 P: _0 G* v& V! r
<!--
7 e6 ]) c4 n' C3 y  |# ybody, p, div,td,input {font:menu;line-height: 150%}
0 j/ G5 k' b% c( H$ W0 O. D5 _.div { font-family: 宋体; font-size: 12px; line-height: 150% }
' @) N1 G1 O( Z. G' K$ _8 M-->
1 l3 L  u2 K7 {) n  z: W</style>
+ P0 A9 l9 @9 N; w0 E8 h5 Q# C<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
7 S+ ^! T3 d4 W+ u//创建一个数组,用于存放每个月的天数- b/ _, @5 @, q; V6 j% T
function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) 3 ]) ^/ Q+ w3 N
{
  {( h. H6 i$ i# p. @8 H8 \: Jthis[0] = m0;
$ a0 U3 X8 Y& n9 j( tthis[1] = m1;
% ?# H8 {  f' Q$ Y; `this[2] = m2;" @1 U+ B9 C9 I1 p" E; ?
this[3] = m3;" G8 s* K( o9 P* w- q
this[4] = m4;
( R; j2 g2 t& O& u8 {) Othis[5] = m5;6 }4 C  L# b: S/ @
this[6] = m6;
- G% P5 N$ N9 o- v. L, x# vthis[7] = m7;
0 d4 @0 @2 l& M: E! P7 b7 bthis[8] = m8;- P7 S8 M0 A" R
this[9] = m9;
2 [2 x" f% p* Y$ B9 {, {' Ethis[10] = m10;4 w# S% O: S$ X) C
this[11] = m11;
1 E/ S/ _. c+ [" _4 b1 C3 s}
8 r  l: O* u8 {( N* C1 i5 |//实现月历
+ j+ P: z, f6 d% x+ D) X4 cfunction calendar() {
; `9 H  Y+ u" e% q9 X; Q0 w& nvar monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
1 I% T# V; p3 H& F4 Q( `+ ]9 Jvar today = new Date();
  x1 F, ~/ Q2 U7 @3 mvar thisDay;
7 h3 J6 [& _+ R  [) `4 Xvar monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);" Y% I  M% G. t4 u, Z
year = today.getYear() +1900;6 j5 I+ }& h, p
thisDay = today.getDate();
; d2 ]) H8 P: \6 u/ k+ I- Kif (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;! L3 ?* }6 d8 x& _
nDays = monthDays[today.getMonth()];) \! {7 h% G+ _
firstDay = today;
1 v. R# r' H% {" l7 DfirstDay.setDate(1);
0 ^9 I2 j# E2 h. ?  F" r2 GtestMe = firstDay.getDate();- f* I, D5 |2 f% p2 t0 _& D3 N
if (testMe == 2) firstDay.setDate(0);) I7 B$ U' v( e3 |
startDay = firstDay.getDay();0 f0 I  T0 N! a. B7 |
document.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>")
- G8 F6 o9 x& Kdocument.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")3 d0 ]! s& P) e! z: ^. p$ \+ y
document.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");
0 I: d* e/ l, [6 \/ Bdocument.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");) t7 `3 \. ~8 ]; L6 h- ^: q
var dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");/ E/ {( y/ k8 z0 }' g
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");, Y5 D, J, a0 S5 C5 y2 W* @3 A
var now = new Date();
& `6 A4 D8 ~1 L$ Y# q% F0 W- Bdocument.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");
8 ?# {3 n, o% [# Q6 D8 Sdocument.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");! _) ]  D5 {0 Z: \
document.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");
- n( ^5 ]) e+ T, S1 v6 {document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");" ?4 n5 \  J% m$ F# g7 U* ?
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");
9 I' b) C4 n4 e# J' f% P8 bdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");
1 d: y$ h+ O% {$ C  Tdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");4 h3 h% i$ l8 c
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");
: o- s9 M( t8 z( g& gdocument.writeln("</TR><TR>");
' z1 E' U4 K; o3 [# L7 vcolumn = 0;% E7 P! o+ Y& d9 x/ m6 D, \/ N
for (i=0; i<startDay; i++) {
5 x9 g, T! R* ]* Ndocument.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");
* ?) B7 d6 j, X! {) {; {4 Pcolumn++;
8 ]# ~! Q5 e  Y0 K1 H: j( V}
1 K" |8 `9 W# _- I7 p4 {% \  l1 g' Z" a  m+ M) c# X
for (i=1; i<=nDays; i++) {3 h5 I/ r+ g& a; _2 c8 e5 z' C7 H
if (i == thisDay) {* O% M4 Y3 {$ t3 K
document.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
: [8 j% {- s0 E  r+ r7 Q}
3 ?1 V" V  U8 F  }& Z: Y& b% ?0 I! Telse {
4 z" u+ ^; k6 q8 V/ Bdocument.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
1 f5 l) I  ^1 a}9 ]2 h8 n0 f2 q5 H4 X# I
document.writeln(i);" ?% O7 C- a! U- Y' P' J
if (i == thisDay) document.writeln("</FONT></TD>")0 |3 f. W* L6 r# H  n4 e
column++;" ?3 p- d7 w( q- }6 I
if (column == 7) {
& }- e! ^& t8 T& Hdocument.writeln("<TR>");
6 v! K6 y) ?0 kcolumn = 0;5 d7 p0 S) Q" K1 Y
}
; @0 e& |; m$ V. k1 G( I) o# n: Y- |) u}0 P7 P$ o! g2 b/ ?2 b0 H
document.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")
: o" r9 i" b' D% Y- o5 t6 `4 odocument.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")
1 C) T9 {: q5 G. ndocument.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")
8 \3 \" @; d& ?5 r4 ^+ N& U% Ydocument.writeln("</TD></TR></TABLE></div>");
9 m+ K( O* J0 t3 |}+ ]  b% v& L4 H" t# k' ^
</SCRIPT>0 [) n0 P/ R# V' p2 r
<SCRIPT LANGUAGE="JavaScript">
  ^1 f" N: z" F  K5 ^6 }8 q- q9 w6 Svar timerID = null;
9 w& D3 m" i7 s. {var timerRunning = false;
% `' d: B- I* {: W6 t" c9 F, X8 O. F
function stopclock (){
7 ~/ u* G; F( f- Y- m- Y" qif(timerRunning)
4 _" J+ }; ^) G4 ^' X' v) NclearTimeout(timerID);
! @9 J. L# d3 a0 |timerRunning = false;}8 q, ?$ J: F' Y" C: L) l

; W2 Z! B9 M& `. K, v! y# r//显示当前时间( X, G* n( n" {
function showtime () {8 v8 N: h6 t1 v# {
var now = new Date();1 _9 E. q8 a; ^  i) {1 [$ j
var hours = now.getHours();2 n4 b. _" A! {0 ]: Y" f  q' g3 P
var minutes = now.getMinutes();
, S# V4 t0 O9 ?2 D# Wvar seconds = now.getSeconds()
8 O0 y# k+ c. `* n7 V4 A9 V& hvar timeValue = " " + ((hours >12) ? hours -12 :hours)" E: M: B* X" z. ~. I& e8 e
timeValue += ((minutes < 10) ? ":0" : ":") + minutes% V7 x0 K; ]" s! ~
timeValue += ((seconds < 10) ? ":0" : ":") + seconds2 ~( H1 Z* A* W) D; \
timeValue += (hours >= 12) ? " 下午 " : " 上午 "
0 J% o+ w9 [" L. ddocument.clock.face.value = timeValue;
0 z% V2 C' ^4 ZtimerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示+ d8 e" U2 ^' C1 [! W
timerRunning = true;}3 v8 h. Y/ Z: w$ o* x- ^6 x2 w
- V1 f$ ^" h8 g) E0 G
function startclock () {
2 [: l3 |* a3 t6 b$ o% s* xstopclock();
! T' d% C: N7 F* pshowtime();}
: G/ ~  k3 r( `: L3 a8 U</SCRIPT>: e4 I" I8 [( V

/ Q' }9 P$ {, N6 m6 T</head>
0 A' h9 _4 Q% U# L' R  k! V% S0 I8 y( q5 R5 G5 i. i/ x8 Q0 p
<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">6 Z& Z# Q# o7 ^9 o3 y" _
<script language="JavaScript" type="text/javascript">! l6 U, H9 v) ?/ j; h7 l, e. c3 t; |
<!--
, L; [5 U. s+ L. jcalendar();1 o% ]# c( w( D# t6 d/ C5 Z
//-->2 n, `9 C6 J# j, ^

) ^: p! }6 d2 e3 d7 Z</script>; J2 O$ {) `, D2 x7 M. D# R
# U9 g7 g# m" c, m% e
</body>" U% A0 @1 X* a, U0 S
</html>
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-4-21 19:02

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

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