current location:Home > 显示无服务 search
Found a total of 21313 related content
-
- A simple example of selecting image cropping and uploading to the server using pure js
- The simplest pure js+html5 example of selecting image cropping and uploading to the server. Parameters control the size of the cropping area. The cropping area is movable. It supports preview after cropping and provides an example of receiving and uploading PHP files on the server side.
- 2021-04-27 41 1383
-
- jQuery mouse over to display online customer service
- jQuery displays online customer service when the mouse is rolled over. It has a simple and elegant interface. It automatically expands when the mouse is moved and automatically hides when the mouse is moved away. The switching is also very smooth. You can put customer service QQ and customer service hotline, and you can modify the code by yourself for other content.
- 2023-05-10 16 626
-
- The fixed layer on the right side of the jQuery web page displays and hides the online QQ customer service code
- The fixed layer on the right side of the jQuery web page displays the hidden online QQ customer service code, and displays online customer service, QR codes, etc. on the right edge of the web page. This effect is very suitable for use in corporate websites and shopping mall websites. PHP Chinese website recommends downloading!
- 2017-01-13 376 2116
-
- jquery returns to top code with QR code
- jquery returns to the top code with QR code is a code that displays a return to top button when scrolling the scroll bar of a web page. Clicking the return to top button can smoothly return to the top; the QR code image will be displayed when the mouse moves over the WeChat icon; the customer service phone icon will display when the mouse moves over the customer service phone icon. The customer service phone number is displayed; click the online customer service icon to open the QQ dialog box.
- 2017-04-28 151 2370
-
- jQuery green QQ online customer service return to top code
- The jQuery green QQ online customer service return to the top code is based on jquery-1.10.2.min.js. It is fixed and suspended on the right side of the page. It has functions such as QQ online customer service, telephone customer service, and return to the top of the page.
- 2017-08-15 56 3871
-
- Personal resume service display responsive
- Personal resume service display responsive
- 2018-01-25 29 2928357
-
- Happy wedding service display responsive web page
- Happy wedding service display responsive web page
- 2018-01-25 28 2927936
-
- Interior design company web template
- Interior design company web page template, large picture background, widescreen display, single page website template. There are website sections such as about us, services, work display, team introduction, contact us, etc.
- 2017-08-09 37 3428465
-
- IT business services company website template
- IT business service company website template is a website template download suitable for IT business service companies that provide web development, software design, marketing services, etc. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-12-15 17 428
-
- Internet cloud service company promotional website template
- Internet cloud service company promotional website template is an Internet company promotional website template download that provides cloud solutions, network services, network broadcast services, disaster recovery and other services. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-11-13 19 692
-
- 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
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 998
-
- 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 service Service_detailed explanation WORD version
- This document mainly talks about the detailed explanation of the Android service Service_; Service is one of the four application components in the Android system (for details on other components, see Section 3.2). Services are mainly used for two purposes: background running and cross-process access. By starting a service, you can run specified tasks in the background without displaying the interface, so that it does not affect the user's ability to do other things. Communication between different processes can be achieved through the AIDL service, which is also one of the important uses of the service. I hope this document will help friends in need;
- 2024-01-31 0 660
-
- 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
-
- Service in-depth analysis WORD version
- This document mainly talks about the in-depth analysis of Service; we start with the analysis of the fundamental meaning of Service. The essence of service is to respond to client requests. To provide services, you must establish a framework for receiving requests, processing requests, and responding to the customer service side. I think Android Service designers will always keep this service essential block diagram in their minds. From a program perspective, the service must have a closed loop framework and a request processing framework. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 728
-
- Selected Delphi examples to fully master CHM
- The DELPHI programming blog from Wan Yi is the crystallization of high-quality experience and actual combat. Thank you Wan Yi for your selfless dedication. I believe it will definitely be useful to friends of DELPHI programming. Most of the source codes in CHM are compiled and passed under D7, and third-party controls are rarely used. It is a masterpiece for learning. Note: If the e-book cannot be displayed normally, you need to click "Properties" -> "Unlock" of the e-book.
- 2024-01-22 0 542
-
- Git version control and workflow Chinese WORD version
- This article is a summary of git version control and workflow. If some friends have not used git before and are not very familiar with the basic concepts and commands of git, you can start with the following basic tutorials: Git is a distributed version control system, and Compared with centralized version control systems similar to SVN, although centralized version control systems can enable multiple team members to collaborate on development, sometimes if the central server goes down, no one can submit updates and collaborate on development during the downtime. Even sometimes, if the central server disk fails and there happens to be no backup or the backup is not timely, then there may be losses.
- 2024-02-27 1 1003
-
- MantisBT
- Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.
- 2023-08-15 8 4202
-
- Uniform Server
- Uniform Server is a free lightweight WAMP server solution for Windows. Built with a modular design approach, including the latest version of Apache, MySQL or MariaDB, PHP (supports version switching), phpMyAdmin or Adminer. No installation required! No need for registry junk! Just unzip and launch! -------Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
- 2023-08-15 5 2071
-
- Microweber
- Microweber is an open source drag-and-drop website building tool and powerful next-generation content management system with built-in e-commerce capabilities. Whether your website is an online store, business website or personal blog, you can easily build it with Microweber. Thanks to its excellent drag-and-drop technology, Microweber makes it easier for you to build your website and see the changes you make to it in real time, even without technical knowledge. Its revolutionary real-time text writing and editing capabilities and drag-and-drop functionality mean the user experience is significantly improved, allowing users to edit text in less time
- 2023-08-15 13 1569
-
- 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
-
- 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
-
- PHP library for processing text
- PHP library for processing text
- 2018-01-23 306 9825