current location:Home > 数据类型转换 search
Found a total of 21313 related content
-
- Convert JSON data to html table plugin Columns
- Convert JSON data to html table plugin Columns
- 2019-10-08 247 1175
-
- js picture cascading 3D carousel carousel special effects
- This is a js picture carousel special effect of type 3D carousel switching effect. Download the picture cascading layout rotation switching code.
- 2017-12-15 67 1967
-
- js picture cascading layout carousel effect
- js image cascading layout carousel effect is a 3D rotating image carousel effect of type carousel switching effect.
- 2017-08-14 196 2191
-
- Tab label picture switching large picture preview special effect
- Use native js ES6 to implement the category label tab switching display image preview special effects interface. Dynamically set image text acquisition to achieve tab switching effects for classified images. Just call the following function new $isg_Img({data: data, curType: initial display category, parasitifer: locator });
- 2020-11-30 50 1381
-
- Visual column chart sorting exchange code
- The visual column chart sorting exchange code is a sorting method programmed using HTML plus CSS code. The column chart displays the data visualization model and the bubble sort visualization tool is available for free download and online preview.
- 2024-02-02 3 299
-
- Responsive catering dedecms template
- Responsive catering dedecms template, tested completely and error-free, compatible with mainstream browsers. The template contains installation instructions and contains test data. This template is designed based on DEDECms 5.7 UTF-8. If you need the GBK version, please convert it yourself.
- 2017-01-14 249 3582665
-
- Audio radio blog class dedecms template
- ★Template introduction★ Audio radio blog dedecms template, tested completely and error-free, compatible with mainstream browsers. The template contains installation instructions and contains test data. This template is designed based on DEDECms 5.7 UTF-8. If you need the GBK version, please convert it yourself.
- 2017-01-17 211 3582094
-
- HTML5 responsive ecological vegetable enterprise dream template
- ★Template introduction★ HTML5 responsive ecological vegetable enterprise dreamweaving template, tested completely and error-free, compatible with mainstream browsers. The template contains installation instructions and contains test data. This template is designed based on DEDECms 5.7 UTF-8. If you need the GBK version, please convert it yourself.
- 2017-01-17 187 3582233
-
- Green glass products enterprise dream weaving template
- ★Template introduction★ Green glass products enterprise dream weaving template, the test is complete and error-free, and it is compatible with mainstream browsers. The template contains installation instructions and contains test data. This template is based on DEDECms 5.7 UTF-8 design. If you need the GBK version, please convert it yourself.
- 2017-01-17 161 3582091
-
- Responsive LED general corporate website dede template
- ★Template introduction★ Responsive LED universal corporate website dede template, tested completely and error-free, compatible with mainstream browsers. The template contains installation instructions and contains test data. This template is designed based on DEDECms 5.7 UTF-8. If you need the GBK version, please convert it yourself.
- 2017-01-17 166 3582076
-
- A collection of tips for using PHP
- PHP's unique syntax is a mix of C, Java, Perl, and PHP's own innovative syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. Here are ten advanced PHP application tips. 1. Use the ip2long() and long2ip() functions to convert the IP address into an integer and store it in the database
- 2017-12-08 325 3111614
-
- 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
-
- PHP+MySQL basic introductory course courseware
- PHP+MySQL basic introductory course courseware
- 2023-11-06 32 1049
-
- HTML5CSS3JavaScriptES6 introductory course courseware
- HTML5CSS3JavaScriptES6 introductory course courseware
- 2023-11-06 56 914
-
- 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 embedded SQLite database Chinese WORD version
- This document mainly talks about the Android embedded SQLite database; a relational database SQLite is embedded in the Android platform. Unlike other databases, SQLite does not distinguish types when storing data; interested friends can come and take a look.
- 2024-02-28 0 1061
-
- JSON.NET simple use Chinese WORD version
- This document mainly talks about the simple use of JSON.NET; JSON.NET is used to convert objects in .NET into JSON strings (serialization), or to convert JSON strings into objects of existing types in .NET ( Deserialization?). I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-28 0 1233
-
- PowerDesigner usage tutorial chm version
- PowerDesigner usage tutorial, covering basic concepts of interface and operation, data projects and entities, defining relationships and roles between entities, defining and using domains and inheritance, converting CDM objects into PDM objects, generating reports, etc.
- 2024-01-19 1 1073
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- PHP data format and XML conversion class
- PHP data format and XML conversion class
- 2017-12-26 101 1681
-
- PHP implements XML and data format conversion class
- PHP implements XML and data format conversion class
- 2017-03-21 92 1097
-
- PHP function code class for converting Chinese characters into pinyin
- PHP function code class for converting Chinese characters into pinyin
- 2017-03-16 110 1186
-
- PHP converts all file encoding function classes in the folder
- PHP converts all file encoding function classes in the folder
- 2017-07-20 123 1902
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412