-
当单击按钮时发送电子邮件
保护无效 substring () {SqlConnection conSplit = 新 SqlConnection (ConfigurationManager.ConnectionStrings ["connMSJ"]。ConnectionString) ;SqlCommand cmdSplit = 新 SqlCommand ("选择密码从成员哪里 (Username=@username 和 Email=@email)",conSplit) ;cmdSplit.Parameters.AddWithValue ("@username",txtUsername.Text);cmdSplit.Parameters.AddWithValue ("@email",txtEmail.Text);conSplit.Open() ;使用 dtrSplit = cmdSplit.ExecuteReader() ;如果 (dtrSplit.Read()) finalString = dtrSplit ["密码"]。Tostring ()。子串 (0,5) ;dtrSplit.Close() ;conSplit.Close() ;} 保护 void sendResetPass() {MailMessage mailMessage = 新 MailMessage() ;mailMessage.To.Add(txtEmail.Text) ;mailMessage.From = 新邮件地址 ("admin@MSJ.com") ;mailMessage.Subject ="的密码重置";mailMessage.Body ="新的密码:"+ finalString ;SmtpClient smtpClient = 新 SmtpClient("smtp.your-isp.com") ;smtpClient.Send(mailMessage) ;} 保护 void ResetPassword (对象发件人、 EventArgs e) {substring () ;如果 (finalString! = null) {SqlConnection conReset = 新 SqlConnection (ConfigurationManager.ConnectionStrings ["connMSJ"]。
- 2022-09-26 07:25:03下载
- 积分:1
-
订单系统
PHP订单系统,LZ在线管理订单系统,快捷下单,短信提醒,邮件提醒,订单来路页面检测,下单人IP追踪,防刷单,防重复提交,邮件发送失败将自动发送到伪数据库中,
- 2022-08-03 01:18:42下载
- 积分:1
-
testPrograme and Using C++
这是图像输出程序。
- 2022-03-10 00:48:23下载
- 积分:1
-
ACR1251接口代码
ACR1251读卡器函数3.3.2.2. PICC Commands (T=CL Emulation) for MiFare 1K/4K MEMORY Cards
3.3.2.2.1. Load Authentication Keys
The “Load Authentication Keys command” will load the authentication keys into the reader. The authentication keys are used to authenticate the particular sector of the Mifare 1K/4K Memory Card. Two kinds of authentication key locations are provided, volatile and non-volatile key locations respectively.
- 2022-10-23 01:45:03下载
- 积分:1
-
XML播放折叠列表0.3
资源描述里面的直播地址可能没用了,需要自己修改
- 2022-05-28 13:14:41下载
- 积分:1
-
Net单点登陆
资源描述Net单点登录,本人亲测可用,可以下载学习
- 2022-09-19 02:10:03下载
- 积分:1
-
jsp图书管理系统,
一个用JSP写的图书管理系统,mysql作为数据库,作为小型数据库还可以,可以用于课程项目设计。
- 2022-07-14 18:48:58下载
- 积分:1
-
wwwwwwwwwwwwwww
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
- 2022-10-08 15:05:03下载
- 积分:1
-
使用Node.js开发的小型mvc框架
node.js是一种新的软件开发平台,它不仅是一门独立的语言,也与Python、Ruby一样,既是语言也是平台。node.js将javascript从浏览器移植到了普通服务器上。使得javascript也能实现了诸如文件系统、操作系统、网络通信等功能。
- 2022-05-22 19:36:03下载
- 积分:1
-
师生提问互动小插件javaweb 无框架 Oracle+MVC+js+jsp+servlet+jsp中期学习使用
一个简单的web小插件,主要增删改查都有,适合做学习框架前的中期作业。师生提问互动小插件javaweb 无框架 Oracle+MVC+js+jsp+servlet+jsp中期学习使用学生登录后的页面有分页。错误之后会在本页面弹出从无信息,应用了EL表达式。
- 2023-01-23 03:15:03下载
- 积分:1