-
有谁在线
一个 “是谁在线"的小程序,是由 PHP,MySQL 和 jQuery 开发的。它将显示访客数量,当前正在查看您的网站, 它甚至能够检测的国家你的访客从在滑出面板中显示它。
- 2023-02-05 03:10:03下载
- 积分:1
-
phpstat_utf8
PHPstat网站决策支持分析系统 v1.0 UTF-8简体中文版,php编程学习源码,web网页制作参考资料。
(PHPstat site decision support analysis system v1.0 UTF-8 Simplified Chinese version, php programming learning source, web pages reference materials.)
- 2014-01-13 21:58:16下载
- 积分:1
-
phpsc2replay_lfqh17
1、更新了切片CSS,全面兼容IE、CHROME、FIREFOX、360等各种浏览器。2、样式及部分代码优化。一、【程序简介】1、&ldquo 拒绝繁冗,选择简炼&rdquo &mdash &mdash 162100.com开源作品。,学习研究参考均可">
- 2013-09-17 22:25:43下载
- 积分:1
-
RainCMS
说明: e4a易安卓app后台管理源码,可生成卡密,可用于登入和注册用户(E4A easy Android app background management source code, can generate a card, can be used to log in and register users)
- 2020-06-22 08:20:01下载
- 积分: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
-
Wikka-1.3.6
WikkaWiki是一个用PHP语言编写的轻量级维基引擎,后台数据使用MySQL数据库存储,主要特点是高速、可伸缩性和安全。(WikkaWiki with PHP is written lightweight wiki engine, using a MySQL back-end data storage, the main features are speed, scalability and security.)
- 2016-05-07 19:49:07下载
- 积分:1
-
用户登录界面
名字虽然是JavaWeb但是里面的内容是为了JavaWeb中实现用户登录而编辑的一个网页界面,应用了html/CSS实现,代码非常精简,但是效果还是非常好的哈.
- 2023-06-18 11:00:04下载
- 积分:1
-
页面定时跳转
function forwardToNext(){
setInterval("a()",1000); //每隔1s调用一次a函数
}
function a(){
var time = document.getElementById("num").innerText;
if(time>0){
time = time-1;
document.getElementById("num").innerText = time;
}
if(time==0){
window.
- 2022-02-15 07:25:42下载
- 积分:1
-
酒店管理系统
应用背景本系统是酒店客房管理系统,主要功能包括:用户登录、用户管理、客房管理、客房查询、便捷退房、财务管理、系统设置等功能网上客房管理系统的基本功能。
关键技术菜单功能:
用户管理模块包括:
1、新增用户:用户基本信息的登记,提供新管理员设置功能。
2、用户权限验证:检查用户的口令和密码是否正确。
- 2022-05-28 07:10:37下载
- 积分:1
-
guke
说明: 大部分ASP上传源码只支持单个文件上传或几个,我需要一个接着一个上传...上传无限多个。
所以按自己需求编写了此代码。此代码在无惧上传类1.2基础上修改,实现无限多图片上传,支持显示上传后的文件名,实时把图片插入编辑框。
(Most only support ASP upload a single file upload source or several, I need one after the upload ... upload an unlimited number.
So write according to their own needs this code. From this code without fear of changes based on the class of 1.2 to achieve an infinite number of pictures uploaded to support the display name of the file upload in real time the picture into the edit box.
)
- 2011-04-07 22:42:30下载
- 积分:1