current location:Home > 服务器端同构 search
Found a total of 21313 related content
-
- myFocus powerful js focus map plug-in
- myFocus is a JS library focusing on focus charts/rotation charts on the WEB side. This focus map plug-in integrates more than 30 styles of picture switching effects. It is small in size, easy to use, and compatible with IE6+ and all mainstream browsers. The features of myFocus focus map plug-in include: Written in native JS, independent and without dependencies Excellent performance, the same effect is smoother than jQuery Easy to use, fool-proof API and standard HTML structure Gorgeous effect, comparable to Flash focus image Powerful function, more than 30 styles switching, supports N kinds of commonly used settings Small size, only
- 2017-08-16 70 1880
-
- 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
-
- phpSysInfo
- Based on Apache and PHP, simply monitor the server status, including the system used by the server, core version, server hardware information details, as well as network device usage, memory usage, disk information, etc. You can select it at the top of the page The style and language of the page.
- 2020-05-23 99 4566
-
- 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
-
- blue sky collector
- Committed to the automated collection and release of website data, the system is developed using PHP+MySQL and can be deployed on cloud servers to make data collection convenient, intelligent and cloud-based.
- 2020-05-22 375 6223
-
- HTML5 physiotherapy service website template
- HTML5 physiotherapy service website template is a website template download that provides promotion website templates for different physiotherapy service agencies such as information therapy, physiotherapy, hot and cold therapy, hand and foot therapy, etc. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-02 24 1071
-
- ZT cloud traffic software official website responsive template
- ZT cloud traffic software official website responsive template, compatible with PC and mobile phones, a full set of templates, including homepage, product introduction, software installation, FAQ, cloud-free server and other website template pages.
- 2017-08-08 68 3430966
-
- "Practical Combat of High-Performance Linux Server Construction-Operation and Maintenance Monitoring, Performance Tuning and Cluster Application"
- "Practical Combat of High-Performance Linux Server Construction-Operation and Maintenance Monitoring, Performance Tuning and Cluster Application"
- 2018-03-02 380 2805620
-
- Learn PHP tutorial in ten days
- In the past, I learned ASP in ten days, learned ASP.NET in ten days, etc. Now I think about writing PHP, which is more comprehensive. I won’t go into the PHP debugging methods here. Many articles outside have introduced them, and there are many different combinations. For the time being, I am using Apache web server and MY SQL as the WEB server and database, and I am doing the program in the environment of php-4.3.3. Of course, PHPMYADMIN is indispensable for simple construction and access to view the database.
- 2017-12-08 371 3111639
-
- Han Shunping's complete set of notes from entry to proficiency in PHP
- Han Shunping, graduated from Tsinghua University, is a well-known senior lecturer in software training in China. He has worked at Sina, Click Technology, and UFIDA. Host or participate in "Sina Mail System", "Orange SNS (Social Network) Website", "Click Technology Collaboration Software Group Server (Linux/Solaris Platform)", "National General Staff Voice Monitoring System", "English Learning Machine System" ", "UFIDA ERP (U8 Product) System" and other projects. Rich practical experience, patient and meticulous teaching, easy to understand, courageous to practice, diligent in innovation, teaching style close to life, teaching language vivid and interesting, many years
- 2017-12-12 600 3098433
-
- 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
-
- 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
-
- Android cooperates with WebService to access remote database Chinese WORD version
- Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
- 2024-02-26 0 903
-
- 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
-
- Android Camera system analysis Chinese WORD version
- This document mainly talks about the analysis of Android's Camera system; Android's Camera includes the functions of previewing and taking pictures. Although the current Android release version of the Camera program has relatively simple functions, its program architecture is divided into two parts, the client and the server. They are built on the structure of Android's inter-process communication Binder. The Camera module mainly includes libandroid_runtime.so, l
- 2024-02-29 0 922
-
- SCA introduction and application examples Chinese WORD version
- This document mainly talks about the introduction and application examples of SCA; SCA (Service Component Architecture) is a set of service system construction framework protocols proposed for SOA. It not only integrates the idea of IOC, but also combines object-oriented reuse with code reuse. It has been upgraded to the reuse of business module components, and at the same time, the service interface, implementation, deployment, and invocation are completely separated, and the assembly and binding can be flexibly assembled through configuration. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 844
-
- Netty code analysis Chinese WORD version
- This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
- 2024-02-29 1 1862
-
- Server data synchronization server side cwRsync_Server_2.1.5_Installer
- Server data synchronization server side cwRsync_Server_2.1.5_Installer
- 2018-02-06 73 4799
-
- Server file synchronization software server-side security version cwRsyncServer3.1.0_Installer
- Server file synchronization software Server-side security version cwRsyncServer_3.1.0_Installer
- 2018-02-07 66 4575
-
- cwRsync (multi-server secure file synchronization client) 4.1.10
- cwRsync (multi-server secure file synchronization client) 4.1.10
- 2018-02-07 61 4219
-
- Cloud lock server side
- Cloud lock server side
- 2018-02-03 57 4394
-
- cwRsync win server synchronization software cwRsync_2.1.5_Installer
- cwRsync win server synchronization software cwRsync_2.1.5_Installer
- 2018-02-06 55 4180
-
- php-APNS Server-side public class for Apple push notification service
- php-APNS Server-side public class for Apple push notification service
- 2017-03-30 79 1307
-
- 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