current location:Home > typedefの使用法 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 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
  • 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
  • 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
  • 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
  • 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 234 3434522
  • 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 150 2483801
  • 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
  • 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
  • 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 3111614
  • 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
  • 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 564
  • 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 0 908
  • 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 828
  • 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 13 1714
  • 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