current location:Home > 组件间通信 search
Found a total of 21313 related content
-
- jQuery horizontal layout software version update information timeline code
- jQuery horizontal layout software version update information timeline code
- 2018-02-23 20 1030
-
- HTML5 3D indoor layout display special effects
- HTML5 3D interior layout display special effects is a tool used to display various artworks. Each room displays a set of pictures, and the rooms can be switched through the front and back navigation arrows.
- 2017-06-07 88 2551
-
- 2021 New Year's Day holiday countdown special effects
- This is a combination of cartoon balloons and time countdown drawn by js and css3 to celebrate the New Year and New Year's Day countdown calendar layout code.
- 2020-12-31 98 2121
-
- jQuery configuration gallery ui interface code
- The jQuery configuration gallery UI interface code is a configuration diagram that can be freely edited and designed. On the far left is the toolbox. You can drag the tools inside and place them on the middle canvas. Click to preview to display the current design effect. The properties on the far right are To edit components, select a component to edit.
- 2017-08-17 139 2404
-
- Bootstrap vertical accordion animation effects
- The Bootstrap vertical accordion animation special effect is based on the native Bootstrap Accordion component. It is beautified through CSS3, and the effect is beautiful and generous.
- 2017-03-24 50 1262
-
- WeChat Mini Program Custom Component
- WeChat Mini Program Custom Component
- 2018-06-13 184 2322016
-
- WeChat applet chart components
- WeChat applet chart components
- 2018-06-14 200 2315501
-
- Image preloading component for WeChat applet
- Image preloading component for WeChat applet
- 2018-06-14 107 2315747
-
- User information dynamic component responsive web page template
- User information dynamic component responsive web page template
- 2017-09-11 33 3361866
-
- OrgChart organizational structure plugin
- gt is a simple and practical organization chart jQuery plug-in. gt creates organizational charts using DOM elements, jQuery and CSS3 transition effects. Filling of data can be done using local data or through ajax calls.
- 2019-09-23 71 226815
-
- Information System Project Manager (Advanced Software Examination) One-stop pass course - related courseware
- Information System Project Manager (Advanced Software Examination) One-stop pass course - related courseware
- 2022-11-09 8 966
-
- SVN construction and usage instruction video (Boolean Education)
- "SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
- 2017-10-15 584 3283466
-
- Han Shunping's complete set of notes from entry to proficiency in PHP
- Han Shunping, graduated from Tsinghua University, is a well-known senior lecturer in software training in China. He has worked at Sina, Click Technology, and UFIDA. Host or participate in "Sina Mail System", "Orange SNS (Social Network) Website", "Click Technology Collaboration Software Group Server (Linux/Solaris Platform)", "National General Staff Voice Monitoring System", "English Learning Machine System" ", "UFIDA ERP (U8 Product) System" and other projects. Rich practical experience, patient and meticulous teaching, easy to understand, courageous to practice, diligent in innovation, teaching style close to life, teaching language vivid and interesting, many years
- 2017-12-12 600 3098433
-
- 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
- 2023-06-26 34 1340
-
- Commonly used cartoon style small icon design materials for websites
- Website Icon Web Page Material Cartoon Style Character Pentagram Heart Shape Folder Light Bulb Information Settings
- 2017-01-20 57 1883
-
- Nine lemon vector materials (EPS) with different movements and expressions
- This image shows a collection of animated lemon cartoons, each displaying different emotions and actions. From joyful smiles and confident waves to melancholic tears and angry expressions, these lemon images bring us a variety of emotional expressions. Their bodies are painted with simple black arms and legs, and they also wear white shoes, which adds to the fun. Each lemon remains consistent in shape and color, but gives us their unique personality through different facial expressions and body language. These lemon characters are cute and vibrant, perfect for use as illustrations or design elements. The material format is EPS
- 2023-10-30 11 2637
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 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
-
- Introduction to COM components Chinese WORD version
- This document mainly talks about an introduction to COM components; COM not only proposes specifications for interaction between components, but also provides an environment for realizing interaction. Because the specifications for interaction between component objects do not depend on any specific language, COM can also It is a standard for collaborative development of different languages. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-02 0 1124
-
- 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
-
- 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
-
- Android AsyncChannel source code analysis WORD version
- This document mainly talks about the analysis of Android AsyncChannel source code; the AsyncChannel class is used to handle asynchronous message passing between two Handlers. The Handler for message passing can be from the same process or in different processes. Handler message passing between different processes Implemented using Android's Binder communication mechanism. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 569
-
- Nextcloud Server
- Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
- 2023-08-18 2 1541
-
- Invoice Ninja
- Invoice Ninja is a free and open source invoicing, expense and time tracking app built with Laravel and Flutter. It offers tons of great features, including custom branded invoice design, recurring invoicing and automatic billing of clients, real-time quote creation and custom proposals, expense reporting, and more! Invoice Ninja is also able to process online payments from more than 40 payment gateways, including Stripe, PayPal and WePay. It also accepts payments using credit card, ACH, Bitcoin, and more. ByInvoice
- 2023-08-15 4 1569
-
- 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 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! 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
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11352 90802
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749
-
- PHP library for processing text
- PHP library for processing text
- 2018-01-23 306 9825