current location:Home > 大数据存储 search
Found a total of 21313 related content
-
- Simple html list sorting
- Sort according to a certain value in the list from large to small or small to large, and can be restored with one click. HTML list sorting plug-in can sort from large to small and small to large, and can be restored with one click. The code is simple and easy to understand
- 2019-09-10 23 1071
-
- js-realizes various data analysis, statistical graphics and chart effects commonly used on websites
- Simple and elegant websites commonly use js special effects codes for various data analysis, statistical graphics and charts, including various ring charts, pie charts, line charts, column charts, maps, etc.
- 2018-10-26 317 5298
-
- Angular component library
- This component encapsulates Angular1.0 version. The component implements the following functions: routing, sub-routing, carousel, cookie reading and writing, encryption, form submission verification, interceptor, whitelist, search filtering and sorting (level division), upper and lower case Conversion, Map array loop traversal, dynamic modification of background data and other functions.
- 2019-09-10 21 887
-
- 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
-
- html5 client form validation
- HTML5 client form verification, client verification, will be widely used in shopping malls. When you register as a member, the client will verify the form data. If it does not comply, it will not be sent to the backend for verification. HTML5 client verification, php Chinese Recommended download!
- 2017-01-18 116 1755
-
- Professional big data analysis company website
- Professional big data analysis company website
- 2018-02-09 74 2872173
-
- Technological big data Internet company website
- Technological big data Internet company website
- 2018-01-06 151 3010069
-
- Black big data internet company website template
- Black big data internet company website template
- 2018-05-18 64 2455332
-
- Large data management dashboard background template
- The large data management dashboard backend template is a backend website template download suitable for data statistics management. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-02-22 53 929
-
- Simple and elegant education and training industry website source code download (with mobile phone data synchronization)
- 1. The template code is clean and tidy; 2. The effect is quite cool, quite simple and high-end, the template is simple, all the data has been called, you only need to modify the column name in the background. 3. Applicable to education training and educational institutions; 4. The website uses manual DIV+css, streamlined code, neat and elegant home page layout, reasonable layout, conducive to SEO, pictures and texts, and static HTML; 5. The homepage and overall situation have been fully optimized to make it easier for everyone to use seamlessly;
- 2017-04-07 417 3557333
-
- Preliminary web development with PHP Apache and MySQL
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
- 2017-12-09 264 3107960
-
- PHP 5 Revealed
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic web applications.
- 2017-12-09 320 3107472
-
- Preliminary web development with PHP Apache and MySQL
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
- 2017-12-11 271 3102125
-
- 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
-
- PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
- PHP and MySQL in Dynamic WEB Websites reflect the needs of actual programs in detail, carefully exploring the validation of external data (such as the format of a credit card number), user login, and how to use templates to establish a standard appearance for web pages. The content of PHP and MySQL in dynamic WEB websites is not just these. The book also mentions how to connect JavaScript and PHP to make user operations faster and more convenient. There are also ways to properly handle user input errors to make your website look more professional. In addition, a large number of powerful functions from the PEAR plug-in function library are introduced to support commonly used and powerful packages.
- 2017-12-09 372 3107764
-
- Company website banner design big data
- Company website banner design big data free download banner psd big data company website
- 2017-04-24 64 1475
-
- Light bulb shape vector PPT element-big data
- Light bulb shape vector PPT elements-big data free download vector big data light bulb ai
- 2017-05-03 35 1119
-
- Artificial intelligence digital technology robot holographic brain big data analysis vector material (EPS)
- This is an artificial intelligence digital technology robot holographic brain big data analysis vector material, in EPS format, including JPG preview.
- 2023-09-19 2 343
-
- Big data infographic vector material with a sense of technology (AI+EPS)
- A technology-rich big data infographic vector material
- 2022-12-26 8 664
-
- 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
-
- Android data storage SQLite database storage Chinese WORD version
- This document mainly talks about Android data storage SQLite database storage; each database in Android is private to the application package suite that created it. By default, other applications cannot directly access this private database. Friends in need can download and take a look
- 2024-02-26 0 1036
-
- Android local data storage Chinese WORD version
- This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
- 2024-02-26 0 808
-
- Usage examples of Android database SQLite Chinese WORD version
- Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
- 2024-02-29 0 930
-
- Databases for Android data access Chinese WORD version
- This document mainly talks about Databases for Android data access; databases can be operated on the Android platform, which is one of the surprises when you first come into contact with Android. On the Android platform, a SQLite database is bound. This database system is also very unique. Its largest application scenario is embedded systems. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 542
-
- Big data processing with Apache Spark
- This document mainly talks about using Apache Spark for big data processing - Part 1: Getting Started; Apache Spark is a big data processing framework built around speed, ease of use and complex analysis. It was originally developed by AMPLab at the University of California, Berkeley, in 2009, and became one of Apache's open source projects in 2010. In this first part of the Apache Spark article series, we will learn what Spark is, how it differs from typical Map
- 2024-01-29 0 985
-
- Nextcloud Server
- Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
- 2023-08-18 2 1541
-
- 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
-
- 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
-
- 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
-
- 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
-
- PHP downloads remote files to local storage function class
- PHP downloads remote files to local storage function class
- 2017-06-20 259 2839
-
- PHP data cache cache class
- PHP data cache cache class
- 2017-03-24 171 5785
-
- PHP database cache Memcache operation class
- PHP database cache Memcache operation class
- 2017-03-29 120 1607
-
- PHP tree structure data access class
- PHP tree structure data access class
- 2017-03-27 81 1185
-
- mysqli class for php cache data function
- mysqli class for php cache data function
- 2017-03-24 153 1790