xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

這是最近開發(fā)的C#視頻會(huì)議軟件。 服務(wù)器端:支持用戶管理,用戶部門分組。 客戶端:支持點(diǎn)對(duì)點(diǎn)文字聊天、語(yǔ)音、視頻和文件傳送;支持召開、參加會(huì)議,會(huì)議中支持群語(yǔ)音、群視頻,電子白板。 使用說(shuō)明:視頻編碼器為mpg4視頻編碼,有些電腦系統(tǒng)并不自帶該編碼器,如發(fā)現(xiàn)不能視頻編碼,則先安裝里面的mpg4編碼器。安裝方法,解壓mpg4vki.zip,右擊MPG4VKI.inf點(diǎn)安裝,安裝過(guò)程中發(fā)現(xiàn)已存在mpg4ds32.ax文件,將其覆蓋即可。服務(wù)器數(shù)據(jù)庫(kù)中創(chuàng)建有wu、niu、aaa、bbb等幾個(gè)用戶,密碼都為123,客戶端可以用那用戶直接登入。服務(wù)器可以進(jìn)行用戶的添加。 這個(gè)是大三時(shí)候剛學(xué)C#時(shí)寫的程序(第一個(gè)版本),感覺(jué)寫的非常爛,大家就忍忍。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;

namespace?client
{
????partial?class?AboutBox?:?Form
????{
????????public?AboutBox()
????????{
????????????InitializeComponent();

????????????//??初始化?AboutBox?以顯示程序集信息中包含的產(chǎn)品信息。
????????????//??也可以通過(guò)以下方法更改應(yīng)用程序的程序集信息設(shè)置:
????????????//??-?項(xiàng)目->屬性->應(yīng)用程序->程序集信息
????????????//??-?AssemblyInfo.cs
????????????this.Text?=?String.Format(“關(guān)于?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.textBoxDescription.Text?=?AssemblyDescription;
????????}

????????#region?程序集屬性訪問(wèn)器

????????public?string?Assemblytitle
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?title?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute)?false);
????????????????//?如果至少有一個(gè)?title?屬性
????????????????if?(attributes.Length?>?0)
????????????????{
????????????????????//?請(qǐng)選擇第一個(gè)屬性
????????????????????AssemblytitleAttribute?titleAttribute?=?(AssemblytitleAttribute)attributes[0];
????????????????????//?如果該屬性為非空字符串,則將其返回
????????????????????if?(titleAttribute.title?!=?““)
????????????????????????return?titleAttribute.title;
????????????????}
????????????????//?如果沒(méi)有?title?屬性,或者?title?屬性為一個(gè)空字符串,則返回?.exe?的名稱
????????????????return?System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecutingAssembly().Codebase);
????????????}
????????}

????????public?string?AssemblyVersion
????????{
????????????get
????????????{
????????????????return?Assembly.GetExecutingAssembly().GetName().Version.ToString();
????????????}
????????}

????????public?string?AssemblyDescription
????????{
????????????get
????????????{
????????????????//?獲取此程序集的所有?Description?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute)?false);
????????????????//?如果?Description?屬性不存在,則返回一個(gè)空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Description?屬性,則返回該屬性的值
????????????????return?((AssemblyDescriptionAttribute)attributes[0]).Description;
????????????}
????????}

????????public?string?AssemblyProduct
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?Product?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute)?false);
????????????????//?如果?Product?屬性不存在,則返回一個(gè)空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Product?屬性,則返回該屬性的值
????????????????return?((AssemblyProductAttribute)attributes[0]).Product;
??

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1256??2007-05-21?18:20??NetMeeting\2020\100_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\10_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\11_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\12_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\13_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\14_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\15_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\16_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\17_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\18_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\19_m.bmp

?????文件???????1256??2007-05-21?18:28??NetMeeting\2020\1_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\20_m.bmp

?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\21_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\22_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\23_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\24_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\25_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\26_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\27_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\28_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\29_m.bmp

?????文件???????1256??2007-05-21?18:28??NetMeeting\2020\2_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\30_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\31_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\32_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\33_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\34_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\35_m.bmp

?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\36_m.bmp

............此處省略390個(gè)文件信息

評(píng)論

共有 條評(píng)論