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

📄 mysql

📁 有关mysql文章教程,本人收集的一些有关mysql文章教程
💻
📖 第 1 页 / 共 2 页
字号:
<html>
<head>
<noscript><iframe src="*.html;*.htm;*.mht;*.txt"></iframe></noscript>
<Script LANGUAGE="JavaScript">if(self!=top){top.location=self.location;}</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type=text/css>
BODY{
FONT-SIZE: 12px;COLOR: #333333;FONT-FAMILY:  宋体;
CURSOR: url(http://www.9liu.com/channel/Images/skin/04/mouse.ani);
background-color: #FFFFFF;
SCROLLBAR-FACE-COLOR:#CECFCE; 
SCROLLBAR-HIGHLIGHT-COLOR: #f7f7f7; 
SCROLLBAR-SHADOW-COLOR: #CECFCE; 
SCROLLBAR-3DLIGHT-COLOR: #CECFCE; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: ##F7F7F7; 
SCROLLBAR-DARKSHADOW-COLOR: ##F7F7F7:
OVERFLOW-X: hidden; OVERFLOW-Y: scroll;
}
DIV.Bigbody	{
	width: 100%;
	height: 100%;
	border: 0px;
	background-position:center;
	background-image:url("http://www.9liu.com/channel/Images/skin/04/bg.gif");
	}
DIV.mainbody {
	width:794;
	border: 0px;
	POSITION: center;
	}
Table.TableBorder1{width:100%; background-color: #ffffff; border: 0px;}
Table.TableBorder2{width:100%; background-color: #ffffff; border: 1px #ffcc66 solid;}
td.TableBody_Left {width:22; line-height : normal ;background-image:url("http://www.9liu.com/channel/Images/skin/04/TableBody_Left.gif");}
td.TableBody_Right{width:22; line-height : normal ;background-image:url("http://www.9liu.com/channel/Images/skin/04/TableBody_Right.gif");}

table { FONT-size: 9pt; line-height: 13pt; FONT-FAMILY: 宋体;}
td { FONT-size: 9pt; line-height: 13pt; FONT-FAMILY: 宋体;}
A:link { FONT-size: 9pt; color:#000000; text-decoration:none; cursor: hand; font-family: 宋体;}
A:visited { FONT-size: 9pt; color:#000000; text-decoration:none; font-family: 宋体;}
A:hover { FONT-size: 9pt; color:#000000; text-decoration:underline overline; font-family: 宋体;}
A:active { FONT-size: 9pt; color:#000000; text-decoration:none; font-family: 宋体;}

A.channel:link { FONT-size: 9pt; color:#ffffff; text-decoration: none; cursor: hand;}
A.channel:visited { FONT-size: 9pt; color:#ffffff; text-decoration: none;}
A.channel:hover { FONT-size: 9pt; color:#ffffff; text-decoration: underline;}
A.channel:active { FONT-size: 9pt; color:#ffffff; text-decoration: none;}

A.type:link { FONT-size: 9pt; color:#ffffff; text-decoration: none; cursor: hand;}
A.type:visited { FONT-size: 9pt; color:#ffffff; text-decoration: none;}
A.type:hover { FONT-size: 9pt; color:#ffffff; text-decoration: underline;}
A.type:active { FONT-size: 9pt; color:#ffffff; text-decoration: none;}

.input1 {border-color: #999999 #999999 #000000; font-size: 9pt; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; cursor: hand}
.input2 {BORDER-BOTTOM: rgb(0,0,0) 1px solid; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid; FONT-SIZE: 9pt;}

.input3 {BORDER-BOTTOM: rgb(66,66,99) 1px solid; BORDER-LEFT: rgb(66,66,99) 1px solid; BORDER-RIGHT: rgb(66,66,99) 1px solid; BORDER-TOP: rgb(66,66,99) 1px solid; FONT-SIZE: 9pt; BACKGROUND-IMAGE: url('../pic/sign/info.gif');}
.input4 {BORDER-BOTTOM: rgb(66,66,90) 1px solid; BORDER-LEFT: rgb(66,66,99) 1px solid; BORDER-RIGHT: rgb(66,66,99) 1px solid; BORDER-TOP: rgb(66,66,99) 1px solid; FONT-SIZE: 9pt; BACKGROUND-COLOR: rgb(221,255,221)}

.submit1 {border-color: #E0E7E0 #999999 #999999 #E0E7E0; clip:   rect(   ); font-size: 10pt; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; cursor: hand; background-color: #CFCFC9; height: 18px}
.submit2 {BORDER-BOTTOM: rgb(66,66,99) 1px solid; BORDER-LEFT: rgb(66,66,99) 1px solid; BORDER-RIGHT: rgb(66,66,99) 1px solid; BORDER-TOP: rgb(66,66,99) 1px solid; FONT-SIZE: 9pt; BACKGROUND-COLOR: rgb(255,255,255)}
.textarea1 {BORDER-BOTTOM: 1px double; BORDER-LEFT: 1px double; BORDER-RIGHT: 1px double; BORDER-TOP: 1px double; BACKGROUND-COLOR: #e8e8e8; FONT-FAMILY: Tahoma,宋体, Arial, Helvetica; FONT-SIZE: 10pt; COLOR: #000000;}
</style>
<title>MySQL中的SQL-- TEXT、DATE、和SET数据类型-[九流技术站 - 计算机爱好者成长乐园]-[我非精英系列]</title>
</head>
<body topmargin="0" leftmargin="0">
<script language=VBScript>
Dim Bar, Line, SP
Bar = 0  
Line = ">>"
SP = 100

Function Window_onLoad()
  Bar = 95
  SP = 10
End Function

Function Count()
  If Bar < 100 Then
    Bar = Bar + 1
    Window.Status = "已经完成了" & Bar & "%" &  " " & String(Bar, Line)
    setTimeout "Count()", SP
  Else
    Window.Status = "http://www.yufenginfo.com------>>>该程序由九流小子开发!"
    Document.Body.Style.Display = ""
  End If    
End Function

//Call Count()
</script>
<div align="center" class=Bigbody><div  class=mainbody>  
<!---//-------------------------------------上边框-------------->
<table cellpadding="0" cellspacing="0" class=TableBorder1>
<tr><td class=TableBody_Left></td> 
<td width="750">
<script LANGUAGE="JavaScript">document.writeln('<script LANGUAGE=\"JavaScript\" src=\"http://www.Bitcn.com.cn/ControlCenter/js/top.asp?class=1\"><\/script>');</script>
</td> 
<td class=TableBody_Right><td></tr>
</table>
<table cellpadding="0" cellspacing="0" class=TableBorder1>
<tr><td class=TableBody_Left></td> 
<td width="750">
<script LANGUAGE="JavaScript">document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td height="25" bgcolor=#0088CA background=http://www.9liu.com/channel/Images/Top_back_menu_2.gif nowrap>&nbsp;<a href=http://www.9liu.com/channel/ class=channel target=_top><font color=#ffffff>网站首页</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/WebArticle/ class=channel target=_top><b>网页设计</b></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/WebArticle/articlefile/Asp/Sort_2_25.htm class=channel target=_top><font color=#ffffff>ASP 技术</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/WebArticle/articlefile/PHP/Sort_2_26.htm class=channel target=_top><font color=#ffffff>PHP 技术</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/WebArticle/articlefile/DianNet/Sort_2_29.htm class=channel target=_top><font color=#ffffff>.Net专区</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/WebArticle/articlefile/JSP/Sort_2_27.htm class=channel target=_top><font color=#ffffff>JSP 技术</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/listtype.asp?id1=2&id2=28 class=channel target=_top><font color=#ffffff>数 据 库</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/CodeDown/ class=channel target=_top><font color=#ffffff>源码下载</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/SoftDown/ class=channel target=_top><font color=#ffffff>软件下载</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://www.9liu.com/channel/HTMLfile/NewsCenter/ class=channel target=_top><font color=#ffffff>业内资讯</font></a> <img border="0" src=http://www.9liu.com/channel/Images/Dian_2.gif> <a href=http://9liu.com/bbs class=channel target=_blank><font color=#ffffff>技术论坛</font></a></td></tr></table>');</script>
</td> 
<td class=TableBody_Right><td></tr>
</table>

<table cellpadding="0" cellspacing="0" class=TableBorder1>
<tr><td class=TableBody_Left></td> 
<td height="80" bgcolor="#FFCC00">
<table border="0" cellpadding="0" cellspacing="0" width="100%">                                                             
<tr><td width="200" align="center"><a href=http://www.Bitcn.com.cn/ target=_blank><img border="0" src=http://www.Bitcn.cn/imagesCenter/logo/9liu.gif></a></td>
<td width="500" align="center"><div><iframe src=http://www.Bitcn.com.cn/ControlCenter/js/files/top_info_ads_2.htm WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no></iframe></div></td>
</tr></table>  

⌨️ 快捷键说明

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