current location:Home > php验证登陆类 search
Found a total of 21313 related content
-
- jquery mobile phone verification code login
- jquery mobile phone verification code login.
- 2020-01-08 79 1238
-
- jQuery mobile gesture login verification
- jQuery mobile gesture login verification
- 2020-01-08 46 1015
-
- jQuery login page with verification code effect
- jQuery login page with verification code effect
- 2020-01-10 72 1195
-
- Imitation Meizu login registration form verification
- Imitation Meizu login registration form verification
- 2020-01-13 137 1492
-
- HTML5 click refresh verification code special effect
- HTML5 click-to-refresh verification code special effect is very suitable for corporate websites or shopping mall websites. Generally, we use verification codes when registering or logging in as a member, or logging in in the background. Usually we use scripts to create verification codes, which are generated through HTML5. The verification code produced is recommended to be downloaded from the PHP Chinese website!
- 2017-01-20 128 3107
-
- jQuery login page and verification code effect
- jQuery login page with verification code effect
- 2019-09-26 336 210430
-
- Blue atmospheric background login interface template
- The blue atmosphere background login interface template and login page template provide account, password, verification code, login functions, each column name icon and upgrade updates.
- 2017-08-11 344 3426380
-
- LeTing music system background login page
- LeTing Music System backend login page is a beautiful backend login login template based on jQuery. With verification code and password remembering functions, the page background has pictures of cats, digital cameras, strawberry salad, etc. for a full-screen background image carousel effect.
- 2017-08-11 1096 3427959
-
- 1.1.8PbootCMS
- PbootCMS is an efficient, simple and powerful open source PHP enterprise website development and construction management system. PbootCMS 1.1.8 update log: 2018-08-07 1. Fix the problem of receiving data in the multi-select fields of the submission form; 2. Fixed the problem of verification failure during the second login process when the page does not refresh; 3. Added fuzzy parameter to search results to control whether fuzzy matching occurs; 4. Add new parent category, top-level category name and link independent label, see the manual for details; 5. Added drag-and-sort function for multiple images.
- 2018-08-09 238 2086771
-
- Multi-purpose app software business introduction official website template
- An introduction to an app application software in blue gradient style, the official website HTML template of an IT software technology company. It is suitable for all creative technology company websites. Such as Saas login, software login, creative agency, corporate business, creative studio, search engine optimization business and modern business website. All HTML files are 100% responsive & W3C HTML validated. The code is commented in a well-formatted and documented file structure.
- 2021-04-23 303 5585
-
- Ajax login username verification
- Ajax login username verification
- 2018-01-12 268 2982257
-
- Using dwr framework to implement Ajax login username verification
- Using dwr framework to implement Ajax login username verification
- 2018-01-20 166 2949481
-
- PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
- PHP and MySQL in Dynamic WEB Websites reflect the needs of actual programs in detail, carefully exploring the validation of external data (such as the format of a credit card number), user login, and how to use templates to establish a standard appearance for web pages. The content of PHP and MySQL in dynamic WEB websites is not just these. The book also mentions how to connect JavaScript and PHP to make user operations faster and more convenient. There are also ways to properly handle user input errors to make your website look more professional. In addition, a large number of powerful functions from the PEAR plug-in function library are introduced to support commonly used and powerful packages.
- 2017-12-09 372 3107764
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 36 1329
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- mod_python 3.2.8 Chinese manual doc version
- mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
- 2024-01-25 0 923
-
- python basic tutorial to lesson 60_python basic information word version
- Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
- 2024-01-25 0 1072
-
- Python introductory tutorial Chinese WORD version
- Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
- 2024-01-25 0 656
-
- Basic introduction to python unittest Chinese WORD version
- Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
- 2024-01-25 0 862
-
- PHPMailer
- PHPMailer - A full-featured email creation and delivery class for PHP. Supports UTF-8 content as well as 8-bit, base64, binary and quoted-printable encodings. Provides SMTP authentication for LOGIN, PLAIN, CRAM-MD5 and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Automatically verify email addresses. Many PHP developers need to send emails from their code. The only PHP function that directly supports this is mai
- 2023-08-18 15 4632
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 23 4395
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- phpList
- phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
- 2023-09-18 15 4111
-
- php verification login class
- php verification login class
- 2017-03-16 264 4355
-
- php-qq login class
- php-qq login class
- 2017-03-16 134 1658
-
- php qq login class
- php qq login class
- 2017-12-27 90 1951
-
- Tencent qq login php class
- Tencent qq login php class
- 2018-01-16 309 4242
-
- ID card verification PHP class
- ID card verification PHP class
- 2018-01-12 266 3838