search
Found a total of 18770 related content
Mobile Happy Scratch HTML5 plug-in
Mobile Happy Scratch HTML5 plug-in
html5 special effects
343

The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.

HTML5 paper folded into gift box animation special effects
HTML5 paper folded into gift box animation special effects
html5 special effects
327

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.

Pure CSS3 retro film player special effects
Pure CSS3 retro film player special effects
Player special effects
478

Pure CSS3 retro film player special effects is a simple film music player and film recording player special effects.

HTML5 video player window floating code
HTML5 video player window floating code
Player special effects
571

The HTML5 video player window floating code is a black and beautiful MP4 video player code.

Lightweight html5 WinBox page pop-up plug-in
Lightweight html5 WinBox page pop-up plug-in
html5 special effects
334

The lightweight html5 WinBox page pop-up plug-in is very convenient and easy to operate. It supports functions such as maximizing, minimizing, full screen, closing, moving, and opening multiple windows.

Travel hotel booking car rental service website template
Travel hotel booking car rental service website template
Front-end template
673

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.

Internet data SEO service website template
Internet data SEO service website template
Front-end template
778

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.

Beauty and skin care SPA industry website template
Beauty and skin care SPA industry website template
Front-end template
548

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.

Responsive HTML5 Explore World Travel Website Template
Responsive HTML5 Explore World Travel Website Template
Front-end template
557

The responsive HTML5 Explore the World Travel website template is a downloadable website template suitable for travel industry promotion. Tip: This template calls the Google font library, and the page may open slowly.

HTML5 environmental protection and animal protection website template
HTML5 environmental protection and animal protection website template
Front-end template
625

HTML5 environmental protection and animal protection website template is a website template suitable for environmental and animal protection promotion website template download. Tip: This template calls the Google font library, and the page may open slowly.

Clown popping out of the box design April Fools' Day vector material (AI+EPS)
Clown popping out of the box design April Fools' Day vector material (AI+EPS)
Vector material
378

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.

Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
Vector material
348

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.

Colorful beautiful floral design spring background vector material (AI+EPS)
Colorful beautiful floral design spring background vector material (AI+EPS)
Vector material
368

This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.

14 different types of dinosaur vector materials (EPS+PNG)
14 different types of dinosaur vector materials (EPS+PNG)
PNG material
508

This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.

Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
Vector material
386

This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.

WIKINDX
WIKINDX
Programmer's Aid Tools
4395

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

CiviCRM
CiviCRM
Programmer's Aid Tools
4482

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

Joomla
Joomla
Programmer's Aid Tools
3945

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.

phpList
phpList
Programmer's Aid Tools
4111

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.

SecLists
SecLists
php development editor
5741

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.

Using JSON for network data exchange and transmission Chinese WORD version
Using JSON for network data exchange and transmission Chinese WORD version
Other manuals
902

This document mainly talks about using JSON for network data exchange and transmission; JSON (JavaScript ObjectNotation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. Interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. Like XML, JSON is a plain text-based data format. Since JSON is born

JSON Getting Started Guide Chinese WORD version
JSON Getting Started Guide Chinese WORD version
Other manuals
1127

JSON stands for JavaScript Object Natation. It is a lightweight data exchange format that is very suitable for the interaction between the server and JavaScript. This article will quickly explain the JSON format and demonstrate through code examples how to process JSON format data on the client and server respectively.

Android data format parsing object JSON usage WORD version
Android data format parsing object JSON usage WORD version
Mobile terminal
1080

This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.

Android uses JSON for network data exchange WORD version
Android uses JSON for network data exchange WORD version
Mobile terminal
980

This document mainly talks about Android's use of JSON for network data exchange; JSON (JavaScript Object Notation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. terminal interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. I hope this document will help friends in need; interested friends can come and take a look.

[Top] Detailed summary of JSON in Android Chinese WORD version
[Top] Detailed summary of JSON in Android Chinese WORD version
Mobile terminal
926

JSON (JavaScript Object Notation) Definition: A lightweight data exchange format that is highly readable and easy to write quickly. The mainstream technology in the industry provides a complete solution (somewhat similar to regular expressions, supported by most languages ​​today), so that data can be exchanged between different platforms. JSON adopts a highly compatible text format and also has behavior similar to the C language system. Friends in need can download and take a look

PHP data format and XML conversion class
Other libraries
1681

PHP data format and XML conversion class

PHP implements XML and data format conversion class
Other libraries
1097

PHP implements XML and data format conversion class

A collection of 50 excellent classic PHP algorithms
Other libraries
24412

Classic PHP algorithm, learn excellent ideas and expand your thinking

PHPExcel-1.8 class library (worth collecting!)
File processing library
90802

PHPExcel PHP class library for operating Office Excel documents

Encryption PHP library for generating unique strings from integers
Other libraries
9388

Encryption PHP library for generating unique strings from integers