current location:Home > 重启方式 search
Found a total of 21321 related content
-
- Contact form beautification plug-in
- Contact form beautification plug-in
- 2020-01-03 135 1187
-
- Simple to use pop-up plug-in
- Simple to use pop-up plug-in
- 2019-10-21 117 1205
-
- 12 ways to display website images
- Web page special effects, picture display, layout, display methods, picture plug-ins
- 2021-11-11 223 2484
-
- HTML5 interactive 3D flipping Rubik's Cube game code
- An html5 interactive 3D flipping Rubik's Cube game code
- 2023-04-14 125 732
-
- Multi-way drop-down menu written with jQuery, which can contain images and text
- Multi-way drop-down menu written with jQuery, which can contain images and text
- 2017-03-10 177 1779
-
- Weiyifang responsive backend management template
- Weiyifang responsive backend management template
- 2018-07-07 331 2222450
-
- HTML-Red local government responsive template
- HTML-Red local government responsive template
- 2018-07-06 503 2226183
-
- Sports fitness weightlifter responsive corporate website template
- Sports Fitness Weightlifting Athletes Sports Responsive Enterprise ft5 Responsive Mobile Bootstrap Widescreen Boutique CSS3 Animation Beautiful Large Picture Slideshow Service Quotation Picture Equalization Orange Black Club Body Shaping Weight Loss Beauty
- 2017-08-13 135 3421251
-
- Create a healthy lifestyle promotion website template
- Building a healthy lifestyle promotion website template is a beautiful minimalist style building a healthy lifestyle promotion website template download.
- 2023-02-09 119 748
-
- Large heavy industry machinery and equipment manufacturing engineering design and construction company official website HTML5 responsive website template
- Download the HTML5 responsive website template of the official website of a large heavy industry machinery and equipment manufacturing engineering design and construction company. A set of orange construction engineering enterprise html website templates developed based on the front-end responsive framework bootstrap, suitable for industrial machinery, manufacturing, factories, construction engineering companies, heavy industry equipment and other companies.
- 2019-01-12 242 1488234
-
- Day 25_MySQL common tools and connection methods
- Day 25_MySQL common tools and connection methods
- 2017-12-29 178 3038949
-
- "PHP Design Pattern Guide" Chinese version
- "PHP Design Patterns" first introduces design patterns, describes the use and importance of design patterns, and explains in detail the occasions when design patterns are applied. Next, the book introduces many design patterns through code examples. Finally, this book explains through comprehensive and in-depth case studies how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the book to modify and refactor existing code blocks. The author uses a professional, user-friendly format to introduce relevant concepts, both for self-taught programmers and those with more formal training.
- 2017-12-07 317 3116206
-
- Zend_API Deep_PHP_Core
- "Extending PHP" is easier said than done. PHP has evolved into an increasingly mature tool with source code packages tens of megabytes in size. To hack such a complex system, you have to learn and think. When constructing this chapter, we ultimately chose a “learning by doing” approach. This is not the most scientific or professional way, but it is the most fun and gives the best end result. In the following sections, you will quickly learn how to get the most basic extensions and have them run immediately. Then you'll learn about Zend's advanced API features, which you won't have to
- 2017-12-08 287 3111363
-
- PHP intermediate tutorial ajax technology
- AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "PHP Intermediate Tutorial: Ajax Technology" will take you quickly
- 2017-10-15 2089 3285731
-
- PHP Classic Examples (Second Edition)
- PHP Classic by Example (2nd Edition) can save you valuable web development time. With these solutions to real problems at hand, most programming challenges will be solved. "PHP Classic Examples (2nd Edition)" combines the features of PHP with the unique format of the Classic Examples series, which is enough to help you successfully build cross-browser Web applications. In this revised edition, you can find solutions to various programming problems more easily. The content in "PHP Classic Examples (2nd Edition)" covers: form processing; Session management; database interaction; using We
- 2017-12-07 324 3115742
-
- Refresh button icon material
- refresh loop reload The refresh button icon provides 12 refresh icon materials in PNG format with a size of 128x128 pixels for free download.
- 2017-01-19 153 1756
-
- JS PNG icon material
- PNG format JS icon, suitable for use in JS design
- 2017-04-07 131 1077
-
- Cube software icon
- Cube software icon download provides 20 cube software icons in PNG format with a size of 128x128 pixels for free download.
- 2017-05-09 133 1337
-
- ajaxPNG icon material
- png format ajax icon, suitable for use in ajax website design
- 2017-03-28 114 963
-
- Chinese New Wei font
- The Chinese New Wei font is a free system font. The Chinese New Wei font has the same upright atmosphere as the block script font, but it also has a supple charm, solemnity, beauty, and surging momentum. The font style is straight, clear and clear. It is often used as the brand name of many organizations, or for some important instructions. The official name font of the Agricultural Bank of China uses the Chinese New Wei font.
- 2017-03-13 158 2015
-
- Summary of the four publishing methods of WebService Chinese WORD version
- This document mainly talks about the summary of the four publishing methods of WebService; CXF and spring are currently the most popular way to build webservice. However, it is rumored that cxf and jdk1.5 are somewhat incompatible. I have not encountered it. The problem I encountered is that cxf and jdk1.5 are not compatible. was6.1.1 is not compatible, which is reflected in the fact that the jar package "wsdl4j-1.6.2.jar" required for cxf reports an error. The error reported is: java.lang.IncompatibleClassCh
- 2024-02-28 34 1474
-
- Android In-depth understanding of SQLite storage method Chinese WORD version
- This document describes Android's in-depth understanding of SQLite storage methods; SQLite is a lightweight database designed for embedded use, and it takes up very few resources. In embedded devices, it only requires a few hundred KB; there are Friends who need it can download it and take a look
- 2024-02-29 51 1511
-
- Maven web project non-plugin debugging Chinese WORD version
- This document mainly talks about non-plugin debugging of Maven web projects; Maven web projects are generally debugged using Jetty plug-ins, but it is still very troublesome to enter debug mode using Jetty. Here we introduce how to configure the maven web project into a dynamic web project under eclipse, so that you can use any web container supported by eclipse to debug and run. I hope this document will help friends in need; interested friends can go to
- 2024-02-02 27 1321
-
- Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
- As we all know, during the development process of J2EE projects, if you only modify the page during the debugging phase, you do not need to restart the application server. For example, you do not need to restart Tomcat. Just refresh the page in the browser. In fact, the fundamental reason why there is no need to restart application servers such as Tomcat is because we can set a virtual directory in the configuration file of the application server, so that we can know the directory where the web project is located, so we can save the need to package and then re-publish to Server steps. Interested friends can come and take a look
- 2024-02-26 22 1336
-
- Eclipse maven project configuration instructions Chinese WORD version
- This document mainly talks about the eclipse maven project configuration instructions; the purpose of writing this article is to solve a series of problems caused by environmental problems, such as class not found exceptions, old and new JARs, resulting in some methods being unavailable, and hot plugging is supported. Modification, when debugging the program, there is no need to restart tomcat and other problems after modification; interested friends can come and take a look
- 2024-02-27 29 1415
-
- 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 156 2609
-
- Freeplane
- Used in mind mapping, knowledge management, and project management. Develop, organize and communicate your ideas and knowledge in the most effective way.
- 2023-08-11 170 2188
-
- 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 207 1373
-
- WooCommerce
- WooCommerce is a customizable, open source e-commerce platform based on WordPress. Get started quickly and work your way. Add the WooCommerce plugin to any WordPress site and set up a new store in minutes. Get secure payments, configurable shipping options, and more for free. From subscriptions to fitness classes to luxury cars, WooCommerce is fully customizable. Add functionality and expand the functionality of your store with official extensions on WooCommerce Marketplace
- 2023-08-15 180 2635
-
- SecLists
- SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
- 2023-09-11 262 6544
-
- php connects class in mysqli way
- php connects class in mysqli way
- 2017-03-13 238 1986
-
- PHP class for sending emails via Socket
- PHP class for sending emails via Socket
- 2017-03-14 273 2187
-
- PHP shopping cart class implemented in session mode
- PHP shopping cart class implemented in session mode
- 2017-03-14 206 1591
-
- PHP classes for three ways to send POST requests
- PHP classes for three ways to send POST requests
- 2017-06-05 287 2073