current location:Home > インターフェースの使用法 search

Classify:
Found a total of 21321 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 92 1209
  • 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 116 1237
  • 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 237 1822
  • 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 310 4031
  • 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 197 2034
  • Dynamic cloud login interface
    Dynamic cloud login interface
    The dynamic cloud login interface implemented by CSS3+jQuery adopts HTML5 technology. The login interface effect of white clouds fluttering and the realistic white cloud special effects are realized using CSS3. Of course, jQuery also plays an important role, but in traditional HTML , it is impossible to do. I hope that HTML will be fully compatible as soon as possible. The current IE8 is really heartbreaking. If you want to study HTML5 technology, download the special effects as soon as possible.
    2017-08-07 331 3434746
  • WordPress
    WordPress
    WordPress is a personal information publishing platform that focuses on aesthetics, ease of use, and network standards. Although WordPress is a free open source software, its value cannot be measured in terms of money. You can use WordPress to build a powerful network information publishing platform, but more It is used for personalized blogs. For blog applications, WordPress can save you from worrying about back-end technology and focus on the content of your website.
    2018-05-12 268 2484171
  • Handmade baked food website template
    Handmade baked food website template
    Handmade baked food website template website template is a website template that provides various handmade baked food promotion website templates for download. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 110 771
  • Modern artificial intelligence writing service company website template
    Modern artificial intelligence writing service company website template
    Modern artificial intelligence writing service company website template is a company promotional website template download that provides artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 167 911
  • Solution planning solution service studio website template
    Solution planning solution service studio website template
    The plan planning solution service studio website template is a company promotional website template download that provides various planning plan services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 119 661
  • 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 3324523
  • 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 3292062
  • "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 3097949
  • "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 3099373
  • A collection of tips for using PHP
    A collection of tips for using PHP
    PHP's unique syntax is a mix of C, Java, Perl, and PHP's own innovative syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. Here are ten advanced PHP application tips. 1. Use the ip2long() and long2ip() functions to convert the IP address into an integer and store it in the database
    2017-12-08 325 3111826
  • 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 1145
  • 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 62 1712
  • GNU make Chinese manual pdf version
    GNU make Chinese manual pdf version
    GNU makefile Chinese manual pdf, the article describes the GNU make tool more completely, covering the usage and syntax of GNU make. At the same time, we focus on how to write Makefile for a project. Before reading this book, readers should have a certain understanding of the GNU tool chain and some common programming tools in Linux. Such as: gcc, as, ar, ld, yacc, etc. This article gives a relatively complete description of the GNU make tool, covering the usage and syntax of GNU make. Focus on how to use make to manage software projects,
    2024-01-19 1 755
  • Spark Streaming Programming Guide Chinese WORD version
    Spark Streaming Programming Guide Chinese WORD version
    Spark Streaming is the core API of Spark, which supports high throughput and fault-tolerant real-time streaming data processing. It can accept data sources from Kafka, Flume, Twitter, ZeroMQ and TCP Socket, use simple API functions such as map, reduce, join, window and other operations, and can also directly use built-in machine learning algorithms and graph algorithm packages to process data . Interested friends can come and take a look
    2024-02-27 23 1114
  • 150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    Download the CHM book with 150 Examples of Delphi 7 Application Programming. The book mainly uses 150 examples to comprehensively and in-depth introduce the common methods and techniques of developing applications with Delphi 7. It mainly explains the use of Delphi 7 for interface effect processing, image processing, Graphics and multimedia development, system function control, file processing, network and database development, and component application, etc. These examples are simple and practical, highly typical, and have outstanding functions. The technologies used in many examples can be slightly expanded to solve similar problems. The best way to use this book is to learn from examples
    2024-01-18 2 991
  • OpenCV
    OpenCV
    The open source computer vision library has over 2,500 algorithms and provides detailed documentation and example code for real-time computer vision. It runs on Windows, Linux, Mac OS X, Android, iOS, and is available in your browser via JavaScript. Language: C++, Python, Julia, Javascript Home page: https://opencv.org Q&A Forum: https://forum.opencv.org/ Documentation: https://do
    2023-08-11 169 2215
  • Fat-Free Framework
    Fat-Free Framework
    Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
    2024-10-17 4 947
  • PHPixie
    PHPixie
    PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
    2024-10-17 0 872
  • Slim
    Slim
    Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
    2024-10-17 1 730
  • FuelPHP
    FuelPHP
    The Fuel PHP Framework is a fast, simple and flexible PHP 5.4 framework, born from the best ideas of other frameworks, with a fresh start!
    2024-10-17 0 744