-
xunizhuji
虚拟主机企业网站模板,web网站制作源码。(Virtual host corporate website templates, web website source code.)
- 2013-12-27 16:11:15下载
- 积分:1
-
最新二维码制作在线生成PHP
资源描述
最新二维码制作在线生成PHP
最新二维码制作在线生成PHP
最新二维码制作在线生成PHP
- 2023-06-08 16:00:04下载
- 积分:1
-
Small-Business-Website-.NET-CSharp
中小型企业网站(C#+源代码),给中小型企业发布与管理公司的信息的平台。
(Small and Middle-size Enterprises Website (C# Codes), providing a platform for the small and middle sized companies to release and manage their information.)
- 2015-05-06 00:12:51下载
- 积分:1
-
SQLBuinssWap
功能强大的商业版本WAP源码
支持ASp的程序源代码(WAP powerful commercial version of the program source code to support ASp)
- 2010-11-05 16:37:28下载
- 积分:1
-
LoginAction.class
php编写的网站登录界面后台操作代码,用于用户登录使用,判断用户名和密码是否相同,登录后跳转界面(Php prepared by the website login interface background operating code for the user to log on to use, to determine whether the same user name and password, login jump interface)
- 2016-11-15 20:13:02下载
- 积分:1
-
Y.asyncScrollLoader
Y.asyncScrollLoader是分屏展示、图片按需加载、按需执行JS、按需解析HTML、标签按需加载所必需的插件。(Y.asyncScrollLoader Webpage split screen display, picture on-demand loading, according to the need to perform JS, according to the needs analysis of HTML, the label on-demand loading required plug-ins.)
- 2014-11-27 15:00:46下载
- 积分:1
-
主要是对数组进行
主要是对数组进行取值,对数组进行排序之类的,数组一共有几种排序,1.冒泡排序法,2,选择排序法,3,快速排序法,4,插入排序法等等 。
快速排序法主要是运用了Arrays中的一个方法Arrays.sort()实现。
冒泡法是运用遍历数组进行比较,通过不断的比较将最小值或者最大值一个一个的遍历出来。
选择排序法是将数组的第一个数据作为最大或者最小的值,然后通过比较循环,输出有序的数组。
插入排序是选择一个数组中的数据,通过不断的插入比较最后进行排序。下面我就将他们的实现方法
- 2022-07-15 18:46:10下载
- 积分:1
-
chinaNews
一个设计精美的HTML+CSS的网页模板,它以中华资讯网为主题,是大家学习网页设计的好示例。(HTML+CSS a beautifully designed web templates, it is the theme of China News, it is a good example of people learning web design.)
- 2015-11-25 20:52:51下载
- 积分:1
-
check utf8 bom
资源描述
检查目录下文件的bom
便于各位检查并避免因文件存储带bom引起的问题
- 2022-12-06 15:25:03下载
- 积分:1
-
当单击按钮时发送电子邮件
保护无效 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