current location:Home > 表单构建器 search
Found a total of 21313 related content
-
- Editor.md builds Markdown rich text editor
- Editor.md builds Markdown rich text editor
- 2020-01-03 48 1141
-
- jQuery tree structure menu selector code
- jQuery tree structure menu selector code
- 2017-09-13 124 2538
-
- vue.js creates item list form code
- vue.js creates item list form code
- 2017-12-05 48 1605
-
- bootstrap custom form builder
- bootstrap custom form builder
- 2020-01-10 75 1918
-
- Simple jQuery list selector
- Simple jQuery list selector
- 2019-12-24 36 770
-
- Laravel, Node and other multi-version responsive management background template-Xeria
- Xeria is a responsive admin & dashboard template built using Bootstrapv4.
- 2022-05-30 428 5048
-
- Green responsive backend system management template-Dashio
- Dashio is a fully responsive admin dashboard template built using the Bootstrap framework.
- 2022-02-16 117 2569
-
- Bracket responsive Bootstrap3 backend management template
- Bracket is a set of fully responsive layout backend management system templates. It is based on Bootstrap3 and jQuery plug-ins. It adapts to the screen resolution and is compatible with PCs and mobile devices such as mobile phones and tablets. It has a full set of templates, including registration pages, login pages, and dashboards. Tray, Mail, Table Layout, Form Validation, Form Wizard, Text Editor, Code Editor, UI Elements, Buttons, Icons, Typography, Alerts and Notifications, Labels, Sliders, Graphs and Charts, Panels and Widgets, Maps , calendar, media manager, schedule, blog list, blog single page, user directory, wheel
- 2017-08-11 343 3426795
-
- Automated data platform backend management template
- The background management template of the automated data platform has a simple page structure, including account creation, mobile phone recharge, credit card, security and other column menus.
- 2017-08-07 184 3435082
-
- 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
-
- "Practical Combat of High-Performance Linux Server Construction-Operation and Maintenance Monitoring, Performance Tuning and Cluster Application"
- "Practical Combat of High-Performance Linux Server Construction-Operation and Maintenance Monitoring, Performance Tuning and Cluster Application"
- 2018-03-02 380 2805620
-
- Learn PHP tutorial in ten days
- In the past, I learned ASP in ten days, learned ASP.NET in ten days, etc. Now I think about writing PHP, which is more comprehensive. I won’t go into the PHP debugging methods here. Many articles outside have introduced them, and there are many different combinations. For the time being, I am using Apache web server and MY SQL as the WEB server and database, and I am doing the program in the environment of php-4.3.3. Of course, PHPMYADMIN is indispensable for simple construction and access to view the database.
- 2017-12-08 371 3111639
-
- 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 3115589
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 36 1329
-
- 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
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- 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.
- 2023-08-31 0 386
-
- Android Camera system analysis Chinese WORD version
- This document mainly talks about the analysis of Android's Camera system; Android's Camera includes the functions of previewing and taking pictures. Although the current Android release version of the Camera program has relatively simple functions, its program architecture is divided into two parts, the client and the server. They are built on the structure of Android's inter-process communication Binder. The Camera module mainly includes libandroid_runtime.so, l
- 2024-02-29 0 922
-
- Perl basic tutorial chm
- A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.
- 2024-02-26 0 1716
-
- How to use Visual Studio 2010 WORD document doc format
- How to use Visual Studio 2010 1. Open the interface and click File---→New---→Project. The new project interface will pop up. Select Visual C++ on the left, select an empty project on the right, then enter the name and storage location below, and finally click OK. After that, the interface (Solution Explorer) will pop up, then select the header file, or source file, right-click---→Add---→New project, pop-up Add
- 2024-02-29 0 1299
-
- Flash Builder Operation Guide Chinese WORD version
- This document mainly talks about the Flash Builder operation guide; Flash Builder combines the resources (folders and files) that make up the application into a container, which we call a project. A project contains a set of properties that control how the application is built, where the built application resides, how debugging is handled, and the project's relationship to other projects in the workspace. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-17 0 990
-
- Ruby on Rails string processing Chinese WORD version
- This document focuses on Ruby on Rails string processing; there are many ways to create a string in Ruby. There are two ways to represent a string: surrounding the character with a pair of single quotes ('str') or surrounding the character with a pair of double quotes ("str"). The difference between these two forms lies in the processing of the surrounding string. Strings constructed with double quotes can handle more escape characters. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-02 0 1236
-
- Uniform Server
- Uniform Server is a free lightweight WAMP server solution for Windows. Built with a modular design approach, including the latest version of Apache, MySQL or MariaDB, PHP (supports version switching), phpMyAdmin or Adminer. No installation required! No need for registry junk! Just unzip and launch! -------Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
- 2023-08-15 5 2071
-
- Dompdf
- 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
- 2023-08-15 3 2025
-
- MinGW - Minimalist GNU for Windows
- This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
- 2023-08-10 13 3559
-
- 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
-
- 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