current location:Home > 代码格式化工具 search
Found a total of 21313 related content
-
- jQuery number formatting delimiter code
- jQuery number formatting delimiter code
- 2018-02-03 40 1375
-
- jQuery+CSS3 flexible toolbar telescopic menu code
- jQuery+CSS3 flexible toolbar telescopic menu code
- 2018-02-07 41 1167
-
- js income and consumption record calculation gadget code
- A js income and consumption record calculation gadget code
- 2023-04-17 8 341
-
- js+html5 svg creates point path generator tool code
- A js+html5 svg creation point path generator tool code
- 2023-02-16 12 439
-
- jQ Tooltip bubble tip toolbar code
- jQ Tooltip bubble prompt toolbar code is a practical prompt box plug-in download.
- 2017-08-22 90 1543
-
- Multi-purpose app software business introduction official website template
- An introduction to an app application software in blue gradient style, the official website HTML template of an IT software technology company. It is suitable for all creative technology company websites. Such as Saas login, software login, creative agency, corporate business, creative studio, search engine optimization business and modern business website. All HTML files are 100% responsive & W3C HTML validated. The code is commented in a well-formatted and documented file structure.
- 2021-04-23 303 5585
-
- Yii 2.0.30
- Yii 2.0.30, a high-performance PHP5 web application development framework, can quickly create a web application code framework through a simple command line tool yiic. Developers can use the generated code framework based on
- 2019-12-18 111 4556
-
- Imitation 12306 website
- My contacts, SharedPreferences, Fragment use [Editor's note: If garbled characters appear, please convert the project to GBK format]
- 2017-03-22 382 3566955
-
- Metro style dashboard backend management template
- Metro style dashboard background management template, Win8 flat design style, Bootstrap responsiveness, a complete set of background templates. This set of background templates has a background login interface, including dashboards, messages, tasks, UI features, widgets, drop-down menus, and forms. , charts, letterpress printing, gallery, calendar, file management, icons, and other background system function operation menus.
- 2017-08-07 193 3434991
-
- Simple jQuery bootstrap responsive website template
- The jQuery bootstrap responsive website template has a simple style and a wide range of applications. It is equipped with Google Maps, sliding carousels, and smooth scrolling animations. Built using the latest web development tools like HTML5, CSS3 and jQuery.
- 2019-09-23 132 227117
-
- Silicon Valley automated build tool Maven video source code courseware
- Silicon Valley automated build tool Maven video source code courseware
- 2017-08-22 467 3406125
-
- "PHP Design Pattern Guide" Chinese version
- "PHP Design Patterns" first introduces design patterns, describes the use and importance of design patterns, and explains in detail the occasions when design patterns are applied. Next, the book introduces many design patterns through code examples. Finally, this book explains through comprehensive and in-depth case studies how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the book to modify and refactor existing code blocks. The author uses a professional, user-friendly format to introduce relevant concepts, both for self-taught programmers and those with more formal training.
- 2017-12-07 316 3116017
-
- Several signs that you are still a PHP newbie
- I would like to include this article in my "Programming Mistakes" series. Although I have been exposed to software engineering, enterprise software architecture and database design in regular university courses, I still feel the "guilt" of the following facts from time to time. Of course, these are all my subjective feelings and are oriented to Eclipse: You are new to PHP, if you: 1. Not using tools like phpDoc to properly comment your code 2. Turn a blind eye to excellent integrated development environments such as Zend Studio or Eclipse PDT 3
- 2017-12-08 322 3111282
-
- Zend_API Deep_PHP_Core
- "Extending PHP" is easier said than done. PHP has evolved into an increasingly mature tool with source code packages tens of megabytes in size. To hack such a complex system, you have to learn and think. When constructing this chapter, we ultimately chose a “learning by doing” approach. This is not the most scientific or professional way, but it is the most fun and gives the best end result. In the following sections, you will quickly learn how to get the most basic extensions and have them run immediately. Then you'll learn about Zend's advanced API features, which you won't have to
- 2017-12-08 287 3111234
-
- PHPCMS V9
- PHPCMS V9 (hereinafter referred to as V9) is developed using PHP5+MYSQL as the technical basis. V9 adopts OOP (Object-Oriented Programming) + MVC design pattern to build the basic operating framework. Modular development method is used as a functional development method. The framework is easy to expand functions, maintain code, and has excellent secondary development capabilities, which can meet the application needs of all websites. An excellent team with 5 years of development experience, while mastering rich WEB development experience and CMS product development experience, has the courage to innovate and pursue perfect design concepts, providing assistance to as many as 100,000 websites around the world, and
- 2017-12-12 273 3097832
-
- Multicolor tool icon download
- The multi-color tool icon download provides 21 multi-color tool icons in PNG format with a size of 128x128 pixels for free download.
- 2017-05-31 65 1052
-
- Color transportation icons
- Color vehicle icon download provides 20 color vehicle icons in PNG format with a size of 128x128 pixels for free download.
- 2017-05-21 41 1028
-
- Hands holding different tools design Labor Day vector material (EPS)
- This is a Labor Day vector material designed with hands holding different tools, in EPS format, including JPG preview.
- 2023-09-19 0 344
-
- Hands holding different tools design Labor Day vector material (AI+EPS)
- This is a Labor Day vector material designed with hands holding different tools. It is available in AI and EPS formats, including JPG preview.
- 2023-09-19 0 473
-
- Wooden box filled with tools design Labor Day vector material (AI+EPS)
- This is a Labor Day vector material designed with a wooden box filled with tools. It is available in AI and EPS formats, including JPG preview.
- 2023-09-12 0 518
-
- JSON Getting Started Guide Chinese WORD version
- 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.
- 2024-01-27 0 1127
-
- Delphi7 basic grammar tutorial Chinese WORD version
- Delphi is a Windows rapid application development tool (RAD Rapid Application Development) based on the client/server system launched by the American Borland Company. It is an object-oriented visual programming tool based on the visibility of Delphi and combined with the Object Pascal language. With programming skills, you can develop powerful Windows applications and database applications. Delphi is the first visual development environment, optimized source code compiler and
- 2024-01-18 1 1059
-
- Android resources and internationalization settings Chinese WORD version
- This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-29 0 982
-
- Simple usage of JSON Chinese WORD version
- This document mainly talks about the simple usage of JSON; JSON (JavaScript Object Notation) is a simple data format that is more lightweight than xml. JSON is a native JavaScript format, which means that processing JSON data in JavaScript does not require any special API or toolkit. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-01 0 953
-
- QML introductory tutorial Chinese WORD version
- This document mainly talks about the introductory tutorial of QML; QML is a descriptive scripting language, and the file format ends with .qml. The syntax format is very similar to CSS (refer to the specific examples below), but it also supports programming control in JavaScript form. It combines the advantages of QtDesigner UI and QtScript. QtDesigner can design .ui interface files, but does not support interaction with Qt's native C++ code. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-31 0 695
-
- TestLink
- TestLink is a web-based test management tool. The application provides test specifications, test planning and execution, reporting, requirements specifications, and collaboration with well-known defect tracking tools. Code base: https://github.com/TestLinkOpenSourceTRMS
- 2023-08-15 2 2153
-
- iTop - IT Service Management & CMDB
- iTop stands for IT Operations Portal. It is a complete open source and web-based IT service management platform that includes a fully customizable configuration management database (CMDB), a help desk system and a document management tool. It complies with ITIL standards and can be easily customized and extended to integrate with your IT thanks to a large number of add-ons and web services. iTop also provides batch import tools to help you be more efficient. The project source code has been migrated to https://github.com/Combodo/iTop
- 2023-08-15 1 1646
-
- TeemIp - IPAM and DDI solution
- TeemIp is a free, open source, WEB-based IP address management (IPAM) tool that provides comprehensive IP management functions. It allows you to manage IPv4, IPv6 and DNS spaces: track user requests, discover and assign IPs, manage your IP plans, subnet spaces, zones and DNS records in compliance with best DDI practices. Meanwhile, TeemIp's Configuration Management Database (CMDB) allows you to manage your IT inventory and associate your configuration items (CIs) with the IPs they use. The project source code is located at https://github.
- 2023-08-18 11 2074
-
- Microweber
- Microweber is an open source drag-and-drop website building tool and powerful next-generation content management system with built-in e-commerce capabilities. Whether your website is an online store, business website or personal blog, you can easily build it with Microweber. Thanks to its excellent drag-and-drop technology, Microweber makes it easier for you to build your website and see the changes you make to it in real time, even without technical knowledge. Its revolutionary real-time text writing and editing capabilities and drag-and-drop functionality mean the user experience is significantly improved, allowing users to edit text in less time
- 2023-08-15 13 1569
-
- 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
-
- Factory design pattern PHP implementation code class
- Factory design pattern PHP implementation code class
- 2017-04-13 112 1231
-
- 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