91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.04MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-08-30
  • 語言: 其他
  • 標(biāo)簽:

資源簡介

不使用數(shù)據(jù)庫實現(xiàn)聊天室的功能,充分學(xué)會Application和session的使用方法

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
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;

public?partial?class?contents?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????string[]?arr?=?new?string[20];//定義一維字符串?dāng)?shù)組,用來存儲登陸用戶的昵稱
????????string[]?contents?=?new?string[20?20];//定義二維字符串?dāng)?shù)組,用來存儲相對的用戶能看到的信息
????????int?num?=?0;//定義整型的變量,用來記錄登陸用戶的數(shù)量
????????int[]?contentsnum?=?new?int[20];//定義一維整型數(shù)組,用來記錄相對用戶將插入信息的位置
????????int?flag?=?0;//定義整型變量,用來存儲當(dāng)前用戶在數(shù)組中的位置
????????arr?=?(string[])Application[“Chater“];//獲取所有在線用戶
????????contents?=?(string[])Application[“contents“];//獲取當(dāng)前用戶所能看到的全部信息
????????num?=?int.Parse(Application[“chatnum“].ToString());//獲取登陸用戶的數(shù)量
????????contentsnum?=?(int[])Application[“contentnum“];//獲取相對用戶將插入信息的位置
????????int?i?=?0;

????????for?(;?i?????????{
????????????if?(Session[“user“].ToString?()?==?arr[i])
????????????{
????????????????flag?=?i;//記錄當(dāng)前用戶在數(shù)組中的位置
????????????}
????????}

????????int?y?=?contentsnum[flag];//獲取當(dāng)前用戶將插入信息的位置
???????????
????????if?(contents[flagy]?!=?null)//判斷當(dāng)前用戶將插入信息的位置是否為空,如果為空則說明該用戶可見信息不足20條,否則插入的信息將覆蓋原始信息
????????{
????????????int?m?=?y;

????????????for?(;?m?????????????{
????????????????Response.Write(contents[flagm]?+?“
“);//將信息按時間順序顯示
????????????}
????????}

????????int?n?=?0;

????????for?(;?n?????????{
????????????Response.Write(contents[flag?n]?+?“
“);//將信息按時間順序顯示
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????121089??2010-09-13?23:25??Chat\bgs\2f095958588f79192834f09f.jpg

?????文件??????44559??2010-05-15?00:24??Chat\bgs\feifs8.jpg

?????文件????1069049??2010-05-15?00:25??Chat\bgs\feilzs42.jpg

?????文件????????491??2010-09-13?21:25??Chat\contents.aspx

?????文件???????2183??2010-10-25?22:12??Chat\contents.aspx.cs

?????文件????????444??2010-09-16?19:10??Chat\Default.aspx

?????文件????????409??2010-09-16?19:10??Chat\Default.aspx.cs

?????文件???????1728??2010-10-25?21:40??Chat\Global.asax

?????文件???????1397??2010-10-25?21:25??Chat\iframe.htm

?????文件????????749??2010-09-13?23:36??Chat\List.aspx

?????文件???????1234??2010-10-25?21:24??Chat\List.aspx.cs

?????文件???????1391??2010-10-25?21:21??Chat\Logn.aspx

?????文件???????2371??2010-10-25?21:22??Chat\Logn.aspx.cs

?????文件????????973??2010-09-13?23:22??Chat\sendcontents.aspx

?????文件???????6615??2010-10-25?22:19??Chat\sendcontents.aspx.cs

?????文件???????1546??2010-09-09?17:35??Chat\Web.Config

?????目錄??????????0??2010-09-09?17:32??Chat\App_Data

?????目錄??????????0??2010-09-13?23:26??Chat\bgs

?????目錄??????????0??2010-10-25?22:19??Chat

-----------?---------??----------?-----??----

??????????????1256228????????????????????19


評論

共有 條評論

相關(guān)資源