資源簡介
第30章 服務(wù)類技術(shù) 657
6個(gè)編程技術(shù)要點(diǎn)
4個(gè)開發(fā)技巧說明
5個(gè)實(shí)例演示
4個(gè)編程注意事項(xiàng)
4個(gè)編程完整解決方案
30.1 Web Service實(shí)現(xiàn)天氣預(yù)報(bào) 657
30.1.1 Web Service天氣預(yù)報(bào)功能概述 657
30.1.2 介紹Web Service 657
30.1.3 創(chuàng)建一個(gè)簡單Web Service 658
30.1.4 使用Web Service獲取天氣預(yù)報(bào) 661
30.2 社會(huì)標(biāo)簽(Tags)技術(shù) 663
30.2.1 社會(huì)標(biāo)簽簡介 663
30.2.2 熱門標(biāo)簽排行 664
30.2.3 標(biāo)簽的檢索 665
30.3 在線客服 666
30.

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.IO;
public?partial?class?_Default?:?System.Web.UI.Page
{
????public?string?loopId;
????public?string?str;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????string?rd?=?DateTime.Now.Ticks.ToString();
????????str?=?“imgFile/1.jpg?rd=“?+?rd?+?“|imgFile/2.jpg?rd=“?+?rd?+?“|imgFile/3.jpg?rd=“?+?rd?+?“|imgFile/4.jpg?rd=“?+?rd?+?““;
????????string?path?=?Server.MapPath(“./“)?+?“imgFile/LoopId.txt“;
????????loopId?=?File.ReadAllText(path);
????????loopId?=?loopId.Replace(‘‘?‘|‘);
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????2174??2006-03-27?11:27??30\LoopAD\CSS\st
?????文件???????1542??2008-05-08?16:13??30\LoopAD\Default.aspx
?????文件????????789??2008-08-28?12:55??30\LoopAD\Default.aspx.cs
?????文件?????197920??2008-08-29?16:38??30\LoopAD\imgFile\1.jpg
?????文件??????28258??2008-08-29?16:53??30\LoopAD\imgFile\2.jpg
?????文件????1125861??2008-08-26?12:32??30\LoopAD\imgFile\3.jpg
?????文件????1119329??2008-08-26?12:33??30\LoopAD\imgFile\4.jpg
?????文件??????10305??2008-04-20?00:36??30\LoopAD\imgFile\banner.swf
?????文件?????????46??2008-08-29?16:53??30\LoopAD\imgFile\LoopId.txt
????..A..H.?????19968??2008-11-04?15:59??30\LoopAD\imgFile\Thumbs.db
?????文件???????3123??2008-08-26?13:07??30\LoopAD\manage_AD.aspx
?????文件???????2184??2008-08-28?12:56??30\LoopAD\manage_AD.aspx.cs
?????文件???????1546??2008-05-08?15:45??30\LoopAD\Web.Config
?????文件????????683??2007-02-27?14:22??30\MyWebService\App_WebReferences\obj\Service.disco
?????文件????????566??2007-02-27?14:22??30\MyWebService\App_WebReferences\obj\Service.discomap
?????文件??????15792??2008-03-28?11:05??30\MyWebService\App_WebReferences\obj\Service.wsdl
?????文件???????1357??2008-03-28?13:25??30\MyWebService\Default.aspx
?????文件???????2023??2008-03-31?11:27??30\MyWebService\Default.aspx.cs
?????文件???????1633??2007-03-01?16:20??30\MyWebService\Web.Config
?????文件???????6262??2008-09-01?18:07??30\Tags\App_Code\Data.cs
?????文件?????917504??2008-11-04?16:39??30\Tags\App_Data\db_tags.mdf
?????文件????1048576??2008-11-04?16:39??30\Tags\App_Data\db_tags_log.LDF
?????文件???????2174??2006-03-27?11:27??30\Tags\CSS\st
?????文件???????7355??2008-09-01?17:55??30\Tags\Default.aspx
?????文件???????4750??2008-09-02?08:50??30\Tags\Default.aspx.cs
?????文件????????824??2007-11-26?13:11??30\Tags\Image\02.bmp
?????文件???????1374??2008-07-04?14:13??30\Tags\Image\1.bmp
?????文件??????73339??2008-09-03?13:10??30\Tags\Image\as.jpg
?????文件???????1784??2007-09-18?19:06??30\Tags\Image\Delete.bmp
?????文件???????5566??2008-08-26?18:02??30\Tags\Image\select.bmp
............此處省略37個(gè)文件信息
評(píng)論
共有 條評(píng)論