資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.IO;
using?System.Linq;
using?System.Net;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?SendSMS
{
????public?partial?class?Form1?:?Form
????{
????????private?string?url?=?“http://utf8.sms.webchinese.cn/?“;
????????private?string?strUid?=?“Uid=“;
????????private?string?strKey?=?“&key=*******************“;///“&key=*******************“;?//這里*代表秘鑰,由于從長有點麻煩,就不在窗口上輸入了
????????private?string?strMob?=?“&smsMob=“;
????????private?string?strContent?=?“&smsText=“;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2020-01-18?13:29??SendSMS\SendSMS\App.config
?????文件??????11264??2020-01-18?16:11??SendSMS\SendSMS\bin\Debug\SendSMS.exe
?????文件????????187??2020-01-18?13:29??SendSMS\SendSMS\bin\Debug\SendSMS.exe.config
?????文件??????22016??2020-01-18?16:11??SendSMS\SendSMS\bin\Debug\SendSMS.pdb
?????文件??????23168??2020-01-18?14:20??SendSMS\SendSMS\bin\Debug\SendSMS.vshost.exe
?????文件????????187??2020-01-18?13:29??SendSMS\SendSMS\bin\Debug\SendSMS.vshost.exe.config
?????文件????????490??2018-09-15?15:29??SendSMS\SendSMS\bin\Debug\SendSMS.vshost.exe.manifest
?????文件???????2213??2020-01-18?16:11??SendSMS\SendSMS\Form1.cs
?????文件???????5888??2020-01-18?16:11??SendSMS\SendSMS\Form1.Designer.cs
?????文件???????5817??2020-01-18?16:11??SendSMS\SendSMS\Form1.resx
?????文件????????865??2020-01-18?13:29??SendSMS\SendSMS\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6987??2020-01-18?13:30??SendSMS\SendSMS\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????624??2020-01-18?16:11??SendSMS\SendSMS\obj\Debug\SendSMS.csproj.FileListAbsolute.txt
?????文件????????977??2020-01-18?16:11??SendSMS\SendSMS\obj\Debug\SendSMS.csproj.GenerateResource.Cache
?????文件??????11264??2020-01-18?16:11??SendSMS\SendSMS\obj\Debug\SendSMS.exe
?????文件????????180??2020-01-18?16:11??SendSMS\SendSMS\obj\Debug\SendSMS.Form1.resources
?????文件??????22016??2020-01-18?16:11??SendSMS\SendSMS\obj\Debug\SendSMS.pdb
?????文件????????180??2020-01-18?16:11??SendSMS\SendSMS\obj\Debug\SendSMS.Properties.Resources.resources
?????文件??????????0??2020-01-18?13:29??SendSMS\SendSMS\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2020-01-18?13:29??SendSMS\SendSMS\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2020-01-18?13:29??SendSMS\SendSMS\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????519??2020-01-18?13:29??SendSMS\SendSMS\Program.cs
?????文件???????1338??2020-01-18?13:29??SendSMS\SendSMS\Properties\AssemblyInfo.cs
?????文件???????2866??2020-01-18?13:29??SendSMS\SendSMS\Properties\Resources.Designer.cs
?????文件???????5612??2020-01-18?13:29??SendSMS\SendSMS\Properties\Resources.resx
?????文件???????1094??2020-01-18?13:29??SendSMS\SendSMS\Properties\Settings.Designer.cs
?????文件????????249??2020-01-18?13:29??SendSMS\SendSMS\Properties\Settings.settings
?????文件???????3794??2020-01-18?13:37??SendSMS\SendSMS\SendSMS.csproj
?????文件????????990??2020-01-18?13:29??SendSMS\SendSMS.sln
????..A..H.?????13312??2020-01-18?13:36??SendSMS\SendSMS.v12.suo
............此處省略11個文件信息
- 上一篇:TCP服務(C#的多線程多客戶端異步聊天通訊源碼)
- 下一篇:QQ登陸界面臨摹
評論
共有 條評論