04 2011 档案
摘要:不说题外话,直接如题,嘿嘿:<br>是软回车,就是换行后还是紧接着上一行,没有</br> <p>是段落标签,由于例如居中、缩进等标签都是以段落为单位的,所以它可比<br>有更多作用,但每次换行都会多空一行,有</p> 除此之外,例如表格、表单、水平线等都是强制换行,就是紧接着的标签前无论有没有换行标签,都强制换行。 <html><head><title></title><meta content='text/html; charset=gb2312' http-eq
阅读全文
摘要:Site definition:-------------Site definitionconsists of xml ,aspx pages and the navigation structure.Site template:-----------Site template is based onsitedefinition .
阅读全文
摘要:UserControl: ---------------1.User Controls are like you are creating your own functionality though grouping up the asp.net controls.2. Can not be used on any general Sharepoint page. You gotta code a custom pageLayoutand embed the usercontrols.3. Do not have the ability to communicate/connect to ot
阅读全文
摘要:运行PHP,ASP.NET,JSP,ColdFusion的网页服务器(如IIS,Apache),大多可以用 URL Rewriting来实现隐藏或改变拓展名。大网站,像腾讯,百度(用PHP),都在用URL Rewriting的方法来把拓展名隐藏或改变。好处有几点: 1. 搜索引擎比较喜欢.html,.htm的(与.jsp,.php,.aspx,.cff相比),因为.html, .htm是静态的,更容易让引擎了解你网页的内容。而动态网页的内容是根据用户,来输出不同的内容,不容易让引擎吸收具体HTML内容。 2. 如果不用URL Rewriting将拓展名隐藏或改成.html,那么假如这个网站要换
阅读全文