current location:Home > 第三方类库 search
Found a total of 21321 related content
-
- Pop-up dialog plug-in MiniDialog
- A Javript dialog component that is rich in functions, simple to use, flexible and lightweight, without any third-party dependencies.
- 2019-09-11 132 1371
-
- Native js implements festive background with cool snowflake falling animation special effects code
- Native js implements the New Year countdown festive background with cool snowflake falling animation special effects code download. Based on native JavaScript+CSS, it does not rely on any third-party jQuery library and is compatible with mobile phones. The New Year countdown is automatically obtained and can be recycled. It is a very simple and practical New Year countdown js special effects code.
- 2018-12-29 273 3437
-
- QQ customer service code with WeChat QR code
- QQ customer service code with WeChat QR code is a tool that can freely switch between displaying QQ customer service information or WeChat QR code. It will automatically display when you move the mouse over it and automatically hide when you move it. The code special effects are based on jQuery and do not use third-party plug-ins. Such special effects are required. Can be downloaded and used.
- 2023-05-10 111 1094
-
- CSS3 3D Rubik's Cube rotation picture switching view special effects
- CSS3 3D Rubik's Cube rotating picture switching viewing effect is a mouse-selected image, which can automatically realize the 360-degree stunning 3D rotating cube animation special effects.
- 2024-02-26 119 792
-
- CSS3 login form special effects with floating placeholders
- CSS3 login form effect with floating placeholders is a login form page with floating placeholders and indicator button effects.
- 2024-02-26 109 680
-
- Download a full set of third-party WeChat development corporate website templates
- Download a complete set of third-party WeChat development company website templates. Some pages do not mention online demonstrations. If you want the full version, please download it!
- 2017-01-17 159 3581714
-
- Third-party WeChat development service platform responsive corporate website template download
- Download the third-party WeChat development service platform responsive corporate website template, and download the complete set of atmospheric responsive corporate official website templates.
- 2017-01-17 148 3582148
-
- Black registration login form HTML template
- Black registration and login form HTML template, DIV+CSS layout, has two forms, registration and login, combined into one, supports third-party, QQ, WeChat, Weibo login.
- 2017-09-05 489 3376679
-
- bingsns WeChat distribution system source code (multi-user version) V2.0
- The BingSNS WeChat distribution version program allows micro-business users to open a store on the mobile terminal. The opened supply and marketing store can also open another distribution store. Each distribution store is independent. The operation mode is similar to Tmall supply and marketing and can be connected to WeChat. Public accounts, Yixin, Weibo and other third-party open platforms
- 2017-02-18 845 3578212
-
- dede imitation of the most popular site template source code
- Contains plug-ins, one-click deletion of products, automatic collection of Taobao products, publishing articles for SEO, and many others. I won’t introduce them one by one. Dede is an imitation. The program structure is clear. You can get started in 1 minute. It is very powerful! Collect products by yourself, automatically collect articles, and set a random number of likes! Third-party login template, you can log in to Weibo, QQ, and Taobao! Installation method, install DEDE, restore the database after logging in.
- 2017-02-20 344 3572775
-
- PHP Classic Examples (Second Edition)
- PHP Classic by Example (2nd Edition) can save you valuable web development time. With these solutions to real problems at hand, most programming challenges will be solved. "PHP Classic Examples (2nd Edition)" combines the features of PHP with the unique format of the Classic Examples series, which is enough to help you successfully build cross-browser Web applications. In this revised edition, you can find solutions to various programming problems more easily. The content in "PHP Classic Examples (2nd Edition)" covers: form processing; Session management; database interaction; using We
- 2017-12-07 324 3115742
-
- PHP5 Learning Object Tutorial
- The PHP5 Learning Object Tutorial is a technical book on PHP5 applications published by the Electronic Industry Press on December 1, 2007, edited by Americans Gumanz, Bacon, and Ruisance, and translated by Jian Zhanggui. This book comprehensively introduces the new functions, programming methods and design patterns in PHP 5. It also analyzes and explains the new database connection processing, error handling and XML processing mechanisms in PHP 5, helping readers to systematically understand, master and efficiently apply PHP. .
- 2017-12-09 271 3107783
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- ThinkPHP configuration development and CMS backend practical courseware
- ThinkPHP configuration development and CMS backend practical courseware
- 2023-08-15 32 1562
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1692
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 172 2288
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2199
-
- Android GUI system development instructions pdf version
- Relevant development knowledge of Android GUI system. Part 1 Android GUI system overview Part 2 pixelflinger and libui library Part 3 Surface system Part 5 Skia system Part 6 OpenGL system architecture
- 2024-02-02 44 1103
-
- Usage examples of Android database SQLite Chinese WORD version
- Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
- 2024-02-29 40 1207
-
- How Android uses WebService interface Chinese WORD version
- This document mainly describes how Android uses the WebService interface; WebService is a remote calling standard based on the SOAP protocol. Different operating system platforms, different languages, and different technologies can be integrated through WebService. The OPhone SDK does not provide a library for calling WebService. Therefore, you need to use a third-party class library (KSOAP2) to call WebService. This article will introduce the specific details of calling WebService in OPhone, and
- 2024-01-28 1 2663
-
- Delphi memory management guidance content PDF version
- The instructive content on Delphi memory management has been excerpted into an e-book in PDF format. This book is an excerpt of the memory management chapter from a Delphi book. It does not involve other aspects of content and is relatively targeted. The content involves traversing memory blocks, shared memory managers, third-party memory managers, Delphi memory management implementation framework, implementation of user call routines, etc.
- 2024-01-19 32 1486
-
- Use Nexus to build a Maven private server Chinese WORD version
- This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a look
- 2024-02-28 51 1314
-
- 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 262 6544
-
- 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 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 is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 730
-
- 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
-
- PHP version of WeChat third party implements one-click login class
- PHP version of WeChat third party implements one-click login class
- 2017-03-20 1130 10721
-
- PHP classes for three ways to send POST requests
- PHP classes for three ways to send POST requests
- 2017-06-05 287 2073
-
- PHP exports database to excel method class
- PHP exports database to excel method class
- 2017-06-14 439 2076