current location:Home > javascript引用类型 search

Classify:
Found a total of 21313 related content
  • Sensing mouse entry direction picture display plug-in-sHover
    Sensing mouse entry direction picture display plug-in-sHover
    sHover is a small component written in pure native JavaScript and can be used without introducing JQuery or other plug-ins.
    2019-09-21 33 1075
  • A simple vue mobile message prompt plug-in is available
    A simple vue mobile message prompt plug-in is available
    The components usually used in projects are some interactive message prompt components. Because the UI framework is too heavy, I thought about some simple and commonly used components! For everyone to learn together
    2019-09-12 33 817
  • jQuery login form plugin with verification
    jQuery login form plugin with verification
    The jQuery login form plug-in with verification can perform simple verification on some field types commonly used when registering and logging in. In addition, we can switch and complete the registration or login operation on the same page.
    2024-02-26 1 392
  • Responsive blog website graphic slideshow
    Responsive blog website graphic slideshow
    This is a responsive animated image-text switching slideshow based on the Swiper plug-in. It supports mouse scroll switching and has animation effects such as fade in and fade out. Suitable for blog type website slideshow graphics and text layout special effects.
    2019-06-26 194 3187
  • jQuery image content expand-collapse tab
    jQuery image content expand-collapse tab
    jQuery image content expands/collapses tabs, and when you click on the image, the corresponding text explanation will appear. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. The head area references the following files <link rel="stylesheet" href="css/jquery.gridquote.css"> <script type="text/javascript&q
    2017-03-11 73 1390
  • Atmospheric black commonly used backend management website template download
    Atmospheric black commonly used backend management website template download
    Download the atmospheric black commonly used background management website template, the frame has been set up, and the template type can be customized.
    2017-01-18 4587 3609465
  • Imitation ZCOOL business template
    Imitation ZCOOL business template
    The design ZCOOL type commercial template is an exquisite Discuz template. This template is very suitable for material, design, and picture websites. The template is also compatible with the full range of IE6-IE10 browsers, including Google Firefox, which can be said to be compatibility. Extremely strong. Some functions of this template can be turned on and off freely, making it very convenient to use. If you think this template is very good, you may wish to download and install it.
    2017-01-17 157 3582419
  • Mechanical bearing electronic products website source code
    Mechanical bearing electronic products website source code
    The template for the latest kernel development of DreamWeaver was developed by 518 Source Code Forum. Please note the source when reprinting. This template belongs to the general enterprise category, and can be used by equipment companies such as mechanical bearings and slitting machines. This template has a wide range of uses and is not limited to one type of enterprise. You only need to replace the pictures and product content with yours. Yes, the color can be modified, which will give you a refreshing feeling! Comes with the latest mobile terminal, the same backend, real-time data synchronization, simple and applicable!
    2017-02-20 139 3572957
  • mipcms content management system source code
    mipcms content management system source code
    MIPCMS is a free and open source article, information, and content management system developed based on the Baidu Mobile Accelerator MIP engine. It is also an SEO-optimized website building system for Internet webmasters, entrepreneurs, and other groups. MIPCMS is suitable for personal blogs, news, portals, vertical fields, communities and other types of needs.
    2017-06-14 328 3497627
  • Business Planning Services Company HTML5 Website Template
    Business Planning Services Company HTML5 Website Template
    Business plan service company HTML5 website template is a company promotional website template download suitable for providing various types of business plan services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-06-27 15 543
  • PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
    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
  • PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
    PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
    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 third edition of this book has been completely updated, rewritten, and expanded to include the latest features of PHP5 - the new object model, better exception handling, and SimpleXML; as well as the new features of MySQL 5, such as stored procedures and stored procedures. engine. PHP
    2017-12-08 413 3112272
  • 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
  • Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    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
    ThinkPHP6 backend management payment system--practical development courseware
    2024-05-09 36 1329
  • Lucene index database Chinese WORD version
    Lucene index database Chinese WORD version
    This document mainly talks about the Lucene index database; Lucene, as an auxiliary tool for full-text search, performs conditional searches for us, whether it is search engines like Google, Baidu, search functions in forums, or other C/ S-architecture search brings great convenience and relatively high efficiency. This article mainly uses Lucene to index MS Sql Server 2000, and then performs full-text indexing. As for the content of the database, it can be the content of the web page or other things. Contents of the database in this article
    2024-02-29 0 1142
  • Array application & two-dimensional array word version
    Array application & two-dimensional array word version
    The so-called array is a collection of elements of the same data type arranged in a certain order. It is a collection of variables that names a limited number of variables of the same type and then uses numbers to distinguish them. This name is called the array name, and the number is called the following. mark. The individual variables that make up an array are called components of the array, also called elements of the array, and sometimes called subscript variables. In programming, an array is a form of organizing several variables of the same type in an orderly manner for the convenience of processing. These collections of similar data elements arranged in order are called arrays. Array application & two-dimensional array directory
    2024-01-31 0 792
  • Delphi mastery step by step tutorial pdf version
    Delphi mastery step by step tutorial pdf version
    Delphi primary tutorial step by step mastery pdf, briefly summarize the content: Delphi overview, programming of three structures of the Object Pascal language base, arrays, procedures and functions, custom types, common components of Delphi, multimedia application programming, DLL applications, Database application base SQL database programming, etc.
    2024-01-19 1 1111
  • Delphi Language Reference Chinese WORD version
    Delphi Language Reference Chinese WORD version
    This document mainly talks about the Delphi language reference; Delphi is a structured, object-oriented, type-robust, high-level language that can be compiled and executed. Its object pascal syntax specification has good readability, fast compilation, and multi-unit modular programs. Design and other advantages. Delphi technology Borland's component framework and rapid development environment. For the most part, this syntax guide assumes you are using Borland's development tools. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-18 0 520
  • Android Development Guide Chinese PDF version
    Android Development Guide Chinese PDF version
    Android development guide Chinese pdf version, friends who learn android can refer to it. Application Fundamentals Key Classes Application Components Activation Components: Intent Close Component Manifest File Intent Filter Activity and Task Affinity (Attraction) and New Task Loading Mode Clean Stack Start Task Process and Thread Process Thread Remote Procedure Call Thread Safe Method Component Life cycleActivi
    2024-02-26 0 614
  • 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
  • SecLists
    SecLists
    SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
    2023-09-11 30 5741
  • Dompdf
    Dompdf
    dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class
    2023-08-15 3 2025
  • 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!