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 currency money formatting number plugin
- 2019-11-13 25 1400
-
- Beautiful CSS3 radio check button beautification style
- Several beautiful CSS3 radio select check button beautification styles, and simple form radio button and check box beautification codes.
- 2017-12-12 57 1649
-
- bootstrap multi-level navigation menu code
- The bootstrap multi-level navigation menu code is based on bootsnav and has some beautification processing on the menu style.
- 2017-08-16 161 1778
-
- jQuery creates web table data optimization plug-in
- jQuery makes a web table data display optimization plug-in, with fixed table headers and table scroll bar styles. This design makes the form clearer.
- 2024-02-28 0 352
-
- Flat and simple Air lightweight html5 responsive template
- Flat minimalist concise lightweight ft5 responsive yellow pink mobile bootstrap air product display entire site enterprise business photography niche small fresh literature and art
- 2017-08-13 42 3420997
-
- Flat style html5 responsive layout e-commerce website template
- Flat style html5 responsive layout e-commerce website template
- 2017-01-22 56 3581235
-
- SB Admin background management interface template
- SB Admin backend management interface template, flat design, a full set of templates, including dashboards, rankings, tables, forms, Bootstrap elements, Bootstrap grids, blank pages and other backend template pages.
- 2017-08-11 139 3425972
-
- Blue atmosphere education and training company corporate discuz template
- 1. The color of the webpage is blue; 2. The beginning and end of the web page correspond to each other, and the structure is clear and clear; 3. The template is suitable for all corporate sites and has provided a variety of channel style choices (products, information, company profiles, etc.); 4. Style optimization page: Style includes all styles of demonstration images; 5. The style has been tested by all major mainstream browsers. It is fully compatible and can be used with confidence; 6. The template needs to be set to the default narrow screen in the background.
- 2017-01-17 581 3587285
-
- ThinkPHP v6.0 framework source code
- Mainly taking into account the major changes in the new architecture and the inability to support seamless upgrades, the official announced that the version number of ThinkPHP5.2RC version has been changed from the original 5.2 to 6.0 (this plan has been discussed among core members many times before mentioned), but the PHP version requirements have not changed for the time being (still 7.1+).
- 2019-04-08 3828 1176866
-
- Formatted display of data table information courseware download
- Formatted display of data table information
- 2019-03-08 224 1297203
-
- 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
-
- Han Shunping's complete set of notes from entry to proficiency in PHP
- Han Shunping, graduated from Tsinghua University, is a well-known senior lecturer in software training in China. He has worked at Sina, Click Technology, and UFIDA. Host or participate in "Sina Mail System", "Orange SNS (Social Network) Website", "Click Technology Collaboration Software Group Server (Linux/Solaris Platform)", "National General Staff Voice Monitoring System", "English Learning Machine System" ", "UFIDA ERP (U8 Product) System" and other projects. Rich practical experience, patient and meticulous teaching, easy to understand, courageous to practice, diligent in innovation, teaching style close to life, teaching language vivid and interesting, many years
- 2017-12-12 600 3098433
-
- 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
-
- Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses
- This is a vector material of superhero silhouettes wearing different colored capes and posing in different poses. It is available in EPS and PNG formats, including JPG preview.
- 2024-02-27 6 1248
-
- Flat spring landscape vector material
- Flat spring landscape vector download trees bench sun clouds flowers landscape spring flat vector ai format
- 2017-03-13 43 1033
-
- Flat city illustration vector material
- ai format flat vehicle city bicycle road building ferris wheel cyan hot air balloon flat city illustration vector material download
- 2017-04-18 47 853
-
- Evolving robot schematic vector material (EPS)
- This is an evolving robot schematic vector material, in EPS format, including JPG preview.
- 2023-09-20 2 846
-
- Airplane business trip vector material
- eps format, flat, Spring Festival, airplane, scenery, New Year, home, traffic, cartoon, blue sky, airplane business trip vector material, mountains, trees, scenery, sun, clouds, cyan, sky blue
- 2017-03-17 29 945
-
- 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
-
- Using JSON for network data exchange and transmission Chinese WORD version
- 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
- 2024-02-29 0 902
-
- 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
-
- Android data format parsing object JSON usage WORD version
- 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.
- 2024-01-30 0 1080
-
- Android uses JSON for network data exchange WORD version
- 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.
- 2024-01-31 0 980
-
- 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
-
- Joomla
- 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.
- 2023-09-25 20 3945
-
- phpList
- 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.
- 2023-09-18 15 4111
-
- 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 30 5741
-
- PHP library for formatting SQL statements
- PHP library for formatting SQL statements
- 2017-12-13 77 1428
-
- PHP class to format time
- PHP class to format time
- 2017-05-06 159 1322
-
- sql-formatter-master PHP library for formatting SQL
- sql-formatter-master PHP library for formatting SQL
- 2017-12-21 60 2307
-
- 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