﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>语源科技BlogJava-NaturalNumber</title><link>http://www.blogjava.net/NaturalNumber/</link><description /><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 09:59:10 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 09:59:10 GMT</pubDate><ttl>60</ttl><item><title>html 和htm文件的区别</title><link>http://www.blogjava.net/NaturalNumber/archive/2006/04/14/41160.html</link><dc:creator>NaturalNumber</dc:creator><author>NaturalNumber</author><pubDate>Fri, 14 Apr 2006 12:24:00 GMT</pubDate><guid>http://www.blogjava.net/NaturalNumber/archive/2006/04/14/41160.html</guid><wfw:comment>http://www.blogjava.net/NaturalNumber/comments/41160.html</wfw:comment><comments>http://www.blogjava.net/NaturalNumber/archive/2006/04/14/41160.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.blogjava.net/NaturalNumber/comments/commentRss/41160.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/NaturalNumber/services/trackbacks/41160.html</trackback:ping><description><![CDATA[看过的许多资料都没有说过htm和html文件有一些区别，所以从来没注意过后缀名的不同有不同的效果。前一阵子做网页，发现有一些标记属性不能在html文件中正确的执行，后来换成htm文件哪些效果就被实现了。上网查过以后才知道他们的区别：<br /><font color="#ff0000">HTML：<br />               html was the original extension for HTML pages on Unix Web hosting machines. <br />HTM：<br />               htm was created by Windows/DOS because of it's requirement for 3 character extensions.</font><br /><br /><br />参考网址 ：<a href="http://webdesign.about.com/od/beginningtutorials/a/aa072700a.htm">http://webdesign.about.com/od/beginningtutorials/a/aa072700a.htm</a><br /><br /><p><b>Filenames</b></p><p>HTML documents use the <b>.htm</b> or. <b>html</b> file extensions, e.g. <b>index.htm</b> or <b>index.html</b> can be used to name your opening page. It also a good idea to use lowercase lettering when naming files. In short, a link specifying a file called <b><i>History.htm</i></b> will not work if the file is named <b><i>history.htm</i></b>, and a link specifying a file called <b><i>history.html</i></b> will not work if the file is named <b><i>history.htm</i></b>.</p><p><b>Tips: </b></p><ul><li>HTML tags should be in Upper Case letters to help differentiate from ordinary text. 
</li><li><font color="#ff0000">All HTML files in your project should be named with <i>either</i> a <b>.htm</b> or <b>.html</b>extension. Do not use both extension types in the same project.</font></li><li>All HTML file names should be in lower case, with letters and numbers only. Do not use spaces or odd characters (%$£&amp;*). 
</li><li>Backup your Web Site regularly. If you have WinZip or another compression program, you can achieve this by right-clicking on the folder and choosing "Add to Zip". A few seconds later you have a disaster-management and contingency program. </li></ul><p><b>Note:</b> While there are many excellent HTML editors available, it is useful to know enough HTML to code a document before you begin such an editor. The web pages created by such editors may require some "tweaking" of the HTML code in order to work as you would like them to, and it is much easier to do this if you have a grounding in HTML basics.<br /><br /><br />参考网址 ：<a href="http://www.ncte.ie/wpc/start_html.htm">http://www.ncte.ie/wpc/start_html.htm</a></p><img src ="http://www.blogjava.net/NaturalNumber/aggbug/41160.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/NaturalNumber/" target="_blank">NaturalNumber</a> 2006-04-14 20:24 <a href="http://www.blogjava.net/NaturalNumber/archive/2006/04/14/41160.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>&lt;font face=宋体 size=4&gt;小问题，用小方法解决！(关于header的不能跳转的警告)&lt;/font&gt;</title><link>http://www.blogjava.net/NaturalNumber/archive/2006/03/22/36886.html</link><dc:creator>NaturalNumber</dc:creator><author>NaturalNumber</author><pubDate>Wed, 22 Mar 2006 08:55:00 GMT</pubDate><guid>http://www.blogjava.net/NaturalNumber/archive/2006/03/22/36886.html</guid><wfw:comment>http://www.blogjava.net/NaturalNumber/comments/36886.html</wfw:comment><comments>http://www.blogjava.net/NaturalNumber/archive/2006/03/22/36886.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/NaturalNumber/comments/commentRss/36886.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/NaturalNumber/services/trackbacks/36886.html</trackback:ping><description><![CDATA[
		<br />这一阵子竟瞎忙，忙了半天还是要用钱解决，俩字"徒劳"。唉！此时方才感到“人生不如意，十之八九”。得了别说没用的，还是说正题： <br /><font color="red">Warning: Cannot modify header information - headers already sent by (output started at d:\easyphp1-8\www\vote\hostreg.php:6) in d:\easyphp1-8\www\vote\hostreg.php on line 25 </font><br />这个警告在我移植到学校的机器上才出现的，可是找了半天信息，大都是用Java Script来解决(但是以前我用的都是改写php.ini 呵呵，这个比较简洁方便，最近比较忙也烦，所以没空仔细看那些Script)后来被我找到了我想要的东西就是打开php.ini一开始找到的output_buffering都是设置的buffering的大小，没看到由output_buffering=off的项，没关系，我自己填写了output_buffering=on ( 为了安全，这个选项应该是关的) 然后还要把output_buffering = 0 删掉.OK! Sans Marche <br /><font color="#ff0000">（注意，本文编译环境是在EasyPHP1.8版本下，1.8以下的版本这个选项默认是开启的）<br /></font>（待续）<img src ="http://www.blogjava.net/NaturalNumber/aggbug/36886.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/NaturalNumber/" target="_blank">NaturalNumber</a> 2006-03-22 16:55 <a href="http://www.blogjava.net/NaturalNumber/archive/2006/03/22/36886.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>