search
Found a total of 18770 related content
Bootstrap extract modal
Bootstrap extract modal
jQuery effects
1003

All modal parameters can be used

BootStrap Modal and Tab plug-in packaging
BootStrap Modal and Tab plug-in packaging
jQuery effects
1117

The JQ encapsulation of BootStrap Modal and Tab can be encapsulated into controls for easy use without having to write a bunch of divs and css.

Tag input extracted in faltui
Tag input extracted in faltui
jQuery effects
1357

Tag input extracted in faltui

bootstrap modal dialog function
bootstrap modal dialog function
jQuery effects
1218

Extends the native Bootstrap dialog box and provides some additional functionality. It introduces a ModalManager class that can handle multiple modal dialog boxes behind the screen by listening to their events.

Get the date effect one year in advance
Get the date effect one year in advance
time date
798

Get the date effect one year in advance

bootstrapUI skin effect
bootstrapUI skin effect
Bootstrap template
214624

Use bootstrap framework to create buttons, prompt effects, various colors, etc.

Network traffic analysis tool (Cacti)
Network traffic analysis tool (Cacti)
Other templates
3700

A network traffic monitoring graphical analysis tool developed based on PHP, MySQL, SNMP and RRDTool. It obtains data through snmpget and uses RRDtool to draw graphics. It provides very powerful data and user management functions.

Bootstrap home lighting equipment e-commerce template
Bootstrap home lighting equipment e-commerce template
Front-end template
430

Bootstrap home lighting equipment e-commerce template is a Bootstrap website template download that provides online sales services for home lighting equipment. Tip: This template calls the Google font library, and the page may open slowly.

bootstrap responsive single page website template
bootstrap responsive single page website template
Bootstrap template
234679

jQuery Bootstrap responsive full-screen background image carousel single-page website template, providing 10 styles, the demo only shows 1 style, please check the download file

Creative studio bootstrap template
Creative studio bootstrap template
Front-end template
3112001

Bootstrap, from Twitter, is a very popular front-end framework. Bootstrap is based on HTML, CSS, and JavaScript. It is simple and flexible, making web development faster. [1] It was developed by Twitter designers Mark Otto and Jacob Thornton and is a CSS/HTML framework. Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less. Boots

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.

Dompdf
Dompdf
Programmer's Aid Tools
2025

dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class

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.

Usage examples of Android database SQLite Chinese WORD version
Usage examples of Android database SQLite Chinese WORD version
Mobile terminal
930

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

Getting Started with Lucene Search Chinese WORD Version
Getting Started with Lucene Search Chinese WORD Version
Other manuals
1232

This document mainly talks about getting started with Lucene search; searching means using a given keyword (key) to find the key in the content library (contents). The general principle of Lucene's search is to extract predetermined keywords (preKey) from contents to make an index database (indexTable). I hope this document will help friends in need; interested friends can come and take a look.

Android cooperates with WebService to access remote database Chinese WORD version
Android cooperates with WebService to access remote database Chinese WORD version
Mobile terminal
903

Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A

Python website development guide WORD version
Python website development guide WORD version
Server side development
979

This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need

mod_python 3.2.8 Chinese manual doc version
mod_python 3.2.8 Chinese manual doc version
Server side development
923

mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (

extractor PHP library for extracting colors
Other libraries
3186

extractor PHP library for extracting colors

Library to extract colors from images
Picture library
4327

Library to extract colors from images

PHP library to extract GIF animation frame information
Other libraries
10915

PHP library to extract GIF animation frame information

PHP library to extract GIF animation frame information
Picture library
4593

A library to extract GIF animation frame information

php cache file class extracted from CI
caching library
1806

php cache file class extracted from CI