current location:Home > 数据备份恢复 search
Found a total of 21313 related content
-
- Mobile Happy Scratch HTML5 plug-in
- The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.
- 2024-02-29 5 343
-
- HTML5 paper folded into gift box animation special effects
- The HTML5 paper folding into gift box animation effect is a Christmas gift animation effect implemented in CSS that is suitable for Christmas or any holiday.
- 2024-02-29 5 327
-
- Pure CSS3 retro film player special effects
- Pure CSS3 retro film player special effects is a simple film music player and film recording player special effects.
- 2024-02-29 6 478
-
- HTML5 video player window floating code
- The HTML5 video player window floating code is a black and beautiful MP4 video player code.
- 2024-02-29 6 571
-
- Lightweight html5 WinBox page pop-up plug-in
- The lightweight html5 WinBox page pop-up plug-in is very convenient and easy to operate. It supports functions such as maximizing, minimizing, full screen, closing, moving, and opening multiple windows.
- 2024-02-29 3 334
-
- Decoration decoration portal source code
- Execute ebak Imperial Backup King to restore data. Account password admin 123456 Modify the database connection address after restoring the data data/common.inc.PHP backgrounddede The account number and password are both admin
- 2017-02-18 245 3579475
-
- 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
-
- Atmospheric Black IT Blog Mobile Adaptive Empire CMS Template
- The atmospheric black IT blog mobile adaptive Empire CMS template, the program released this time has integrated the Empire CMS data. Start the installation after deleting e/install/install.off, and restore the database after installation.
- 2017-01-19 131 3582136
-
- v3.4.0 Zhirui repair management system
- Zhirui repair management system positions administrative enterprises, units, and agencies to accelerate the paperless network office, network information repair management system, the system supports city area module management, member information module, repair type, maintenance worker information display, to achieve rapid and accurate arrival, support Online printing, data export, summary data, and statistics on the number of repair reports. This system is a free version, no fees are charged and can be used directly. functional module: Permission settings - multiple administrators can be set up to freely assign option management permissions Data backup - supports online database backup and restore database Category Management - Support
- 2018-06-05 156 2366568
-
- Meilele Mall 2015 Green Version Computer + Mobile Version Source Code
- Meilele Mall 2015 Green Version Computer + Mobile Version 1: Open: URL/diguo/index.php. The user password is admin 123456. Log in to configure the database information. 2: Use Imperial Restore to restore the database. 3. Modify the database configuration information in config.php (data/config.php) in the data folder 4: Log in to the website backend, URL: domain name/admin/index.php, account number: admin, password: admin888
- 2017-02-17 264 3573538
-
- SVN construction and usage instruction video (Boolean Education)
- "SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
- 2017-10-15 584 3283466
-
- 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
-
- JSON introductory tutorial Chinese WORD version
- This document mainly talks about the introductory tutorial of JSON; like XML, JSON is also a data format based on plain text. Since JSON is inherently prepared for JavaScript, the data format of JSON is very simple. You can use JSON to transmit a simple String, Number, Boolean, an array, or a complex Object. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-03 3 1743
-
- 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
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- mod_python 3.2.8 Chinese manual doc version
- mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
- 2024-01-25 0 923
-
- python basic tutorial to lesson 60_python basic information word version
- Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
- 2024-01-25 0 1072
-
- SQL Database Backup and Recovery Assistant V2.8.8 Official Green Security Version
- SQL Database Backup and Recovery Assistant V2.8.8 Official Green Security Version
- 2018-02-07 90 4581
-
- Green Ring FTP data backup software 1.4 green version can be used for server data synchronization
- Green Ring FTP data backup software 1.4 green version can be used for server data synchronization
- 2018-02-06 48 4421
-
- Redo Rescue: Backup and Recovery
- Redo Rescue Backup and Restore can back up and restore your entire system in minutes, using a point-and-click interface that anyone can use. Bare metal recovery to a new, blank drive, up and running in minutes. Supports saving and restoring to local disk or shared network drive. Selectively recover and remap partitions to different locations on the target drive. Comes with other tools for partition editing, web browsing, etc. Runs from live CD/USB, no installation required. Website: http://redorescue.com
- 2023-08-18 0 753
-
- 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
-
- php-mysql data backup class
- php-mysql data backup class
- 2017-03-28 102 1445
-
- PHP database backup and restore class
- PHP database backup and restore class
- 2017-06-05 387 6455
-
- php backup entire MySQL database class
- php backup entire MySQL database class
- 2018-01-01 228 2548
-
- MySQL database backup and restore PHP class
- MySQL database backup and restore PHP class
- 2017-12-26 170 2107
-
- PHP implements MySQL database backup and restore class
- PHP implements MySQL database backup and restore class
- 2017-03-22 174 1779