资源简介
代码片段和文件信息
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登陆界面临摹
相关资源
- winform与MVC开发的SignalR相互发送信息
- C#把ZPL指令直接发送USB打印机
- 贝叶斯垃圾短信数据集
- WPF写的获取外部公网IP地址及发送邮件
- c# 串口通讯如何多次重复发送一帧数
- C# USB数据接收与发送
- c# UDP 局域网异步通讯实现广播,接收
- 串口通信 实时解析或发送串口的数据
- smpp短信中心模拟 可用 C#编写
- Winform窗体嵌入WPF程序并发送消息
- c#邮件发送
- asp.netC#发送电子邮件
- C#利用SharpPcap发送以太网报文以太网原
- C# 发短信功能 代码
- 基于C#的rs232发送和接收数据
- USB 发送和接收数据
- c#做的飞鸽传输,能发送表情
- C#微信企业号接收和发送消息
- C#局域网发送文件
- C# socket 通信 允许发送图片,文字,文
- C#利用AT指令控制短信猫发送短信
- C#版USB通信编程(接收和发送数据)
- 基于c#的手机短信收发程序
- 邮件发送程序设计与实现
- c#接收发送can数据
- asp.netC#定时发送邮件
- c#文件发送一个服务器多个客户端
- C# socket通信允许发送消息,图片,与
- C#使用SMTP服务器发送邮件
- C# WinForm 邮件发送支持多附件可群发
评论
共有 条评论