current location:Home > php局域�%9 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 card style image rotation code
    jQuery card style image rotation code
    jQuery card-style image rotation code. You can switch images left and right after clicking. The rainbow navigation effect at the top is also good. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. Introduce reset.css and style.css in the head area 2. Introduce jquery-1.4.2.min.js, roundabout.js, roundabout_shapes.js, gallery_init.js in the head area 3. Add code comments in the body area
    2017-03-11 105 1735
  • Product image partial enlargement effect js special effects code
    Product image partial enlargement effect js special effects code
    JS product image partial enlargement effect. Move the mouse over the product image to partially enlarge it. Click the image to browse the full product image. Move the mouse to the arrow on the left to scroll the thumbnail up and down. It is compatible with mainstream browsers. Instructions: 1. Head area reference files mzp-packed.js, lrtk.css, magiczoomplus.css 2. Add <!-- code start --><!-- code end -->region code to your file 3. lrtk.js
    2017-03-11 109 1983
  • jQuery switches the mouse over a square image to a round edge effect
    jQuery switches the mouse over a square image to a round edge effect
    jQuery switches the mouse to a round edge effect when passing through a square image. Clicking on the image will pop up a floating layer, which is suitable for the display of team pages. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. Introduce the style sheet file lrtk.css into the head area 2. Introduce jquery-1.7.1.js in the head area 3. Add <!-- code start --><!-- code end --> comment area code to your web page.
    2017-03-11 60 2757
  • jQuery image list animation display effect
    jQuery image list animation display effect
    jQuery image list animation display effect, move the mouse over the image and a text description will pop up. It is very suitable for making image lists of materials and website template themes. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. Introduce the style sheet file lrtk.css into the head area 2. Introduce jquery.1.4.2.min.js and lrtk.js into the head area 3. Add <!-- code start --><!-- code end --> comment area to your web page
    2017-03-11 69 1651
  • Piaoye Network 3.05 source code
    Piaoye Network 3.05 source code
    Piaoye Network Program is a maintenance management website using PHP as the development language. Installation: http://yourdomain/install
    2017-02-18 98 3572702
  • IDC cloud host VPS sales company whole site template
    IDC cloud host VPS sales company whole site template
    IDC cloud host VPS sales company whole site template is a set of corporate website templates suitable for use by IDC companies, domain names, and virtual hosting service companies. A full set of templates, DIV+CSS layout, including homepage, domain name query, server hosting, VPS, blog, about us and other template pages.
    2017-08-10 83 3428024
  • Space domain name host website template
    Space domain name host website template
    Space domain name hosting website template, DIV+CSS layout, full set of templates, including homepage, hosting-plan, privacy policy, FAQ, recommendation, contact and other website template pages.
    2017-08-10 33 3427199
  • Langyu Decoration Company whole site template
    Langyu Decoration Company whole site template
    Langyu Decoration Company's entire site template, full set of templates, DIV+CSS layout. There are page templates such as homepage, cases, case details, about us, construction viewing, panoramic experience hall, news center, news details, etc.
    2017-08-10 56 3426678
  • Hotel supplies company website system source code
    Hotel supplies company website system source code
    This software is a green corporate website source code with phpweb as the core. Installation introduction: Upload to the website and directory and directly access the domain name to install. PHP and MYSQL are required. Be careful not to click on the previous step when the installation pops up. Just fill in the next step in the current window as required.
    2017-02-18 98 3573232
  • PHP superglobal variables
    PHP superglobal variables
    2021-04-02 1042 4952
  • 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
  • Day 4_CSS Box Model and Layout
    Day 4_CSS Box Model and Layout
    PHP training class day 4_CSS box model and layout
    2017-12-06 196 3120910
  • PHP advanced development skills and examples
    PHP advanced development skills and examples
    PHP is a powerful network programming language that is easy to learn and use, and has excellent portability and scalability. This book will introduce PHP programming to readers in detail. The whole book is divided into three parts: preparation, beginning and acceleration, with a total of 9 chapters. The preparatory chapter mainly introduces some preparatory knowledge for learning the PHP language and the establishment of the PHP operating platform; the beginning chapter introduces readers to the basic syntax and common functions of the PKP language in more detail, as well as how to use PHP to operate the MySQL database; the acceleration chapter introduces Typical examples are introduced to enable readers to fully grasp PHP. book
    2017-12-09 354 3107770
  • Getting Started with PHP Programming
    Getting Started with PHP Programming
    PHP is a powerful network programming language that is easy to learn and use, and has excellent portability and scalability. This book will introduce PHP programming to readers in detail. The whole book is divided into three parts: preparation, beginning and acceleration, with a total of 9 chapters. The preparatory chapter mainly introduces some preparatory knowledge for learning the PHP language and the establishment of the PHP operating platform; the beginning chapter introduces readers to the basic syntax and common functions of the PKP language in more detail, as well as how to use PHP to operate the MySQL database; the acceleration chapter introduces Typical examples are introduced to enable readers to fully grasp PHP.
    2017-12-09 315 3107666
  • Maven series
    Maven series
    Some companies do not provide external networks for programmers, so maven cannot be used to access remote warehouse addresses, so it is necessary to find a machine in the LAN that has external network permissions; build a nexus private server, and then programmers connect to this private server In this case, you can access the maven remote warehouse through this computer with a nexus private server. Interested friends can come and take a look
    2024-02-29 6 1571
  • 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
  • Python website development guide WORD version
    Python website development guide WORD version
    This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
    2024-01-25 0 979
  • mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
    2024-01-25 0 923
  • python basic tutorial to lesson 60_python basic information word version
    python basic tutorial to lesson 60_python basic information word version
    Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
    2024-01-25 0 1072
  • Take Control of LAN Monitoring Software v1.361
    Take Control of LAN Monitoring Software v1.361
    Take Control of LAN Monitoring Software v1.361
    2018-02-24 123 3908
  • Dashizhi LAN file sharing management system v10.5
    Dashizhi LAN file sharing management system v10.5
    Dashizhi LAN file sharing management system v10.5
    2018-02-24 140 5277
  • Dompdf
    Dompdf
    dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class
    2023-08-15 3 2025
  • WIKINDX
    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
    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