Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

´ÓÊý¾Ý¿âÖÐÈ¡ÖµÅúÁ¿Éú³ÉhtmlÎļþ

1. web.config
<connectionStrings>
<add name ="myconn" connectionString="Data Source=who\SQLEXPRESS; Initial Catalog=dbname;Integrated Security=True;" providerName="System.Data.SqlClient"/>
</connectionStrings>
2.
string htmlPath = "D:\\htmlFiles";
string[] files = Directory.GetFiles(htmlPath,"*.html");
foreach (string filename in files)
{
File.Delete(filename);
}
3.
  string conn = ConfigurationManager.ConnectionStrings["myconn"].ToString();
SqlConnection sqlconn = new SqlConnection(conn);
SqlCommand scom = new SqlCommand("select * from table",sqlconn);
SqlDataAdapter sda = new SqlDataAdapter(scom);
DataSet ds = new DataSet();
sda.Fill(ds);
if (ds.Tables[0].Rows.Count > 0)
{
writeHtml(ds);
}
4.
foreach (DataRowView drv in dv)
{
int pid = int.Parse(drv["pid"].ToString().Trim());
string id_name = drv["ID_Name"].ToString().Trim();
string en_title = drv["en_title"].ToString().Trim();
string en_contents = drv["en_contents"].ToString();
string htmlName = String.Format("{0:D4}{1}.html",pid,id_name);
htmlName = htmlName.Replace(' ','_');
htmlName = htmlName.Replace('/','_');
htmlName = htmlName.Replace(':','_');
string htmlContents = "<html><head><title>" + en_title + "</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\"><LINK href="\" mce_href="\""css.css\" type=\"text/css\" rel=\"stylesheet\"></head><body><table><tbody><tr valign=\"top\"><td valign=\"top\" height=\"467\" width=\"696\">" + en_contents + "</td></tr></tbody></


Ïà¹ØÎĵµ£º

HTML±Ê¼Ç×ܽá

HTML
HTTP:´«Êä¿ØÖÆЭÒé
TCP/IP
URL:ͳһ×ÊÔ´¶¨Î»·û
¿ªÍ·£º<HTML>
<HEAD><TITLE>WEBÍøÒ³Ò³ÃæµÄ±êÌâ</TITLE></HEAD>
<BODY>Ö÷ÒªÄÚÈÝ</BODY>
½áβ</HTML>
 
±³¾°ÑÕÉ«£º
Bgcolor:
    ¢Ù Red..green..blue……
  &nbs ......

Adobe, ΢ÈíÂÛ½£ Flash, Silverlight Óë HTML5

´óÔ¼3ÄêÇ°£¬Î¢ÈíÍƳö Silverlight 1.0£¬ÄÇʱ£¬Adobe Я Flash Óµ±ø×ÔÖØ£¬¾¡¹Ü΢Èí¶Ô Silverlight
µÄÍƹãÁ¦¶È·Ç³£Ç¿£¬È´²¢Ã»Óк³¶¯ Adobe µÄ°ÔÖ÷µØ룬»òÐíÊг¡Îª¶þÕ߶¼±£ÁôÁ˿ռ䣬Èç½ñ HTML5
·çÉùº×ণ¬informationweek.com ÕÙ¼¯Î¢ÈíºÍ Adobe ¾Í Flash£¬Silverlight ºÍ HTML5 ×öÁËÒ»·¬±çÂÛ¡£
ÒÔÏÂÊDZçÂÛÈüµÄ¼Òô£¬ÏÖ³ ......

W3C ½ÓÁ¬ÍƳö 7 ¸ö HTML ²Ý°¸

×î½ü W3C

Ò»¿ÚÆøÍƳö 7 ¸ö HTML ¹¤×÷²Ý°¸£¬º­¸ÇÁË HTML5£¬HTML RDF£¬HTML Microdata£¬HTML Canvas£¬ HTML
Bidi µÈ±ê×¼¡£ÕâЩ²Ý°¸¶àÊýÓë HTML5 Óйأ¬ËäÈ» HTML5 ±ê×¼µÄÕæÕý·¢²¼ÓëʵÏÖ»¹ÓкÜÔ¶µÄ·£¬µ«Õâ¸öδÀ´×îÓÐǰ;µÄ HTML
±ê×¼ÕýÒýÆðÒµ½ç¹ã·ºµÄ¹Ø×¢¡£
W3C ·¢²¼µÄ 7 ¸ö HTML ¹¤×÷²Ý°¸ÊÇ:
HTML5
: HTML 5 ºËÐ ......

HTML»ù´¡Ñ§Ï°±Ê¼Ç

<html>
 <head>
  <title>            
   »ù´¡HTMLѧϰ
  </title>      <t/±êÌâ/t>
         & ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ