current location:Home > 語句使用方法 search

Classify:
Found a total of 21313 related content
  • Picture playback pop-up plug-in Fancybox
    Picture playback pop-up plug-in Fancybox
    How to use the easy-to-use jquery image playback plug-in Fancybox
    2019-09-19 13 1016
  • Simple and easy-to-use three-dimensional banner switching plug-in
    Simple and easy-to-use three-dimensional banner switching plug-in
    Effect description: Simple and easy-to-use three-dimensional left and right scrolling banner focus image effect The source code does not have any pictures, and the CSS is relatively redundant. Lazy webmasters have optimized it to make it easier for lazy people to use. Instructions: 1. Introduce CSS into your page to ensure there is no naming conflict. 2. Copy the code part in index.html to the place you need.
    2017-08-21 96 1780
  • terseBanner is a simple and elegant jquery carousel plug-in
    terseBanner is a simple and elegant jquery carousel plug-in
    terseBanner is a simple and elegant jquery carousel plug-in. It deletes many impractical or rarely used functions and retains only the most commonly used ones, which are easy to use and fully functional, and can meet the needs of most websites. This carousel chart plug-in supports IE8 browser and touch screen events. Instructions Introduce jquery and jquery.terseBanner.min.js files into the page.
    2017-08-14 113 1605
  • Simple and easy-to-use mouseover animation button
    Simple and easy-to-use mouseover animation button
    There will be a good animation when you put the mouse on it. You can customize it yourself. The method of use is very simple. You only need to look at the examples in the code to understand it easily.
    2019-09-21 30 1024
  • jquery mall navigation menu with product category sidebar list
    jquery mall navigation menu with product category sidebar list
    This is a mall navigation menu with a product category sidebar list made using jquery. The mall menu is compatible with IE8 browser. Users can view the list of various products by clicking on the drop-down menu on the left, which is very practical and convenient. Instructions Introduce the style file style.css and jquery.min.js file into the page.
    2017-08-24 187 3801
  • Sidebar menu modular responsive template
    Sidebar menu modular responsive template
    The concept of responsive website design (Responsive Web design) is: The design and development of the page should respond and adjust accordingly based on user behavior and device environment (system platform, screen size, screen orientation, etc.). The specific practice method consists of many aspects, including elastic grid and layout, pictures, the use of CSS media query, etc. Whether the user is using a laptop or an iPad, our page should be able to automatically switch resolution, image size and related script functions to adapt to different devices; in other words, the page should
    2017-12-08 57 3111944
  • 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
  • Internet data SEO service website template
    Internet data SEO service website template
    Internet data SEO service website template is a promotional website template download suitable for Internet companies that provide SEO, data analysis, software development and other services. Tip: This template calls the Google font library, and the page may open slowly.
    2024-01-17 18 778
  • Beauty and skin care SPA industry website template
    Beauty and skin care SPA industry website template
    The beauty and skin care SPA industry website template is a website template download suitable for promotion of the beauty, skin care and medical beauty industry. Tip: This template calls the Google font library, and the page may open slowly.
    2024-01-17 59 548
  • Responsive HTML5 Explore World Travel Website Template
    Responsive HTML5 Explore World Travel Website Template
    The responsive HTML5 Explore the World Travel website template is a downloadable website template suitable for travel industry promotion. Tip: This template calls the Google font library, and the page may open slowly.
    2024-01-17 45 557
  • How to use Thinkphp editor extension class WORD version
    How to use Thinkphp editor extension class WORD version
    How to use Thinkphp editor extension class WORD version
    2017-09-26 320 3324374
  • Introduction and application of debugging methods in PHP using Memcache Chinese WORD version
    Introduction and application of debugging methods in PHP using Memcache Chinese WORD version
    Introduction and application of debugging methods in PHP using Memcache Chinese WORD version
    2017-10-11 297 3291880
  • "PHP Technology Insider" Chinese version
    "PHP Technology Insider" Chinese version
    This book explains in detail how to use PHP, covers all aspects of PHP applications, and provides a large number of code examples so that readers can learn PHP quickly and easily. Each chapter is divided into two parts. The first part "In-depth Analysis" details the relevant technical information.
    2017-12-12 352 3097813
  • "PHP Programming" Second Edition
    "PHP Programming" Second Edition
    This book is full of pictures and texts, and explains in detail the method of developing dynamic Web programs using the LAMP (PHP) scripting language, such as setting up the WAMP platform, installing and configuring the open source Moodle platform, PHP programming technology, developing user registration and verification modules, and setting up the LAMP platform. This book is suitable for undergraduate and junior college students in computer and related majors to use as a teaching material for learning LAMP (PHP) programming or dynamic Web programming. It is also suitable for readers who are interested in dynamic Web programming to use it voluntarily, and for LAMP (PHP) program designers. It has certain reference value.
    2017-12-12 580 3099235
  • 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
  • How to use maven Chinese WORD version
    How to use maven Chinese WORD version
    This document mainly talks about how to use Maven; Maven is a software project management tool based on the project object model (pom), which can manage the construction, reporting and documentation of the project through a short piece of description information. Maven shifts your focus from last night's grassroots to project management. Maven projects already know how to build and bundle code, run tests, generate documentation and host project web pages. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-27 0 842
  • How to use Visual Studio 2010 WORD document doc format
    How to use Visual Studio 2010 WORD document doc format
    How to use Visual Studio 2010 1. Open the interface and click File---→New---→Project. The new project interface will pop up. Select Visual C++ on the left, select an empty project on the right, then enter the name and storage location below, and finally click OK. After that, the interface (Solution Explorer) will pop up, then select the header file, or source file, right-click---→Add---→New project, pop-up Add
    2024-02-29 0 1299
  • Groovy Getting Started Tutorial Chinese WORD Version
    Groovy Getting Started Tutorial Chinese WORD Version
    This document is an introductory tutorial to Groovy; simply put, Groovy is the next generation of Java language. Like Java, it also runs in the JVM. As another language running in the JVM, groovy syntax is very similar to the Java language syntax. At the same time, Groovy abandons Java's cumbersome grammar. For the same statement, using groovy can reduce your keystrokes to the greatest extent - this is indeed the "lazy programmers"
    2024-02-26 1 605
  • Summary of information related to Perl DBI programming pdf+chm Script House Special Edition
    Summary of information related to Perl DBI programming pdf+chm Script House Special Edition
    Mainly includes Perl+DBI programming (chm).chmPerl+DBI programming-[US] Descartes-China Electric Power Press-2001.pdfPerl DBI Tutorial on using DBI in Perl, for beginners to refer to the Chinese translation version of Perl.DBI manual .pdfPerl DBI Chinese help document, covering Perl DBI name, overview, description, DBI classes, processor general methods, general attributes, DBI database processing objects, database processing methods, etc. Programming_the_P
    2024-02-02 0 1419
  • Android uses WebView to load local resources Chinese WORD version
    Android uses WebView to load local resources Chinese WORD version
    This document mainly talks about Android using WebView to load local resources; WebView mainly calls three methods: LoadUrl, LoadData, and LoadDataWithBaseURL. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1150
  • 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
  • phpList
    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
  • 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