⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 软件构架师 01.htm

📁 软件构架师 01+ 软件构架师 01+软件构架师 01
💻 HTM
📖 第 1 页 / 共 2 页
字号:
<!--Download from http://zhidao.baidu.com/question/ -->
<!--STATUS OK-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>什么是软件构架师?_百度知道      </title><link rel="alternate" type="application/rss+xml" title="“什么是软件构架师?”的最新回答(RSS 2.0)" href="http://zhidao.baidu.com/q?ct=20&qid=27548307&pn=65535&rn=25&tn=rssqb">
<link href="软件构架师 01_files/iknow1_1.css" rel="stylesheet" type="text/css">

<style>.cpro table{margin:auto}.cpro{ text-align:center;float:auto;}.mr20{margin-right:20px;}.note{background:url(http://img.baidu.com/img/iknow/popo.gif) no-repeat left; margin:12px 0;padding-left:20px;font-weight:bold;}
.answer1,.answer2,.answer3{background:url(http://img.baidu.com/img/iknow/answer.gif) no-repeat;width:100px;height:25px;overflow:hidden}
.answer1{background-position:0 0}
.answer2{background-position:0 -25px}
.answer3{background-position:0 -50px}
.rk2,.rk4{right:-2px}
#Lg{ border-top:1px dashed #bbb;}
.irelate{background: transparent url(http://img.baidu.com/img/iknow/icons.gif) no-repeat;width:16px;height:16px;margin-right:2px;overflow:hidden;float:left;background-position:0 -176px;}
#cproshow .r{ word-break:break-all;cursor:hand;width:100%;}
#cproshow div.r font {font-size:14px;}
#cproshow div.r  span font {font-size:12px;}
.relateTag a{white-space:nowrap;word-break:keep-all;margin-left:20px;}
.relateTable td{font-size:14px;}
</style></head>
<body>
<script type="text/javascript" src="软件构架师 01_files/"></script>

<div id="usrbar"><nobr><script language="JavaScript">
document.write('<a href="http://www.baidu.com/">百度首页</a>&nbsp;|&nbsp;<a href="#" onclick="userLogin(TopLoginSuccess, TopLoginFail,\'login\');">登录</a>');
</script> </nobr></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="hd"><tr> 
<td width="137" valign="top"><a href="/"><img src="软件构架师 01_files/logo-zhidao.gif" border="0" alt="百度知道" width="137" height="46" style="margin-right:9px;border:0pt none;"></a></td>
<td><div style="line-height:19px;font-size:14px;"><a href="http://news.baidu.com/">新闻</a>&nbsp;&nbsp;&nbsp;<a href="http://www.baidu.com/">网页</a>&nbsp;&nbsp;&nbsp;<a href="http://tieba.baidu.com/">贴吧</a>&nbsp;&nbsp;&nbsp;<strong>知道</strong>&nbsp;&nbsp;&nbsp;<a href="http://mp3.baidu.com/">MP3</a>&nbsp;&nbsp;&nbsp;<a href="http://image.baidu.com/">图片</a>&nbsp;&nbsp;&nbsp;<a href="http://baike.baidu.com/">百科</a></div>
<table  border="0" cellspacing="0" cellpadding="0" style="margin-top:2px"><tr><form action="/q" name="ftop"  method="get"><td nowrap> <input class=hdi maxlength=256 tabindex=1 size=42 name=word>&nbsp;&nbsp;&nbsp;</td><td><a href="http://www.baidu.com/search/zhidao_help.html" target="_blank">帮助</a></td></tr></table>
<div style="margin-top:4px"><input  type="submit" tabindex=2 value="搜索答案" class="bnsrh"><input type="hidden" name="ct" value="17"><input type="hidden" name="pn" value="0"><input type="hidden" name="tn" value="ikaslist"><input type="hidden" name="rn" value="10"><input  type="button" onclick="checkLoginF(NewAskTop,'ask');" style="margin-left:8px" tabindex=3 value="我要提问" class="bnsrh"></div>

</form>
<form name="fask" action="/q" method="get"> <input type="hidden" name="ct" value="17"><input type="hidden" name="pn" value="0"><input type="hidden" name="tn" value="ikask"><input type="hidden" name="rn" value="12"><input type="hidden" name="word" value=""> <input type="hidden" name="cm" value="1"><input type="hidden" name="lm" value="394496"></form>
</td></tr></table>
<script language="JavaScript">function ask(fn){document.fask.word.value=fn.word.value;document.fask.submit();}</script>
<script>
document.domain="baidu.com";
var url = escape(location.href);

function ctlSubmit(event) {if (event.ctrlKey && event.keyCode == 13) {fdf.submit()}}
function checkco(f,des){ if(f.co.value=="") {alert("请输入您的"+des); return false;}}
function limitpl(f,des){ if(f.co.value=="") {alert("请输入您的"+des); return false;} return limitChars(f.co,des,200);}
function checkcoAndsn(f,des){ if(f.co.value=="") {alert("请输入您的"+des); return false;} return limitChars(f.sn,"参考资料",60);}
function cReply(flag){ if (flag=="yes") {document.getElementById('replyTB').style.display=""; }if(flag=="no"){document.getElementById('replyTB').style.display="none"; }location.hash="here";}
function fixReply(flag){ setTimeout("cReply('"+flag+"')",300);}
function limitChars(obj,obj_Str,limit_len){var c = getLeftChars(obj,limit_len);if(c<0) {echo_str = obj_Str + "限定在"+limit_len+"个字以内,请缩短字数";alert(echo_str);obj.focus();return false;}return true;}
function getLeftChars(varField,limit_len) {var i = 0;var cap = limit_len*2;var j=0;var runtime = (varField.value.length>cap)?(cap+1):varField.value.length;for (i = 0; i< runtime; i++) {if (varField.value.charCodeAt(i) > 127 || varField.value.charCodeAt(i) == 94) {j=j+2;}else{j=j+1;}}var leftchars = cap - j;return (leftchars);}
function showcpro(cproshowstr){document.getElementById("cproshow").innerHTML=cproshowstr;}
function ga(o,e){if (document.getElementById){a=o.id.substring(1); p = "";r = "";g = e.target;if (g) { t = g.id;f = g.parentNode;if (f) {p = f.id;h = f.parentNode;if (h) r = h.id;}} else{h = e.srcElement;f = h.parentNode;if (f) p = f.id;t = h.id;}if (t==a || p==a || r==a) return true;window.open(document.getElementById(a).href,'_blank')}}
function ss(w){window.status=w;return true;}
function cs(){window.status='';}
</script>
<div id="main">
<!--[if IE]>
<script language="JavaScript">
var objmain = document.getElementById("main");
function updatesize(){ var bodyw = window.document.body.offsetWidth; if(bodyw >= 1016) objmain.style.width="976px"; else objmain.style.width="782px"; }
updatesize(); window.onresize = updatesize;
</script>
<![endif]-->
<!-- 广告 -->

<div style="margin:10px 0 0 0;background:" align="left"><script>if(!g_f_js){var g_f_js=true;document.write('<script src="软件构架师 01_files/"'http://eiv.baidu.com/other/ff.js\'></'+'script>');}</script><a href='http://ma.baidu.com/ma/rcv/click.php?t=uv-b5HDhTv-b5HD4PWmzFMIGujYkFhVGujYkFhqsULnqniuhUWdGpv4EIzudThsqpZwYTaR1fiRzwBRzwhF9pywdIvqzUAf8mh7GuZR8mvqVFhV-XHY4PW61m1D3PjIBrj9-mWmdmv79uy7bnAuWP104rjRYmzu1UWYLniu15HwbmvRknjf4PhmYPvfYm1RhTMKET1YkFhwY5y4cmvV8iDwoTb9RuA3v' target='_blank'><img src="软件构架师 01_files/1098141554.gif" width='760' height='90' border='0'></a>



</div>

<!-- 广告结束 -->

<div class="path"><a href="/">百度知道</a> &gt; <cc><a href="/browse/74?lm=9">电脑/网络</a> &gt; <a href="/browse/87?lm=9">其他软件</a></cc></div>

<div id="right2">











<div class="mb12"><a href="/q?ct=20&qid=27548307&pn=65535&rn=25&tn=rssqb" target="_blank" title="订阅“什么是软件构架师?”的最新回答"><img src="软件构架师 01_files/rss_xml.jpg" border="0" width="36" height="14" align="absmiddle"></a>&nbsp;&nbsp;订阅该问题</div>

<div class="cprodiv" id="cproshow"><!--STATUS OK--><script>if(!g_f_js){var g_f_js=true;document.write('<script src="软件构架师 01_files/"'http://eiv.baidu.com/other/ff.js\'></'+'script>');}</script><table border=0 cellpadding=0 cellspacing=0><tr><td>

<div class="r" id="bdfs0">
<a id=dfs0 href='http://www.baidu.com/cpro.php?Uj3K000mj8CGHcumUCNvJllrBLe2_NSk27HVMpDYTEvfyeXWA34s1v2qofIHfO4xuM1PU2XmgMZxsBYTPI1Xyy_VrlZybzhUqnrMel3.7Y_aAr5K7n1CfGxvkr3ryZZn.U1YkFMPG5Hf4' target='_blank' onMouseOver="return ss('链接至 www.cssunray.com')" onMouseOut="cs()">
<font>电子<font color=#c60a00>设计软件</font> 三越科技提供</font>
</a><br>
<span onClick="ga(this,event)" id="bdfs0"><font color="#000000">深圳三越科技公司提供电子<font color=#c60a00>设计软件</font>,是电子设计自动化技术的领导厂商 Altium 公司在华..</font><br><font color="#008000">www.cssunray.com</font></span>
</div><br>




</td></tr></table></div>

<div class="bk bai">
    <div class="rk1"></div><div class="rk2"></div>
    <div class="bc3 gray">
        您想在自己的网站上展示百度“知道”上的问答吗?来<a href="/iknowcode.html" target="_blank">获取免费代码</a>吧!
        <hr size="1" color="#EEEEEE">如要投诉或提出意见建议,请到<br><a href="http://post.baidu.com/f?kw=%B0%D9%B6%C8%D6%AA%B5%C0%CD%B6%CB%DF" target="_blank">百度知道投诉吧</a>反馈。
    </div>
    <div class="bai">
        <div class="rk3"></div><div class="rk4"></div>
    </div>
</div>
</div>


	<div id="center2">
		<div class="bai">

			
			




			
			

			
			

<div class="mb12 bai">
<div class="rg_1"></div><div class="rg_2"></div><div class="rg_3"></div>
<div class="rg">
<div class="t1"><span style="float:right;padding-right:10px;font-size:12px;font-weight:normal;margin-top:-1px;"><span class="ico"><span class="irelate">&nbsp;</span></span><a href="#irelatelink" class="lbk">相关问题</a></span><span style="width:100px;float:right;font-size:12px;font-weight:normal"><div class="icosc"></div> <a href="http://cang.baidu.com/do/add" onClick="window.open('http://cang.baidu.com/do/add?it='+encodeURIComponent(document.title)+'&iu='+encodeURIComponent(location.href)+'&tn=%E7%9F%A5%E9%81%93%E9%97%AE%E9%A2%98%2C&fr=ik#nw=1','_s','scrollbars=no,width=600,height=450,right=75,top=20,status=no,resizable=yes'); return false;" target="_blank" class="lbk">添加到搜藏</a></span><div class="ico"><div class="iok"></div></div>已解决 </div>
<div class="bc0">
<div class="p90">
<div class="f14 B wr"> <cq>什么是软件构架师?</cq></div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -