current location:Home > 邮件服务的PHP库 search

Classify:
Found a total of 21313 related content
  • A simple example of selecting image cropping and uploading to the server using pure js
    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 pop-up window (alert, confirm) beautification plug-in
    jQuery pop-up window (alert, confirm) beautification plug-in
    jQuery pop-up window (alert, confirm) beautification plug-in, some styles of pop-up windows, this is very commonly used. For example, when we develop a background program and add content to the database, whether it is successful or not, you can use such a pop-up window at this time. PHP Chinese website recommends download!
    2017-02-07 163 3408
  • Image cropping plug-in based on HTML5
    Image cropping plug-in based on HTML5
    Image cropping plug-in based on HTML5, WYSIWYG cropping method, can generate multiple thumbnail size images, based on HTML5 canvas Drawing implementation supports cropping with various effects. Of course, if you need to save the image, you still need a back-end service program to crop the image. The cropping page is implemented based on the Bootstrap framework.
    2017-01-13 100 1773
  • jQuery small2big image zoom plug-in
    jQuery small2big image zoom plug-in
    jQuery small2big image scaling plug-in, compatible with mainstream browsers, recommended download on PHP Chinese website! Instructions: 1. The head area references files css and js libraries 2. Add html code to the file. One li corresponds to one picture. The pictures in the images folder are named 1.jpg, 2.jpg, ... <ul class="s2b_col" id="s2b_col">
    2017-03-11 56 1713
  • jQuery automatic scrolling five-screen picture banner code
    jQuery automatic scrolling five-screen picture banner code
    jQuery automatically scrolls the five-screen picture banner code, with left and right buttons to switch pictures. When the mouse is moved to the picture, the picture is highlighted. Clicking will display a large picture with shadow. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. The head area references the file lrtk.css and js library 2. Add <!-- code start --><!-- code end -->area code to the file 3. Copy the pictures in the images folder to the corresponding path
    2017-03-11 88 2078
  • Blue Internet software service provider static website template download
    Blue Internet software service provider static website template download
    Blue Internet software service provider static website template download
    2017-01-22 46 3580747
  • Email Electronic Media Company Website Template
    Email Electronic Media Company Website Template
    The email electronic media company website template is a downloadable email media service company promotional website template. Tip: This template calls the Google font library, and the page may open slowly.
    2023-09-08 10 722
  • phpSysInfo
    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
  • WordPress Blog
    WordPress Blog
    WordPress is a free and open source blogging platform developed using the PHP language. Users can set up their own sites on servers that support PHP and MySQL databases, or use WordPress as a content management system (CMS).
    2018-05-09 77 2494788
  • phpMyAdmin database management tool
    phpMyAdmin database management tool
    phpMyAdmin is a MySQL database management tool based on PHP and structured in Web-Base mode on the website host. phpMyAdmin can manage the entire MySQL server (requires superuser) or a single database.
    2020-05-02 208 2394
  • Preliminary web development with PHP Apache and MySQL
    Preliminary web development with PHP Apache and MySQL
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
    2017-12-09 264 3107960
  • PHP 5 Revealed
    PHP 5 Revealed
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic web applications.
    2017-12-09 320 3107472
  • Preliminary web development with PHP Apache and MySQL
    Preliminary web development with PHP Apache and MySQL
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
    2017-12-11 271 3102125
  • php concise tutorial
    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
  • PHP realizes memcache sharing of multi-server session sharing
    PHP realizes memcache sharing of multi-server session sharing
    This article is a continuation of PHP's NFS sharing of multi-server session sharing, but this time, I use memcache to store sessions. Please see here for the installation of memcache: Build an efficient, reliable, and stable WEB server
    2017-12-08 341 3111279
  • Android service Service_detailed explanation WORD version
    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
  • Use Nexus to build a Maven private server Chinese WORD version
    Use Nexus to build a Maven private server Chinese WORD version
    This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a look
    2024-02-28 0 1018
  • Websphere deployment and release steps Chinese WORD version
    Websphere deployment and release steps Chinese WORD version
    This book mainly describes the steps of Websphere deployment and release; WebSphere is IBM's software platform. It encompasses the entire middleware infrastructure, such as servers, services, and tools, required to write, run, and monitor 24/7, industrial-strength, on-demand web applications and cross-platform, cross-product solutions. WebSphere provides reliable, flexible, and robust software. Interested friends can come and take a look
    2024-01-29 0 744
  • Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
    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 0 1063
  • Basic knowledge of Android architecture Chinese WORD version
    Basic knowledge of Android architecture Chinese WORD version
    This document mainly talks about the basic knowledge of Android architecture; Android relies on Linux kernel 2.6 to provide core services, such as process management, network protocol stack, and hardware drivers. Here, the Linux kernel serves as an abstraction layer between the hardware layer and the system software stack layer. This operating system is not GNU/Linux-like because its system libraries, system initialization, and programming interfaces are different from standard Linux systems. Android contains some C/C++ libraries, media libraries, database engine libraries, etc. These libraries can be used by Android
    2024-02-29 0 519