current location:Home > 情节地等。 search
Found a total of 21321 related content
-
- jQuery+CSS3 Valentine's Day love special effects
- jQuery+CSS3 Valentine's Day Love Special Effect is a Valentine's Day hanging swinging heart animation special effect.
- 2017-03-27 826 15352
-
- Multi-node membership level progress bar
- jQuery multi-node light up membership level progress bar special effect
- 2019-10-08 81 1098
-
- css3 Chinese Valentine's Day elf expresses love animation special effects
- css3 animation, css3 drawing, css3 animation, Valentine's Day, Chinese Valentine's Day, expressions
- 2021-08-13 182 3837
-
- Valentine's Day particle heart animation special effects
- A Valentine's Day particle heart animation special effect
- 2023-02-01 98 1072
-
- Happy Chinese Valentine's Day web animation
- A happy Chinese Valentine's Day web animation
- 2022-08-03 115 1230
-
- Black and purple passionate rhythm cool music website template
- Black and purple passionate rhythm cool music website template
- 2018-02-09 153 2870788
-
- Simple mobile WeChat mall ordering page template
- Simple mobile WeChat shopping mall ordering page template, a complete set of templates, including multiple mobile template pages such as homepage, new shipping address, managed shipping address, product details, orders, etc.
- 2017-02-17 569 3574453
-
- Ink style health and wellness website template
- Ink style health and wellness website template, a complete set of templates, including homepage, news list, news details, product classification, product details and other website template pages.
- 2017-08-09 152 3429410
-
- Red mall shopping cart order page HTML template
- The red mall shopping cart order page HTML template imitates the Taobao Mall product order details page, with order items such as shipping address, payment method, delivery method, delivery time, invoice information, order confirmation information, member message, etc.
- 2017-09-02 481 3384594
-
- Orange children's clothing mall mobile WAP website template
- The orange children's clothing mall mobile WAP website template has a simple interface and a full set of templates, including home page, exciting topics, exciting topic details, product list, product details and other mobile WAP website template pages.
- 2017-02-17 341 3573171
-
- vue+tp separates and develops real-time epidemic dynamic map (Practical live broadcast for public welfare)
- vue+tp separates and develops real-time epidemic dynamic map (Practical live broadcast for public welfare)
- 2021-01-21 303 2017
-
- Chinese annotated version of the php configuration file php.ini (09.4)
- Under WINDOWS, the path during compilation is the WINDOWS installation directory. ; In command line mode, the search path of PHP.INI can be replaced with the -C parameter. ; The syntax of this file is very simple. Whitespace characters and lines starting with a semicolon ´;´ are simply ignored (as you might ; Same as you guessed). Chapter titles (eg: [FOO]) are also simply ignored, even though in the future they may ; has some meaning. ; ;
- 2017-12-08 335 3111539
-
- 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
-
- Linux+PHP+MySQL case tutorial
- This book aims to cultivate senior website construction and management talents. The content is step-by-step, from the shallower to the deeper, and comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment through a large number of example systems. This book analyzes nearly 30 typical cases in detail. Including counters, website traffic statistics, message boards, forum systems, chat rooms, voting and surveys, user management, news release systems, advertising carousels, shopping systems, etc., striving to allow readers to easily master PHP and MySQL through case study Learn the essence of programming and quickly master network backend development skills. This book is suitable for
- 2017-12-09 353 3108196
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- Love flowers and envelopes and other designs Valentine's Day background + wallpaper vector material (AI+EPS)
- This is a Valentine's Day background/wallpaper vector material designed with hearts, flowers, envelopes, etc., available in AI and EPS formats, including JPG preview.
- 2023-08-14 113 446
-
- 520 Valentine's Day PSD material
- 520 Valentine's Day PSD material free download, 520, Valentine's Day
- 2017-05-16 113 1295
-
- 520 Happy Valentine's Day poster psd material
- 520 Happy Valentine's Day poster psd material free download 520 Valentine's Day picture Valentine's Day Valentine's Day activities psd source file
- 2017-05-12 119 1269
-
- Grassland lake mountain and other design spring scenery vector material (EPS)
- This is a spring scenery vector material designed with grass, trees, lakes and mountains, etc., in EPS format, including JPG preview.
- 2023-08-08 79 382
-
- Grassland lake hills and other design spring scenery vector material (EPS)
- This is a spring scenery vector material designed with grass, trees, lakes and hills, etc., in EPS format, including JPG preview.
- 2023-08-08 72 397
-
- Delphi Component Writer's Guide word Chinese version
- Delphi Component Writer's Guide Notes on the translation of the "Component Writer's Guide" 1. The pink part in the translation is where the translator thinks there are errors in the original text. I have corrected it and just marked it in pink; 2. For relevant information I did not establish a correlation with the page numbers of each chapter in "Reference" because it was troublesome, so I just used the page number value in the original book and marked it with blue, which can be deleted directly; 3. Since the original book is only divided into chapters, There are no sections. Inconvenient to read. So, I added the chapter number to make it clearer
- 2024-01-19 62 1327
-
- Asset server server construction for Unity3D game development Chinese WORD version
- This document mainly talks about the construction of Asset server server for Unity3D game development; Asset Server is currently the resource version management tool that comes with Unity. It is similar to the SVN and perForce we are usually familiar with. However, for the current Unity, Asset Server is more powerful than Unity. Version control software such as SVN and perForce are easier to use, because the Unity3.x version does not support software such as SVN very well. When multiple people work together, data loss and other situations often occur. because
- 2024-02-27 65 1066
-
- Intermediate Perl e-book chm version
- From a Perl enthusiast to a Perl programmer. "Intermediate Perl" will teach you how to use Perl as a programming language, not just a scripting language. Perl is a flexible and powerful programming language that can be used in many aspects, from system management to network programming to database operations. People often say that Perl makes easy things easy and hard things doable. Intermediate Perl is all about taking the leap from simple to difficult tasks
- 2024-02-01 1 1071
-
- 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 804
-
- Git Reference Manual Chinese CHM version
- Git is a free, open source distributed version control system for agile and efficient handling of any project, small or large. Git's work requires code that calls curl, zlib, openssl, expat, libiconv and other libraries. Git currently supports Linux/Unix, Solaris, Mac and Windows platforms. This article brings you the Git reference manual, you can download it if you need it!
- 2024-01-30 20 1429
-
- Laravel
- Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- 2024-10-17 0 547
-
- 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
-
- WampServer
- WampServer is a web development platform on Windows that allows you to create dynamic web applications using Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to develop web applications intuitively. You can even tweak the server without touching the settings file. Best of all, WampServer is available in free versions (under the GPML license), both in 32-bit and 64-bit versions. WampServer is not compatible with Windows X
- 2023-08-18 215 3355
-
- Redo Rescue: Backup and Recovery
- Redo Rescue Backup and Restore can back up and restore your entire system in minutes, using a point-and-click interface that anyone can use. Bare metal recovery to a new, blank drive, up and running in minutes. Supports saving and restoring to local disk or shared network drive. Selectively recover and remap partitions to different locations on the target drive. Comes with other tools for partition editing, web browsing, etc. Runs from live CD/USB, no installation required. Website: http://redorescue.com
- 2023-08-18 207 1373
-
- Unifiedtransform
- Unifiedtransform is an open source school management software that can comprehensively and efficiently manage school operations. This software was built as the developers saw a lack of efficient, high-quality, free and open source school management software. It has developed into a high-standard school management platform with a wide range of practical functions. These functions include: platform roles (students, administrators, teachers, accountants, etc.), payment platform integration, attendance, syllabus, registration, score entry, etc. Users can create classes, divisions, exams, add courses and departments, enter grades, and finally issue certificates or certificates to students.
- 2023-08-18 155 2052
-
- PHP class to obtain the client's IP, geographical information, browser information, etc.
- PHP class to obtain the client's IP, geographical information, browser information, etc.
- 2017-07-08 533 3608
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589
-
- Small PHP library for optimizing images
- Small PHP library for optimizing images
- 2018-01-26 749 19265