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

  • 大小: 66KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-10
  • 語言: C#
  • 標簽: C#??聊天室??

資源簡介

說明: 用ASP.NET中的Application對象實現的簡易聊天室網頁 ^_^

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;

public?partial?class?Content?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????int?peopleCurrent?=?Int32.Parse(Application[“current“].ToString());
????????Application.Lock();
????????string?strChats?=?Application[“chats“].ToString();
????????string[]?strChat?=?strChats.Split(‘‘);
????????for?(int?i?=?strChat.Length?-?1;?i?>=?0;?i--)
????????{
????????????if?(peopleCurrent?==?0)
????????????{
????????????????txtContent.Text?=?strChat[i].ToString();
????????????}
????????????else
????????????{
????????????????txtContent.Text?=?txtContent.Text?+?“\n“?+?strChat[i].ToString();
????????????}
????????}
????????Application.UnLock();
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-11-17?13:37??Chat\
?????文件?????????556??2011-11-17?13:37??Chat\Content.aspx
?????文件?????????856??2011-11-17?13:41??Chat\Content.aspx.cs
?????文件????????2646??2011-11-15?23:01??Chat\Default.aspx
?????文件????????1512??2011-11-17?13:45??Chat\Default.aspx.cs
?????文件????????1116??2011-11-15?22:04??Chat\Global.asax
?????目錄???????????0??2011-11-17?13:26??Chat\Images\
?????文件???????40994??2010-03-29?16:17??Chat\Images\1.gif
?????文件????????2099??2010-03-29?16:18??Chat\Images\1_03.gif
?????文件???????12398??2010-03-29?16:15??Chat\Images\2_01.gif
?????文件?????????194??2010-03-29?16:15??Chat\Images\2_02.gif
?????文件????????1983??2010-03-29?16:15??Chat\Images\2_04.gif
?????文件????????1271??2010-03-29?16:16??Chat\Images\2_06-02.gif
?????文件????????1295??2010-03-29?16:16??Chat\Images\2_06.gif
?????文件?????????511??2011-11-17?13:31??Chat\List.aspx
?????文件?????????924??2011-11-17?13:36??Chat\List.aspx.cs
?????文件????????1106??2011-11-15?22:16??Chat\Login.aspx
?????文件????????1725??2011-11-15?22:15??Chat\Login.aspx.cs
?????文件?????????856??2011-11-15?22:52??Chat\style.css
?????文件?????????292??2011-11-15?22:00??Chat\web.config

評論

共有 條評論