?? uclinux下sqlite嵌入式數(shù)據(jù)庫移植全攻略(4).htm
字號:
<!--[2,1,478377] published at 2004-12-17 08:48:56 from #004 by 811--><html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>ucLinux下sqlite嵌入式數(shù)據(jù)庫移植全攻略(4)__科技時代_新浪網(wǎng)</title>
<style type="text/css">
h1{
font-size:24px;
margin: 0px;
}
td,select,input {font-size:12px}
.l17 {line-height:170%;}
.l15 {line-height:150%;}
.f7 {font-size:7px;}
.f24 {font-size:24px;}
.f14{font-size:14px;line-height:130%;}
.title12 {font-size:12px;}
.title14 {font-size:14px;line-height:130%}
.tail12{font-size:12px;}
A:link {color: #0000ff;}
A:visited {color: #800080;}
A:active,A:hover {color : #ff0000}
A.a01:link,A.a01:visited {text-decoration:none;color: #07015B;}
A.a01:active,A.a01:hover {text-decoration:none;color : #ff0000}
A.a02:link,A.a02:visited {text-decoration:none;color: #0000ff;}
A.a02:active,A.a02:hover {text-decoration:none;color : #ff0000}
</style>
<style>
A.akey:link {text-decoration:none;color: #0000ff;}
A.akey:visited {text-decoration:none;color: #800080;}
A.akey:active,A.akey:hover {text-decoration:underline;color : #ff0000}
</style>
<script>
//<!--廣告發(fā)布-->
function checkPubTime(input)
{
//分解年、月、日
var year = input.substring(0,4);
var month = input.substring(5,7);
var day = input.substring(8,10);
//用得到的年、月、日生成日期對象
var pubTime = new Date(year,month - 1,day);
//得到當前日期
var now = new Date();
//計算出當前日期與發(fā)布日期之間的毫秒差值
var dif = now.getTime() - pubTime.getTime();
//需要檢測的日期差
var difDay = 10;
//一天24小時、一小時60分、一分60秒、一秒1000毫秒
if (dif > difDay * 24 * 60 * 60 * 1000)
{
return false;
}
return true;
}
function getPubTime()
{
var remarks=document.getElementsByTagName("!");
var pubInfo = remarks[0].outerHTML;
var beg = pubInfo.indexOf("at")+3;
var end = beg + 10;
return pubInfo.substring(beg, end)
}
</script>
<script language="JavaScript">
function setBarPosition(){
document.getElementById('toolBar').style.top=0
document.getElementById('toolBar').style.left=621
document.getElementById('toolBar').style.display='block'
}
function setTailPosition(){
//document.getElementById('innerad').style.display='block'
var theHeight=(document.getElementById('toolBar').offsetHeight>document.getElementById('theEnd').offsetTop) ? document.getElementById('toolBar').offsetHeight : document.getElementById('theEnd').offsetTop
document.getElementById('sinaTail').style.top=theHeight
document.getElementById('sinaTail').style.left=document.getElementById('theEnd').offsetLeft
document.getElementById('sinaTail').style.display='block'
}
</script>
<script language="JavaScript">
function doZoom(size){
document.getElementById('zoom').style.fontSize=size+'px'
setTailPosition()
}
</script>
<script language="JavaScript">
function doPrint(){
var str="<html>";
var article;
var css;
var strAdBegin="<!--NEWSZW_HZH_BEGIN-->";
var strAdEnd="<!--NEWSZW_HZH_END-->";
var strFontSize='【<A href="javascript:doZoom(16)">大</A> <A href="javascript:doZoom(14)">中</A> <A href="javascript:doZoom(12)">小</A>】'
var strdoPrint="doPrint()";
var strTmp;
css="<style>"
+"body{font-family:宋體}"
+"td,.f12{font-size:12px}"
+".f24 {font-size:24px;}"
+".f14 {font-size:14px;}"
+".title14 {font-size:14px;line-height:130%}"
+".l17 {line-height:170%;}"
+"</style>";
str += css;
str += '<meta http-equiv="content-type" content="text/html; charset=gb2312">';
str += "<body bgcolor=#ffffff topmargin=5 leftmargin=5 marginheight=5 marginwidth=5 onLoad='window.print()'>";
str += "<center><table width=600 border=0 cellspacing=0 cellpadding=0><tr><td height=34 width=150><a href=http://tech.sina.com.cn><img src=http://tech.sina.com.cn/images/sina_kjsd.gif width=144 height=34 border=0></a></td><td valign=bottom><font color=#0000ff><a href=http://home.sina.com.cn/ class=a02>新浪首頁</a> > <a href=http://tech.sina.com.cn/ class=a02>科技時代</a> > 正文</font></td><td align=right valign=bottom><a href='javascript:history.back()'>返回</a> <a href='javascript:window.print()'>打印</a></td></tr></table>";
str += "<table width=600 border=0 cellpadding=0 cellspacing=20 bgcolor=#EDF0F5><tr><td>";
article=document.getElementById('article').innerHTML;
if(article.indexOf(strAdBegin)!=-1){
str +=article.substr(0,article.indexOf(strAdBegin));
strTmp=article.substr(article.indexOf(strAdEnd)+strAdEnd.length, article.length);
}
else{
strTmp=article;
}
str +=strTmp
str += window.location.href
str += "</td></tr></table></center>";
str += "</body></html>";
document.write(str);
document.close();
}
</script>
</head>
<body bgcolor=#ffffff topmargin=5 marginheight=5 leftmargin=0 marginwidth=0 onLoad="setTailPosition()">
<center>
<!--導(dǎo)航start-->
<style>.h3 {font-size:7px;color:#FFBD00}</style>
<table width=750 border=0 cellspacing=0 cellpadding=0>
<tr><td>
<script>
function getCookie(name) {
var search;
search = name + "="
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length ;
end = document.cookie.indexOf(";", offset) ;
if (end == -1)
end = document.cookie.length;
return document.cookie.substring(offset, end);
}
else
return "";
}
function unipro_clearCookie(name ) {
document.cookie=name+"=; " + "domain=sina.com.cn; path=/; ";
//bites = document.cookie.split("; ");
}
function getMobileNum(ckName){
var userInfo = getCookie(ckName).split(":");
return userInfo[2];
}
function unipro_UniProLogout() {
unipro_clearCookie("SINAPRO");
unipro_clearCookie("SINA-AVATAR");
unipro_clearCookie("SINAPROC");
unipro_clearCookie("nick");
unipro_clearCookie("SINA_NU");
unipro_clearCookie("SINA_OU");
unipro_clearCookie("appmask");
unipro_clearCookie("gender");
unipro_clearCookie("UNIPROTM");
unipro_clearCookie("UNIPROU");
unipro_clearCookie("SINA_USER");
unipro_clearCookie("SMS_COOKIE");
return true;
}
function getUniproUrl_stand(){
window.location='http://unipro.sina.com.cn/';
return false;
}
function getUniproUrl_welcome(){
unipro_UniProLogout();
window.location='http://unipro.sina.com.cn';
return false;
}
function print_stand_unipro_head()
{
document.write("<table border=0 cellpadding=0 cellspacing=0><tr align=center><td><a href=http://www.sina.com.cn class=a01>首頁</a></td><td width=14></td><td><a href=http://news.sina.com.cn class=a01>新聞</a></td><td width=14></td><td><a href=http://sports.sina.com.cn class=a01>體育</a></td><td width=14></td><td><a href=http://ent.sina.com.cn class=a01>娛樂</a></td><td width=14></td><td><a href=http://bn.sina.com.cn/ class=a01>視頻</a></td><td width=14></td><td><a href=http://finance.sina.com.cn/ class=a01>財經(jīng)</a></td><td width=14></td><td><a href=http://tech.sina.com.cn/ class=a01>科技</a></td><td width=14></td><td><a href=http://auto.sina.com.cn/ class=a01>汽車</a></td><td width=14></td><td><a href=http://house.sina.com.cn/ class=a01><font color=red>房產(chǎn)</font></a></td><td width=14></td><td><a href=http://games.sina.com.cn class=a01>游戲</a></td><td width=14></td><td><a href=http://eladies.sina.com.cn/ class=a01>女性</a></td><td width=14></td><td><a href=http://book.sina.com.cn/ class=a01>讀書</a><td width=14></td><td><a href=http://y.sina.com.cn/ class=a01>校園</a></td><td width=14></td><td><a href=http://weather.sina.com.cn/ class=a01>天氣</a></td><td width=14></td><td><a href=http://sms.sina.com.cn class=a01>短信</a></td><td width=14></td><td><a href=http://mail.sina.com.cn class=a01>郵箱</a></td><td width=14></td><td><a href=http://search.sina.com.cn class=a01>搜索</a></td><td width=14></td><td><a href=http://news.sina.com.cn/guide/ class=a01>導(dǎo)航</a></td><td width=14></td></tr></table>");
document.write("</td><td align=right>");
document.write("<table height=25 border=0 cellpadding=0 cellspacing=0>");
document.write("<tr><td><td align=right> <a href=# onClick='return getUniproUrl_stand()'>通行證登錄</a></td></tr>");
document.write("</table>");
}
function print_stand_unipro_welcome()
{
var unipro_login_nickname = getCookie( "nick" );
var unipro_login_pos = unipro_login_nickname.indexOf( "(" );
if ( unipro_login_pos != -1 )
{
unipro_login_nickname = unipro_login_nickname.substr( 0, unipro_login_pos );
}
document.write("<table border=0 cellpadding=0 cellspacing=0><tr align=center><td><a href=http://www.sina.com.cn class=a01>首頁</a></td><td width=14></td><td><a href=http://news.sina.com.cn class=a01>新聞</a></td><td width=14></td><td><a href=http://sports.sina.com.cn class=a01>體育</a></td><td width=14></td><td><a href=http://ent.sina.com.cn class=a01>娛樂</a></td><td width=14></td><td><a href=http://bn.sina.com.cn/ class=a01>視聽</a></td><td width=14></td><td><a href=http://finance.sina.com.cn/ class=a01>財經(jīng)</a></td><td width=14></td><td><a href=http://tech.sina.com.cn/ class=a01>科技</a></td><td width=14></td><td><a href=http://auto.sina.com.cn/ class=a01>汽車</a></td><td width=14></td><td><a href=http://house.sina.com.cn/ class=a01><font color=red>房產(chǎn)</font></a></td><td width=14></td><td><a href=http://games.sina.com.cn class=a01>游戲</a></td><td width=14></td><td><a href=http://weather.sina.com.cn/ class=a01>天氣</a></td><td width=14></td><td><a href=http://sms.sina.com.cn class=a01>短信</a></td><td width=14></td><td><a href=http://mail.sina.com.cn class=a01>郵箱</a></td><td width=14></td><td><a href=http://search.sina.com.cn class=a01>搜索</a></td><td width=14></td><td><a href=http://news.sina.com.cn/guide/ class=a01>導(dǎo)航</a></td><td width=14></td><td></td></tr></table>");
document.write("</td><td align=right>");
document.write("<table border=0 cellpadding=0 cellspacing=0>");
document.write("<tr>");
if ( unipro_login_nickname!="" && unipro_login_nickname!="null" && unipro_login_nickname!=null && unipro_login_nickname!="undefined" ) {
document.write("<td align=right> "+unipro_login_nickname+"</td><td width=4></td><td><a href=# onClick='return getUniproUrl_welcome()'><font color=#0000ff>安全退出</font></a>");
} else {
document.write( "<td align=right> 新浪過客" +"</td><td width=4></td><td><a href=# onClick='return getUniproUrl_welcome()'><font color=#0000ff>安全退出</font></a>");
}
document.write("</td></tr>");
document.write("</table>");
}
</script>
<script language="javascript">
if (getCookie("SINAPRO") == "") {
print_stand_unipro_head();
} else {
print_stand_unipro_welcome();
}
</script>
</td></tr>
</table>
<!--導(dǎo)航end-->
<!--頭部結(jié)束-->
<!--科技新聞內(nèi)頁頂部通欄開始-->
<!--4B817F3B2217-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="750" HEIGHT="80">
<PARAM NAME=movie VALUE="http://ad4.sina.com.cn/200410/26/3868.swf"> <PARAM NAME=quality VALUE=high><param name=wmode value=opaque>
<EMBED src="http://ad4.sina.com.cn/200410/26/3868.swf" quality=high WIDTH="750" HEIGHT="80" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT><!--ae/2004-12-16/A-->
<!--科技新聞內(nèi)頁頂部通欄結(jié)束-->
<table width=750 border=0 cellspacing=0 cellpadding=0>
<tr><td height=34 width=150><a href=http://tech.sina.com.cn><img src=http://image2.sina.com.cn/IT/images/sina_kjsd.gif width=144 height=34 border=0 alt=科技時代></a></td><td width=440 valign=bottom><font color=#0000ff><a href=http://home.sina.com.cn/ class=a02>新浪首頁</a> > <a href=http://tech.sina.com.cn/ class=a02>科技時代</a> > <font class=a02></font> > 正文</font></td><td align=right valign=bottom width=150><a href=http://www.yesky.com/ target=_blank><img src=http://image2.sina.com.cn/IT/images/meiti_logo/U1084P2T50D213F629DT20041213105743.gif border=0 height=28></a></td><td width=10></td></tr>
</table>
<table width=750 border=0 cellspacing=0 cellpadding=0>
<tr><td height=8></td></tr>
<tr><td height=1 bgcolor=#747474><img src=http://image2.sina.com.cn/c.gif width=1 height=1></td></tr>
</table>
<div id="outer" style="position:relative;width:750px;">
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -