current location:Home > video组件详解 search

Classify:
Found a total of 21313 related content
  • Simple udraggable drag-and-drop plugin
    Simple udraggable drag-and-drop plugin
    An extremely simple and easy-to-use drag and drop component that can drag elements with just one line of code. The configuration is simple, includes drag constraint function, and detailed API.
    2019-09-21 32 984
  • layer web elastic layer component
    layer web elastic layer component
    Layer is a web elastic layer component with excellent reputation. Layer is compatible with all mainstream browsers including IE6. Its considerable number of interfaces allows you to customize as many styles as you need, and each elastic layer mode has its own characteristics. The official website has detailed API
    2019-09-18 21 1062
  • Mobile Happy Scratch HTML5 plug-in
    Mobile Happy Scratch HTML5 plug-in
    The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.
    2024-02-29 5 343
  • HTML5 paper folded into gift box animation special effects
    HTML5 paper folded into gift box animation special effects
    The HTML5 paper folding into gift box animation effect is a Christmas gift animation effect implemented in CSS that is suitable for Christmas or any holiday.
    2024-02-29 5 327
  • Pure CSS3 retro film player special effects
    Pure CSS3 retro film player special effects
    Pure CSS3 retro film player special effects is a simple film music player and film recording player special effects.
    2024-02-29 6 478
  • 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
  • 3.14.2 Chinese version LimeSurvey
    3.14.2 Chinese version LimeSurvey
    LimeSurvey is a questionnaire management system that has multiple functions such as questionnaire design, modification, release, recycling and statistics. It integrates survey program development, questionnaire release and data collection functions. To use it, users do not need to understand these functions. programming details. LimeSurvey 3.14.2 Chinese version update log: 2018-08-07 - Fixed issue #13878: Email to user group - display issue; - Fixed issue #13902: LimeSurvey tries to update the response when editing a question
    2018-08-09 124 2089068
  • Enterprise online accounting management system v4.02 build20160930 free version
    Enterprise online accounting management system v4.02 build20160930 free version
    The enterprise online accounting management system is a powerful and easy-to-use financial online accounting software. It does not require users to understand profound financial knowledge and can be used without training. It is especially suitable for small and medium-sized enterprises, stores, etc. for daily operations. In management, we manage cash flow accounts, accounts receivable and payable, and company accounting and other related financial activities. The Environmental Protection Era Enterprise Online Accounting Management System can also be said to be a fool-like running account management system. By recording daily cash expenditures and income detailed accounts, it provides business managers with detailed income and expenditure daily reports, monthly reports, and arrears details. and other important information. It’s you who manage your business
    2017-02-15 752 3577144
  • 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
  • Ming Tsai PHP Zero Basics (One Day Pass)
    Ming Tsai PHP Zero Basics (One Day Pass)
    Mingzai's PHP zero-based (one-day pass) tutorials are all about PHP basics, all with detailed comments, making it easy for new users to understand, and several basic examples, including detailed explanations of login, arrays, functions, and paging.
    2017-12-12 314 3096810
  • Learn PHP by yourself in 10 minutes
    Learn PHP by yourself in 10 minutes
    Learn PHP by yourself in 10 minutes. The first chapter is an introductory chapter, which mainly includes understanding PHP, setting up a PHP development environment, basics of PHP development, PHP flow control statements, functions, string operations, regular expressions, PHP arrays, PHP and Web Page interaction, date and time, etc.; Part 2 is an improved chapter, mainly including MySQL database design, PHP operation of MySQL database, Cookie and Session, graphics and image processing technology, file and directory processing technology, object-oriented, PDO database abstraction layer, Program debugging and error handling, A
    2017-12-09 502 3107800
  • 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
  • PHP+MySQL basic introductory course courseware
    PHP+MySQL basic introductory course courseware
    PHP+MySQL basic introductory course courseware
    2023-11-06 32 1049
  • Novice OllyDBG introductory tutorial chm version
    Novice OllyDBG introductory tutorial chm version
    The cracking software OllyDBG introductory tutorial e-book in chm format is very suitable for novices to learn. The content is detailed and has examples.
    2024-01-19 0 1030
  • Android service Service_detailed explanation WORD version
    Android service Service_detailed explanation WORD version
    This document mainly talks about the detailed explanation of the Android service Service_; Service is one of the four application components in the Android system (for details on other components, see Section 3.2). Services are mainly used for two purposes: background running and cross-process access. By starting a service, you can run specified tasks in the background without displaying the interface, so that it does not affect the user's ability to do other things. Communication between different processes can be achieved through the AIDL service, which is also one of the important uses of the service. I hope this document will help friends in need;
    2024-01-31 0 660
  • Android_Intent detailed explanation WORD version
    Android_Intent detailed explanation WORD version
    This document mainly talks about the detailed explanation of Android_Intent; Intent is an abstract description of the action to be performed. Generally speaking, it is used as a parameter. Intent assists in completing the communication between various components of Android. For example, call startActivity() to start an activity, or broadcastIntent() to pass it to all interested BroadcaseReceivers, or startService()/bindse
    2024-01-29 2 2470
  • Detailed explanation of Android WebView examples Chinese WORD version
    Detailed explanation of Android WebView examples Chinese WORD version
    This document mainly describes the detailed explanation of Android WebView examples; Android phones have a high-performance webkit kernel browser built into them, which is encapsulated in the SDK as a component called WebView. WebKit is a software framework included in Mac OS X v10.3 and above (v10.2.7 and above can also be obtained through software updates). At the same time, WebKit is also the basis for Mac OS X's Safari web browser. WebKit is an open source project mainly developed by KDE's K
    2024-02-28 0 1091
  • Perl basic tutorial chm
    Perl basic tutorial chm
    A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.
    2024-02-26 0 1716
  • 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!