current location:Home > 伺服器管理 search
Found a total of 21313 related content
-
- vue.js + axios.js image compression processing and uploading to the server
- vue.js + axios.js image compression processing and uploading to the server
- 2020-01-06 30 1129
-
- Drag-and-drop task management UI interface special effects
- js css3 production task manager, free drag-and-drop arrangement and combination of task items, task list UI page template
- 2021-01-29 106 1950
-
- 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
-
- Server hosting business website template
- The server hosting enterprise website template is a blue atmospheric responsive HTML5 template download.
- 2017-08-20 59 3409582
-
- Foreign responsive server rental hosting website template html entire site
- Foreign responsive server rental hosting website template html entire site
- 2017-02-04 41 3576614
-
- Business office management consulting service responsive template
- Business office management consulting service responsive template
- 2019-12-24 66 2193
-
- Comprehensive information service management platform OA template
- Comprehensive information service management platform OA template, blue style, DIV+CSS layout, click to switch the operation functional area, including desktop menus such as address book, work tasks, project management, control panel, and instant reminders. IE11 browses normally, but Google Chrome has some compatibility issues.
- 2017-08-11 682 3426637
-
- Enterprise service call center backend management template
- Enterprise service call center backend management template, blue style, powerful functions, clear code, suitable for use in corporate OA office systems, a full set of templates, including user login page LOGIN and backend management operation page, with support project area, service voucher application, enterprise Information management, contract information management, enterprise information statistics, service coupon statistics, contract information statistics, organization return visit statistics, accredited organization application, organization information management, account management and other column pages.
- 2017-08-11 290 3426674
-
- Web file manager front-end template download
- web file manager frontend template
- 2019-01-22 176 1453115
-
- 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
-
- php concise tutorial
- A brief tutorial on PHP programming Table of contents Preface .4 Chapter 1 Introduction to PHP .... 6 Section 1 Introduction to PHP .. 6 1. How web programs work... 6 2. Introduction to PHP .... 9 Section 2 Setting up the PHP development environment... 9 1. Programming, selection of software development tools .. 9 2. Installation and configuration of server software 10 Section 3 Experiment 1 Construction of PHP development environment. 11 0.Experiment
- 2017-12-08 301 3111714
-
- Linux+PHP+MySQL case tutorial
- This book aims to cultivate senior website construction and management talents. The content is step-by-step, from the shallower to the deeper, and comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment through a large number of example systems. This book analyzes nearly 30 typical cases in detail. Including counters, website traffic statistics, message boards, forum systems, chat rooms, voting and surveys, user management, news release systems, advertising carousels, shopping systems, etc., striving to allow readers to easily master PHP and MySQL through case study Learn the essence of programming and quickly master network backend development skills. This book is suitable for
- 2017-12-09 353 3108048
-
- Linux plus PHP plus MySQL case tutorial
- Through a large number of example systems, it comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment, and analyzes nearly 30 typical cases in detail. This book aims to cultivate senior website construction and management talents. The content is step-by-step, from the shallower to the deeper, and comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment through a large number of example systems. This book analyzes nearly 30 typical cases in detail. Including counters, website traffic statistics, message boards, forum systems, chat rooms, voting and surveys, user management, news release systems, and advertising carousels
- 2017-12-11 316 3102347
-
- 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
-
- Delphi memory management guidance content PDF version
- The instructive content on Delphi memory management has been excerpted into an e-book in PDF format. This book is an excerpt of the memory management chapter from a Delphi book. It does not involve other aspects of content and is relatively targeted. The content involves traversing memory blocks, shared memory managers, third-party memory managers, Delphi memory management implementation framework, implementation of user call routines, etc.
- 2024-01-19 2 1236
-
- Android adb application and operation commands Chinese WORD version
- Android Debug Bridge (adb) is a multi-purpose tool that helps you manage the state of your device or emulator. You can add adb through the following methods: • Run shell commands on the device • Manage the emulator or device through port forwarding • Copy or copy files from the emulator or device
- 2024-02-26 0 826
-
- JSON Getting Started Guide Chinese WORD version
- JSON stands for JavaScript Object Natation. It is a lightweight data exchange format that is very suitable for the interaction between the server and JavaScript. This article will quickly explain the JSON format and demonstrate through code examples how to process JSON format data on the client and server respectively.
- 2024-01-27 0 1127
-
- Python Overview Chinese WORD Version
- This document provides an overview of Python; Python's built-in interfaces to operating system services make it an ideal tool for writing portable management tools and components (sometimes called shell tools) that maintain operating systems. Python programs can search files and directory trees, run other programs, use processes or threads for parallel processing, and more. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-23 0 703
-
- Asset server server construction for Unity3D game development Chinese WORD version
- This document mainly talks about the construction of Asset server server for Unity3D game development; Asset Server is currently the resource version management tool that comes with Unity. It is similar to the SVN and perForce we are usually familiar with. However, for the current Unity, Asset Server is more powerful than Unity. Version control software such as SVN and perForce are easier to use, because the Unity3.x version does not support software such as SVN very well. When multiple people work together, data loss and other situations often occur. because
- 2024-02-27 1 680
-
- Cloud server web management system
- Web server management software is the best free web server management software
- 2018-01-23 230 5504
-
- FinalShell server management software v2.03
- FinalShell server management software v2.03
- 2018-02-23 144 3889
-
- BT Pagoda Server Management Assistant
- BT Pagoda Server Management Assistant
- 2018-01-22 245 9884
-
- JuNet Server Management Assistant v2.6.2
- JuNet Server Management Assistant v2.6.2
- 2018-02-26 95 4326
-
- 56 host network server management assistant v2.3.3.2
- 56 host network server management assistant v2.3.3.2
- 2018-03-02 119 4437
-
- Baidu map class library annotation manager
- Baidu map class library annotation manager
- 2017-03-02 112 3354
-
- 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
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749