current location:Home > sql注入 search

Classify:
Found a total of 21313 related content
  • jquery tabbed user registration input information form code
    jquery tabbed user registration input information form code
    jquery tabbed user registration input information form code
    2017-08-14 98 1746
  • Registration verification instance member registration form verification code
    Registration verification instance member registration form verification code
    Registration verification example member registration form verification code is used to verify whether the user's registered member information meets the requirements. If not, re-enter it. It also increases security. PHP Chinese website recommends downloading!
    2017-02-07 152 2027
  • Interactive registration form
    Interactive registration form
    This is an interactive registration form with a total of three steps, including entering your email address and secondary password. After each input, there will be an obvious interactive prompt when proceeding to the next step.
    2020-11-02 93 1719
  • jQuery card style image rotation code
    jQuery card style image rotation code
    jQuery card-style image rotation code. You can switch images left and right after clicking. The rainbow navigation effect at the top is also good. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. Introduce reset.css and style.css in the head area 2. Introduce jquery-1.4.2.min.js, roundabout.js, roundabout_shapes.js, gallery_init.js in the head area 3. Add code comments in the body area
    2017-03-11 105 1735
  • jQuery implements intelligent judgment effects on password strength
    jQuery implements intelligent judgment effects on password strength
    jQuery realizes the intelligent judgment effect of password strength. This effect is generally used during registration to tell the user whether the password entered by the user is too simple. PHP Chinese website recommends downloading!
    2017-02-07 68 1851
  • Purple Headhunting Service Consulting Company HTML Template
    Purple Headhunting Service Consulting Company HTML Template
    Purple headhunting service consulting company HTML template is simple and elegant, with a full set of templates, including homepage, about us, corporate cooperation, personal job search, focus areas, join us, contact us and other website template pages.
    2017-05-28 50 3517126
  • HTML5 Enterprise Mobility Company Responsive Template
    HTML5 Enterprise Mobility Company Responsive Template
    HTML5 enterprise mobility company responsive template is made based on AmazeUI2.7.2, adaptive resolution, compatible with PC and mobile, a full set of templates, including homepage, product center, customer cases, solutions, news center, registration, login, about us , join us, contact us and other website template pages.
    2017-08-08 38 3431150
  • Black full screen adaptive H5 template
    Black full screen adaptive H5 template
    Black full screen adaptive H5 template HTML5 is designed to support multimedia on mobile devices. New syntax features were introduced to support this, such as video, audio, and canvas tags. HTML5 also introduces new features that can truly change the way users interact with documents, including: New parsing rules increase flexibility Eliminate obsolete or redundant properties Drag-and-drop functionality from one HTML5 document to another Multipurpose Internet Mail Extensions (MIME) and protocol handler registration Store in SQL database
    2017-12-07 56 3115941
  • ThinkPHP5.0 full version
    ThinkPHP5.0 full version
    ThinkPHP5.0 version is a subversive and reconstructed version. The official team spent ten months and devoted a lot of time and energy to adopt new architectural ideas, introduce more new PHP features, optimize the core, reduce dependencies, and achieve It has real lazy loading, supports composer, and has made a lot of optimizations for API development, including routing, logs, exceptions, models, databases, template engines and verification modules, which have been reconstructed and are not suitable for upgrading the original 3.2 project. Please carefully consider upgrading commercial projects, but it is definitely the first choice for new projects (whether it is WEB or API
    2017-03-09 2137 3578044
  • Travel hotel booking car rental service website template
    Travel hotel booking car rental service website template
    One-stop service website template for travel hotel booking and car rental is a travel website template download suitable for providing one-stop service for hotel booking and car rental. Tip: This template calls the Google font library, and the page may open slowly.
    2024-01-17 48 673
  • SQL injection basics 1
    SQL injection basics 1
    SQL injection basics 1
    2018-02-01 223 2899292
  • A Practical Guide to PHP Development 2.0
    A Practical Guide to PHP Development 2.0
    For a programmer who has just entered PHP development, what he needs most is a practical development reference book, not just a variety of quick-start only hello wolds. When developing, you should also pay attention to many techniques and some "hidden rules". PHP is a very simple scripting language, but you need to work hard to use it well. At the same time, due to the characteristics of PHP, I have repeatedly emphasized that the most NB PHP programmers are not engaged in PHP. why? Because PHP acts as a glue language for gluing the backend together Database and front-end pages, more required
    2017-12-12 279 3097380
  • Several signs that you are still a PHP newbie
    Several signs that you are still a PHP newbie
    I would like to include this article in my "Programming Mistakes" series. Although I have been exposed to software engineering, enterprise software architecture and database design in regular university courses, I still feel the "guilt" of the following facts from time to time. Of course, these are all my subjective feelings and are oriented to Eclipse: You are new to PHP, if you: 1. Not using tools like phpDoc to properly comment your code 2. Turn a blind eye to excellent integrated development environments such as Zend Studio or Eclipse PDT 3
    2017-12-08 322 3111282
  • Self-study PHP, MySQL and Apache
    Self-study PHP, MySQL and Apache
    This book combines PHP development with MySQL applications, and provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several Classic and practical example. This book is the 4th edition, which has been completely updated, rewritten and expanded, including the latest improved features of PHP5.3 (for example, better error and exception handling), MySQL's stored procedures and storage engine, Ajax technology and Web2 .0 and the security issues that web applications need to pay attention to
    2017-12-09 303 3107704
  • ThinkPHP3.2.3 fully developed
    ThinkPHP3.2.3 fully developed
    ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented. It is released under the Apache2 open source license. It has been adhering to simple and practical design principles since its inception. While maintaining excellent performance and minimal code, It pays special attention to development experience and ease of use, and has many original functions and features, providing strong support for WEB application development. Version 3.2 makes some architectural adjustments on the original basis, introduces namespace support and modularization improvements, and provides more convenience for large-scale applications and modular development.
    2017-12-12 298 3097423
  • Use PowerDesigner to import SQL to generate data table model Chinese WORD version
    Use PowerDesigner to import SQL to generate data table model Chinese WORD version
    This document mainly talks about using PowerDesigner to import SQL to generate a data table model; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1056
  • Tutorial on using SQLite database in Android development chm version
    Tutorial on using SQLite database in Android development chm version
    Tutorial on Android development using SQLite database, chm format. SQLite is a very popular embedded database that supports SQL queries and uses only a small amount of memory. Android integrates SQLite at runtime, so every Android application can use a SQLite database. For developers familiar with SQL, using SQLite is fairly simple. Yes, since JDBC is not suitable for memory-constrained devices such as mobile phones, Android
    2024-02-28 0 1067
  • Quickly get started with Android database operations Chinese WORD version
    Quickly get started with Android database operations Chinese WORD version
    Android uses the relational database SQLite3, which is a lightweight embedded database that supports SQL and is widely used in embedded operating systems. WM also uses SQLite3; more details about the principles and principles are in this article I won’t mention it, but if you want to quickly learn to operate SQLite3, then this is the article you are looking for! Interested friends can come and take a look
    2024-02-28 0 909
  • Python operation Mysql example code tutorial
    Python operation Mysql example code tutorial
    This article introduces various code examples and detailed introductions such as Python operating MYSQL, executing SQL statements, obtaining result sets, traversing result sets, obtaining a certain field, obtaining table field names, inserting pictures into the database, executing transactions, etc. Most of the code is A sumptuous and beautiful code feast. If you want to view the online version, please visit: https://www.jb51.net/article/34102.htm
    2024-01-26 0 1364
  • Android development basic tutorial compiled version pdf version
    Android development basic tutorial compiled version pdf version
    Android Development Tutorial, Basic Edition, is compiled from a series of tutorials. Experts should not read it if they have relatively basic knowledge. This book is mainly intended for people who are about to enter the ranks of Android programming or who have already entered but are still confused. friends. In the field of smart phones, the Android system is impeccable, which is destined to have broad prospects for the development of Android mobile phone systems. It has inspired a large number of program enthusiasts in China to turn to Android application development.
    2024-02-01 2 1093
  • MinGW - Minimalist GNU for Windows
    MinGW - Minimalist GNU for Windows
    This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
    2023-08-10 13 3559
  • Unifiedtransform
    Unifiedtransform
    Unifiedtransform is an open source school management software that can comprehensively and efficiently manage school operations. This software was built as the developers saw a lack of efficient, high-quality, free and open source school management software. It has developed into a high-standard school management platform with a wide range of practical functions. These functions include: platform roles (students, administrators, teachers, accountants, etc.), payment platform integration, attendance, syllabus, registration, score entry, etc. Users can create classes, divisions, exams, add courses and departments, enter grades, and finally issue certificates or certificates to students.
    2023-08-18 10 1576
  • WIKINDX
    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
    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
    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