• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 发送  短信  

资源简介


资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论