摘要:
(1)、title中尽可能出现全部关键词。这里说的全部关键词,不外乎也就2-5个。有人说关键词堆尽会K站,那都是狗屁。也会有人说,那是 只暂时没被K。错,我对一些关键词大量堆积的网站观察了近一年,不但没被K,而且排名非常好。百度一下任何一个热门关键词,看看排名好的哪个站没有关键词 堆积? (2)、title、keywords、description这三个标签中最好不要出现“最”。当然有些关键词站长在优化的时候都出现“最”了,百度也没办法,总得有站排前面不是? (3)、title、keywords、description中也要包含所相关关键词,尽量用句子连成一段话。不要怕长,长了也没事,别轻.. 阅读全文
posted @ 2011-09-27 12:51
SOD_QWER
阅读(98)
评论(0)
推荐(0)
摘要:
checkbox.aspx页面代码如下: checkbox.aspx.cs页面代码如下: protected void SelectAllCb_CheckedChanged(object sender, EventArgs e) { int i; if (((CheckBox)sender).Checked) { for (i = 0; i < ArticleGrid.Rows.Count; i++) { ((CheckBox)ArticleGrid.Rows[i].FindControl("phtml_cb")).Checked = true; } } el... 阅读全文
posted @ 2011-09-27 12:47
SOD_QWER
阅读(151)
评论(0)
推荐(0)
摘要:
checkbox.aspx页面代码如下: checkbox.aspx.cs页面代码如下: protected void SelectAllCb_CheckedChanged(object sender, EventArgs e) { int i; if (((CheckBox)sender).Checked) { for (i = 0; i < ArticleGrid.Rows.Count; i++) { ((CheckBox)ArticleGrid.Rows[i].FindControl("phtml_cb")).Checked = true; } } el... 阅读全文
posted @ 2011-09-27 12:47
SOD_QWER
阅读(168)
评论(0)
推荐(0)
摘要:
Request.ServerVariables["Url"]返回当前你访问的网页的地址 Request.ServerVariables["Path_Info"] 客户端提供的路径信息 Request.ServerVariables["Appl_Physical_Path"] 网站所在的绝对路径 Request.ServerVariables["Path_Translated"] 网页所在的绝对路径 Request.ServerVariables["Http_User_Agent"]浏览器的版本R 阅读全文
posted @ 2011-09-27 12:46
SOD_QWER
阅读(127)
评论(0)
推荐(0)
摘要:
Request.ServerVariables["Url"]返回当前你访问的网页的地址 Request.ServerVariables["Path_Info"] 客户端提供的路径信息 Request.ServerVariables["Appl_Physical_Path"] 网站所在的绝对路径 Request.ServerVariables["Path_Translated"] 网页所在的绝对路径 Request.ServerVariables["Http_User_Agent"]浏览器的版本R 阅读全文
posted @ 2011-09-27 12:46
SOD_QWER
阅读(112)
评论(0)
推荐(0)
摘要:
string Str_date=System.DateTime.Now.ToString("yyyyMMdd",system.Globalization.DateTimeFormatInfo.InvariantInfo);转换后的格式为:20011-09-27如果觉得麻烦可以把此方法写在类里面,如下:类:Article.cs//格式化时间格式xxxx-xx-xx public string FormatDate(string str_date) { DateTime dt = Convert.ToDateTime(str_date); string mydate = dt. 阅读全文
posted @ 2011-09-27 12:44
SOD_QWER
阅读(150)
评论(0)
推荐(0)
摘要:
string Str_date=System.DateTime.Now.ToString("yyyyMMdd",system.Globalization.DateTimeFormatInfo.InvariantInfo);转换后的格式为:20011-09-27如果觉得麻烦可以把此方法写在类里面,如下:类:Article.cs//格式化时间格式xxxx-xx-xx public string FormatDate(string str_date) { DateTime dt = Convert.ToDateTime(str_date); string mydate = dt. 阅读全文
posted @ 2011-09-27 12:44
SOD_QWER
阅读(152)
评论(0)
推荐(0)
摘要:
FCKeditor是目前最好的html文本编辑器,freetextbox已经不再是开源的,而Fckeditor却是开源的。1.官方下载网址:http://ckeditor.com/download2.下载需要下载两个.zip压缩包,要下载FCKeditor2.6.5.zip和 FCKeditor.NET版的2个zip包。如图所示:2.分别解压后把FCKeditor2.6.5.zip里的fckeditor目录整个复制到网站中。3.解压FCKeditor.NET.zip包后在FCKeditor.Net\bin\Debug\2.0目录里找到FredCK.FCKeditorV2.dll。其他文件没用, 阅读全文
posted @ 2011-09-27 12:41
SOD_QWER
阅读(138)
评论(0)
推荐(0)
摘要:
FCKeditor是目前最好的html文本编辑器,freetextbox已经不再是开源的,而Fckeditor却是开源的。1.官方下载网址:http://ckeditor.com/download2.下载需要下载两个.zip压缩包,要下载FCKeditor2.6.5.zip和 FCKeditor.NET版的2个zip包。如图所示:2.分别解压后把FCKeditor2.6.5.zip里的fckeditor目录整个复制到网站中。3.解压FCKeditor.NET.zip包后在FCKeditor.Net\bin\Debug\2.0目录里找到FredCK.FCKeditorV2.dll。其他文件没用, 阅读全文
posted @ 2011-09-27 12:41
SOD_QWER
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号