current location:Home > 获取数组中的值 search
Found a total of 21313 related content
-
- js drag the slider to get three pieces of numerical code
- A js dragging the slider to obtain three numerical codes
- 2023-04-19 12 722
-
- jQuery's JSON dynamically obtains table data code
- jQuery's JSON dynamically obtains table data code
- 2018-01-25 57 1573
-
- jQuery-Paging dynamic paging data acquisition plug-in
- jQuery-Paging dynamic paging data acquisition plug-in is a dynamic data acquisition and paging code. It also has a beautiful elastic animation effect when switching between paging.
- 2017-12-13 66 1577
-
- Bootstrap multifunctional custom tab plugin
- A powerful jQuery tab code, Bootstrap custom tab plug-in supports closing, adding, switching to positioning, positioning to current, closing other, closing all, sliding left, sliding right, getting the left and right sliding step value, and getting the current option Card ID, get all tab widths, get all tab function codes, etc.
- 2017-12-15 37 1574
-
- jQuery cool LED digital clock
- This is a simple LED digital clock animation special effect that supports obtaining local time, a cool red LED digital clock js code.
- 2017-12-09 36 2117
-
- Network traffic analysis tool (Cacti)
- 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.
- 2020-05-13 75 3700
-
- Mobile WEB development framework template
- FrozenUI is an open source, easy-to-use, lightweight and fast mobile WEB development framework. Based on the Mobile QQ style specifications, the most commonly used components are selected and made into a public offline package for Mobile QQ to reduce requests. The upgrade method is friendly and the documentation is complete. It is currently fully used in Tencent Mobile QQ value-added services.
- 2017-11-27 120 3163446
-
- Bangguanke CRM customer management system
- Enterprise computing based on WEB, developed with PHP+MySQL, with stable and reliable performance, centralized control of data access, avoiding the possibility of data leakage, using encrypted data transmission parameters to protect system data security, multi-level authority control, and complete password verification and login mechanism to further strengthen system security.
- 2020-05-13 287 5167
-
- Bangguanke CRM customer management system
- Enterprise computing based on WEB, developed with PHP+MySQL, with stable and reliable performance, centralized control of data access, avoiding the possibility of data leakage, using encrypted data transmission parameters to protect system data security, multi-level authority control, and complete password verification The login mechanism further enhances system security.
- 2020-06-05 1279 13290
-
- Sile WeChat Mall micro-distribution system source code
- Sile WeChat Mall micro-distribution system is a WeChat distribution system developed with .net+access/mssql. The communication based on WeChat Moments is to create a new WeChat distribution experience centered on distributors. Allow fans to effectively obtain traffic from Moments in real time and quickly share commissions for purchases. Because it is based on WeChat, it is better to experience it on WeChat.
- 2017-02-15 513 3578540
-
- Arrays and data structures in PHP
- Arrays and data structures in PHP
- 2018-02-09 255 2871780
-
- 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
-
- PHP+MySQL basic introductory course courseware
- PHP+MySQL basic introductory course courseware
- 2023-11-06 32 1049
-
- 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
-
- Analysis of linear interpolation Lerp function in Unity3D Chinese WORD version
- This document mainly talks about the analysis of the linear interpolation Lerp() function in Unity3D; in unity3D, the linear interpolation function Lerp() is often used to interpolate between two materials. Between vectors, between two floating point numbers, between two colors, friends in need can download it and take a look.
- 2024-02-28 0 955
-
- The most awesome Linux Shell command collection PDF version
- This article is compiled from Catonmat's series Top Ten One-Liners from CommandLineFu Explained. As a website that recommends the most useful shell commands by users, it records tens of thousands of shell commands of various colors, many of which are quite practical and interesting. This article will break down some of the commands with the highest votes, draw materials from them and add them to Detailed explanation, hope readers can benefit from it. Introduction Shell is the most attractive and indispensable component of Unix operating systems.
- 2024-02-03 13 2699
-
- Array application & two-dimensional array word version
- The so-called array is a collection of elements of the same data type arranged in a certain order. It is a collection of variables that names a limited number of variables of the same type and then uses numbers to distinguish them. This name is called the array name, and the number is called the following. mark. The individual variables that make up an array are called components of the array, also called elements of the array, and sometimes called subscript variables. In programming, an array is a form of organizing several variables of the same type in an orderly manner for the convenience of processing. These collections of similar data elements arranged in order are called arrays. Array application & two-dimensional array directory
- 2024-01-31 0 792
-
- Python operation Mysql example code tutorial
- This article introduces various code examples and detailed introductions such as Python operating MYSQL, executing SQL statements, obtaining result sets, traversing result sets, obtaining a certain field, obtaining table field names, inserting pictures into the database, executing transactions, etc. Most of the code is A sumptuous and beautiful code feast. If you want to view the online version, please visit: https://www.jb51.net/article/34102.htm
- 2024-01-26 0 1364
-
- Detailed explanation of Android WebView examples Chinese WORD version
- This document mainly describes the detailed explanation of Android WebView examples; Android phones have a high-performance webkit kernel browser built into them, which is encapsulated in the SDK as a component called WebView. WebKit is a software framework included in Mac OS X v10.3 and above (v10.2.7 and above can also be obtained through software updates). At the same time, WebKit is also the basis for Mac OS X's Safari web browser. WebKit is an open source project mainly developed by KDE's K
- 2024-02-28 0 1091
-
- 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 class to implement functions such as telnet connection, passing commands, obtaining return values, etc.
- PHP class to implement functions such as telnet connection, passing commands, obtaining return values, etc.
- 2017-04-10 200 2750
-
- PHP gets the image address in the CSS file and saves it to a local class
- PHP gets the image address in the CSS file and saves it to a local class
- 2017-03-27 121 1750
-
- 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