current location:Home > 数据库操作个字 search
Found a total of 21313 related content
-
- vue random password generator special effects
- Create a web version of the random password generator tool code based on VUE + JS + element-ui. Contains selection functions such as English, numbers, special symbols, characters, generation length, generation number, etc.
- 2021-02-01 74 1707
-
- A pop-up box plug-in that modifies customizable buttons and events based on dialogbox
- A pop-up box plug-in that modifies customizable buttons and events based on dialogbox 1.0. Each button can be bound to a separate trigger event, and can support using the pop-up box as a form to fill in and obtain data.
- 2019-09-12 33 1352
-
- jQuery pop-up window (alert, confirm) beautification plug-in
- jQuery pop-up window (alert, confirm) beautification plug-in, some styles of pop-up windows, this is very commonly used. For example, when we develop a background program and add content to the database, whether it is successful or not, you can use such a pop-up window at this time. PHP Chinese website recommends download!
- 2017-02-07 163 3408
-
- jQuery login form plugin with verification
- The jQuery login form plug-in with verification can perform simple verification on some field types commonly used when registering and logging in. In addition, we can switch and complete the registration or login operation on the same page.
- 2024-02-26 1 392
-
- jQuery small2big image zoom plug-in
- jQuery small2big image scaling plug-in, compatible with mainstream browsers, recommended download on PHP Chinese website! Instructions: 1. The head area references files css and js libraries 2. Add html code to the file. One li corresponds to one picture. The pictures in the images folder are named 1.jpg, 2.jpg, ... <ul class="s2b_col" id="s2b_col">
- 2017-03-11 56 1713
-
- Dual-track membership management system v9.1
- The dual-track membership management system is a dual-track direct sales system source code developed with asp+access. It has very low requirements and is easy to maintain. Backend path:/admin The background username and password are both: admin Updates in version 9.1: 1. Added the ability to automatically back up the database before operating the balance. If the operation is successful, the backed-up database will be automatically deleted; if the operation is unsuccessful due to a page fault, the backed-up database will be automatically restored. In this way, even if there is a program error during operation, there is no need to worry about data loss. 2. Add member login header
- 2017-02-15 823 3577507
-
- Data visualization interface for multiple chart plug-ins
- A data visualization demo interface, used for large-screen display of data monitoring, with some simple plug-ins encapsulated in it.
- 2019-09-23 163 227575
-
- 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
-
- Netti Mall system source code
- Wangti Mall System is an easy-to-use, beautiful and powerful mall system. It uses PHP language and has two databases: ACCESS and MYSQL. This system has been used by many companies for two years and has been sorted out by summarizing its functions. It has powerful functions, flexible configuration, user-friendly operation, and is easy to use. It is a relatively mature PHP mall system that allows individuals to modify and configure according to their own wishes. . We will make regular upgrades and modifications in the future. The free version can only use Access databases.
- 2017-02-18 98 3573132
-
- phpMyAdmin database management tool
- phpMyAdmin is a MySQL database management tool based on PHP and structured in Web-Base mode on the website host. phpMyAdmin can manage the entire MySQL server (requires superuser) or a single database.
- 2020-05-02 208 2394
-
- Day 29_PDO operation database
- Day 29_PDO operation database
- 2018-01-05 190 3014261
-
- Day 26_Practical case of CURD operation of database
- Day 26_Practical case of CURD operation of database
- 2017-12-29 192 3037252
-
- PHP operates mysql database
- 2021-03-31 1450 5732
-
- PHP database operation practice
- 2021-05-25 1486 6055
-
- PHP Development Basics__Database Operations [PDO Preprocessing].pptx
- php,pdo,stmt
- 2018-07-24 186 2150947
-
- 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
-
- SQLite syntax and Android database operations Chinese WORD version
- This document mainly talks about SQLite syntax and Android database operations; Android's SQLiteDatabase does not originally depend on Android, but exists independently as an individual, with its own unique system and language, and this is SQL syntax . SQLite is a lightweight database with few functions for large databases, so you only need to learn some common SQL syntax to easily master it, and these SQL syntaxes are basically unchanged for other databases. needed
- 2024-02-27 0 563
-
- Quickly get started with Android database operations Chinese WORD version
- Android uses the relational database SQLite3, which is a lightweight embedded database that supports SQL and is widely used in embedded operating systems. WM also uses SQLite3; more details about the principles and principles are in this article I won’t mention it, but if you want to quickly learn to operate SQLite3, then this is the article you are looking for! Interested friends can come and take a look
- 2024-02-28 0 909
-
- Delphi SQLLite application example packaging
- Delphi operation of SQLLite database, practical exercises
- 2024-01-22 0 835
-
- Detailed guide to creating and using databases in Android Chinese WORD version
- Every application uses data, and Android applications are no exception. Android uses an open source, operating system-independent SQL database--SQLite. This article introduces how to create and operate a SQLite database for your Android application. Database supports the lifeline of every application no matter how big or small. Unless your application only handles simple data, then you need a database system to store your structured data. Android uses SQLite database, which is an open source and supports multiple operating systems. SQ
- 2024-02-28 0 504
-
- Android development tutorials and notes pdf version
- Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
- 2024-02-29 12 2490
-
- 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
-
- 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
-
- WinNMP - Windows Nginx MySql Php 8 stack
- WinNMP - Nginx MariaDB Redis Php 8 Development Stack for Windows A lightweight, fast and stable server stack for developing php mysql applications on Windows, based on the excellent web server Nginx. Is a lightweight alternative to XAMPP and WAMP. Also known as WTServer and wt-nmp the current package contains the latest stable versions of: - Nginx web server - MariaDB 10 database server, mysq
- 2023-08-15 14 2173
-
- mPDF
- mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
- 2023-08-15 13 3296
-
- 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
-
- PHP library for CSV data manipulation
- A CSV data manipulation library
- 2017-12-06 192 5495
-
- php-mysql database operation class
- php-mysql database operation class
- 2017-03-29 127 1659
-
- MySQL database PHP operation class
- MySQL database PHP operation class
- 2017-03-23 160 2047
-
- pdo database operation class
- pdo database operation class
- 2017-03-21 149 1517
-
- adodb class library for php to operate database
- adodb class library for php to operate database
- 2017-03-23 162 1910