特殊:Badtitle/NS100:32bit and 64bit:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/ | {{From|https://help.ubuntu.com/community/32bit and 64bit}} | ||
{{Languages|UbuntuHelp: | {{Languages|UbuntuHelp:32bit and 64bit}} | ||
== | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | |||
<head> | |||
=== | <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | ||
<meta name="robots" content="index,nofollow"> | |||
<title>32bit - Community Ubuntu Documentation</title> | |||
<script type="text/javascript"> | |||
<!--// common functions | |||
// We keep here the state of the search box | |||
searchIsDisabled = false; | |||
=== | function searchChange(e) { | ||
// Update search buttons status according to search box content. | |||
// Ignore empty or whitespace search term. | |||
var value = e.value.replace(/\s+/, ''); | |||
if (value == '' || searchIsDisabled) { | |||
searchSetDisabled(true); | |||
=== | } else { | ||
searchSetDisabled(false); | |||
} | |||
} | |||
function searchSetDisabled(flag) { | |||
// Enable or disable search | |||
document.getElementById('fullsearch').disabled = flag; | |||
document.getElementById('titlesearch').disabled = flag; | |||
} | |||
function searchFocus(e) { | |||
// Update search input content on focus | |||
if (e.value == 'Search') { | |||
e.value = ''; | |||
e.style.color = 'black'; | |||
searchIsDisabled = false; | |||
} | |||
} | |||
function searchBlur(e) { | |||
// Update search input content on blur | |||
if (e.value == '') { | |||
e.value = 'Search'; | |||
e.style.color = 'gray'; | |||
searchIsDisabled = true; | |||
} | |||
} | |||
function actionsMenuInit(title) { | |||
// Initiliaze action menu | |||
for (i = 0; i < document.forms.length; i++) { | |||
var form = document.forms[i]; | |||
if (form.className == 'actionsmenu') { | |||
// Check if this form needs update | |||
var div = form.getElementsByTagName('div')[0]; | |||
var label = div.getElementsByTagName('label')[0]; | |||
if (label) { | |||
// This is the first time: remove label and do buton. | |||
div.removeChild(label); | |||
var dobutton = div.getElementsByTagName('input')[0]; | |||
div.removeChild(dobutton); | |||
// and add menu title | |||
var select = div.getElementsByTagName('select')[0]; | |||
var item = document.createElement('option'); | |||
item.appendChild(document.createTextNode(title)); | |||
item.value = 'show'; | |||
select.insertBefore(item, select.options[0]); | |||
select.selectedIndex = 0; | |||
} | |||
} | |||
} | |||
} | |||
//--> | |||
</script> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css"> | |||
<link rel="Start" href="/community/UserDocumentation"> | |||
<link rel="Alternate" title="Wiki Markup" href="/community/32bit?action=raw"> | |||
<link rel="Alternate" media="print" title="Print View" href="/community/32bit?action=print"> | |||
<link rel="Search" href="/community/FindPage"> | |||
<link rel="Index" href="/community/TitleIndex"> | |||
<link rel="Glossary" href="/community/WordIndex"> | |||
<link rel="Help" href="/community/HelpOnFormatting"> | |||
</head> | |||
<body lang="en" dir="ltr"> | |||
<script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script> | |||
<script xmlns="" type="text/javascript"><![CDATA[ | |||
_uacct = "UA-1018242-8"; | |||
urchinTracker(); | |||
]]></script> | |||
<div id="header"> | |||
<div id="mastwrap"><div id="masthead"> | |||
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div> | |||
<form id="searchform" method="get" action=""> | |||
<div> | |||
<input type="hidden" name="action" value="fullsearch"> | |||
<input type="hidden" name="context" value="180"> | |||
<label for="searchinput">Search:</label> | |||
<input id="searchinput" type="text" name="value" value="" size="20" | |||
onfocus="searchFocus(this)" onblur="searchBlur(this)" | |||
onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search"> | |||
<input id="titlesearch" name="titlesearch" type="submit" | |||
value="Titles" alt="Search Titles"> | |||
<input id="fullsearch" name="fullsearch" type="submit" | |||
value="Text" alt="Search Full Text"> | |||
</div> | |||
</form> | |||
<script type="text/javascript"> | |||
<!--// Initialize search form | |||
var f = document.getElementById('searchform'); | |||
f.getElementsByTagName('label')[0].style.display = 'none'; | |||
var e = document.getElementById('searchinput'); | |||
searchChange(e); | |||
searchBlur(e); | |||
//--> | |||
</script> | |||
<div id="sisternav"> | |||
<ul> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.06" | |||
accesskey="t">6.06 LTS</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.10" | |||
accesskey="t">6.10</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.04" | |||
accesskey="t">7.04</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.10" | |||
accesskey="t">7.10</a> | |||
</li> | |||
<li id="current"> | |||
<a href="https://help.ubuntu.com/community" | |||
accesskey="t">Community Docs</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</div></div> | |||
<ul class="extranav"> | |||
<li><a href="/community/UserDocumentation">User Documentation</a></li> | |||
</ul> | |||
</div> | |||
<div id="page" lang="en" dir="ltr"><!-- start page --> | |||
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/32bit?action=fullsearch&value=linkto%3A%2232bit%22&context=180">32bit</a></h1> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<p><strong>This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.</strong> </p> | |||
<a href="/community/32bit?action=edit">Create new empty page</a><p> </p> | |||
<div> | |||
<table> | |||
<tr> | |||
<td> | |||
<p> <strong>Page templates:</strong> </p> | |||
</td> | |||
<td> | |||
<p> <strong>Existing pages with similar names:</strong> </p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/32bit?action=edit&template=AideTemplate">AideTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=[[category:CategoryTemplate">CategoryTemplate</a></li>]] | |||
<li><a href="/community/32bit?action=edit&template=DocumentationTemplate">DocumentationTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=HelpTemplate">HelpTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=HilfeTemplate">HilfeTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=HomepageTemplate">HomepageTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=PagePersonnelleTemplate">PagePersonnelleTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=Pr%c3%a9sentationTemplate">PrésentationTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=SlideShowHandOutTemplate">SlideShowHandOutTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=SlideShowTemplate">SlideShowTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=SlideTemplate">SlideTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=SupportPapierD'UnePr%c3%a9sentationTemplate">SupportPapierD'UnePrésentationTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=ThuisbladTemplate">ThuisbladTemplate</a></li> | |||
<li><a href="/community/32bit?action=edit&template=TransparentTemplate">TransparentTemplate</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/32bit_and_64bit">32bit and 64bit</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
</div> <!-- end page --> | |||
<div id="footer"> | |||
<div id="ubuntulinks"> | |||
© 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br /> | |||
<a href="https://help.ubuntu.com/community/WikiGuide">Feedback</a> — | |||
<a href="https://help.ubuntu.com/community/License">Legal</a> — | |||
<a href="https://help.ubuntu.com/community/Credits">Credits</a> | |||
<br /> | |||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"> | |||
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | |||
</a> | |||
</div> | |||
</div> | |||
</body> | |||
</html> | |||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2007年11月30日 (五) 22:46的版本
![]() |
文章出处: |
{{#if: | and 64bit {{{2}}} | https://help.ubuntu.com/community/32bit and 64bit }} |
![]() |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/af | • {{#if: UbuntuHelp:32bit and 64bit|Afrikaans| [[::32bit and 64bit/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ar | • {{#if: UbuntuHelp:32bit and 64bit|العربية| [[::32bit and 64bit/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/az | • {{#if: UbuntuHelp:32bit and 64bit|azərbaycanca| [[::32bit and 64bit/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/bcc | • {{#if: UbuntuHelp:32bit and 64bit|جهلسری بلوچی| [[::32bit and 64bit/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/bg | • {{#if: UbuntuHelp:32bit and 64bit|български| [[::32bit and 64bit/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/br | • {{#if: UbuntuHelp:32bit and 64bit|brezhoneg| [[::32bit and 64bit/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ca | • {{#if: UbuntuHelp:32bit and 64bit|català| [[::32bit and 64bit/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/cs | • {{#if: UbuntuHelp:32bit and 64bit|čeština| [[::32bit and 64bit/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/de | • {{#if: UbuntuHelp:32bit and 64bit|Deutsch| [[::32bit and 64bit/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/el | • {{#if: UbuntuHelp:32bit and 64bit|Ελληνικά| [[::32bit and 64bit/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/es | • {{#if: UbuntuHelp:32bit and 64bit|español| [[::32bit and 64bit/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/fa | • {{#if: UbuntuHelp:32bit and 64bit|فارسی| [[::32bit and 64bit/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/fi | • {{#if: UbuntuHelp:32bit and 64bit|suomi| [[::32bit and 64bit/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/fr | • {{#if: UbuntuHelp:32bit and 64bit|français| [[::32bit and 64bit/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/gu | • {{#if: UbuntuHelp:32bit and 64bit|ગુજરાતી| [[::32bit and 64bit/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/he | • {{#if: UbuntuHelp:32bit and 64bit|עברית| [[::32bit and 64bit/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/hu | • {{#if: UbuntuHelp:32bit and 64bit|magyar| [[::32bit and 64bit/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/id | • {{#if: UbuntuHelp:32bit and 64bit|Bahasa Indonesia| [[::32bit and 64bit/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/it | • {{#if: UbuntuHelp:32bit and 64bit|italiano| [[::32bit and 64bit/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ja | • {{#if: UbuntuHelp:32bit and 64bit|日本語| [[::32bit and 64bit/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ko | • {{#if: UbuntuHelp:32bit and 64bit|한국어| [[::32bit and 64bit/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ksh | • {{#if: UbuntuHelp:32bit and 64bit|Ripoarisch| [[::32bit and 64bit/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/mr | • {{#if: UbuntuHelp:32bit and 64bit|मराठी| [[::32bit and 64bit/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ms | • {{#if: UbuntuHelp:32bit and 64bit|Bahasa Melayu| [[::32bit and 64bit/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/nl | • {{#if: UbuntuHelp:32bit and 64bit|Nederlands| [[::32bit and 64bit/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/no | • {{#if: UbuntuHelp:32bit and 64bit|norsk| [[::32bit and 64bit/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/oc | • {{#if: UbuntuHelp:32bit and 64bit|occitan| [[::32bit and 64bit/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/pl | • {{#if: UbuntuHelp:32bit and 64bit|polski| [[::32bit and 64bit/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/pt | • {{#if: UbuntuHelp:32bit and 64bit|português| [[::32bit and 64bit/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ro | • {{#if: UbuntuHelp:32bit and 64bit|română| [[::32bit and 64bit/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/ru | • {{#if: UbuntuHelp:32bit and 64bit|русский| [[::32bit and 64bit/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/si | • {{#if: UbuntuHelp:32bit and 64bit|සිංහල| [[::32bit and 64bit/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/sq | • {{#if: UbuntuHelp:32bit and 64bit|shqip| [[::32bit and 64bit/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/sr | • {{#if: UbuntuHelp:32bit and 64bit|српски / srpski| [[::32bit and 64bit/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/sv | • {{#if: UbuntuHelp:32bit and 64bit|svenska| [[::32bit and 64bit/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/th | • {{#if: UbuntuHelp:32bit and 64bit|ไทย| [[::32bit and 64bit/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/tr | • {{#if: UbuntuHelp:32bit and 64bit|Türkçe| [[::32bit and 64bit/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/vi | • {{#if: UbuntuHelp:32bit and 64bit|Tiếng Việt| [[::32bit and 64bit/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/yue | • {{#if: UbuntuHelp:32bit and 64bit|粵語| [[::32bit and 64bit/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/zh | • {{#if: UbuntuHelp:32bit and 64bit|中文| [[::32bit and 64bit/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/zh-hans | • {{#if: UbuntuHelp:32bit and 64bit|中文(简体)| [[::32bit and 64bit/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:32bit and 64bit | UbuntuHelp:32bit and 64bit | {{#if: | :}}32bit and 64bit}}/zh-hant | • {{#if: UbuntuHelp:32bit and 64bit|中文(繁體)| [[::32bit and 64bit/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:32bit and 64bit|:32bit and 64bit|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :32bit and 64bit/zh | | {{#ifexist: 32bit and 64bit/zh | | {{#ifeq: {{#titleparts:32bit and 64bit|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:32bit and 64bit|1|-1|}} | zh | | }}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
32bit
This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.
Create new empty page
Page templates: |
Existing pages with similar names: |
|
|