current location:Home > php程式部署 search

Classify:
Found a total of 21313 related content
  • jQuery imageless website back to top special effects
    jQuery imageless website back to top special effects
    jQuery image-free website return to the top special effect. This style is very simple and suitable for corporate websites. When some of the company's products are viewed a lot, you can return to the top. PHP Chinese website recommends downloading!
    2017-01-18 77 1677
  • jQuery returns to top effect with Weibo button
    jQuery returns to top effect with Weibo button
    jQuery brings the Weibo button to return to the top effect. There are many styles to return to the top, but the effects are similar. It is commonly used in shopping malls and some training company websites. PHP Chinese website recommends downloading!
    2017-01-18 75 1662
  • 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
  • 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
  • Grid picture accordion jquery special effects code
    Grid picture accordion jquery special effects code
    The grid image accordion jquery special effects code combines the functions of grid accordion thumbnails and accordion panels to give you an interesting way to display your image website. You can choose to use XML or HTML. The powerful API will allow further increasing the functionality of this jQuery plugin, which can be easily integrated into your own applications. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. Introduce the style sheet files style.css and grid-accordion.css in the head area 2. in head
    2017-03-11 81 2178
  • blue sky collector
    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
  • Xiaotaoke source code
    Xiaotaoke source code
    Xiaotaoke is a professional and stable Taoke system. The program supports internal coupons, and has built-in functions such as Taobao, JD.com, and Meilishuo. The program is developed using the most stable PHP system in China + MYSQL. It is compact, convenient and stable, and has strong SEO capabilities. It is your first choice program for building a Taobao website.
    2017-02-16 287 3574630
  • CMSimple content management system
    CMSimple content management system
    A free content management system written in PHP, with a simple structure, small program files and fast response, and can operate on various platforms.
    2020-05-02 56 3816
  • Zend Framework 2.4.3 full version
    Zend Framework 2.4.3 full version
    Zend Framework 2 is an open source framework for developing web applications and services using PHP 5.3+. Zend Framework 2 uses 100% object-oriented code and takes advantage of most of the new PHP 5.3 features, namely namespaces, lazy static binding, lambda functions and closures. The composition structure of Zend Framework 2 is unique; each component is designed with a number of dependencies on other components. ZF2 follows SOLID object-oriented design principles. Such a loosely coupled structure allows developers to use any component they want. We call this "loose coupling"
    2017-03-09 335 3570182
  • Monxin business website building system source code
    Monxin business website building system source code
    Mengxing Monxin enterprise website building system is an open source program running in PHP+MySQL mode. The main features are: template interface can be changed at will, visual module layout, massive functions can be expanded on demand, and mobile version interface is available. Free, fast, drag-and-drop website building. Multiple networks integrated into one PC site, mobile site, and micro site all at once.
    2017-02-15 183 3575162
  • Learn PHP tutorial in ten days CHM format
    Learn PHP tutorial in ten days CHM format
    Learn PHP tutorial in ten days CHM format
    2018-02-01 271 2899459
  • PHP extension development tutorial (Chinese version) PDF format
    PHP extension development tutorial (Chinese version) PDF format
    PHP extension development tutorial (Chinese version) PDF format
    2018-02-10 311 2867954
  • PHP Advanced Programming Patterns Framework and Testing (Chinese HD PDF version)
    PHP Advanced Programming Patterns Framework and Testing (Chinese HD PDF version)
    The prestigious advanced PHP tutorial, the work of Zend Framework core developers, provides in-depth coverage of design patterns, PHP standard library and JSON. Today, PHP is the undisputed mainstream language for web development. After PHP 5, its object-oriented features are enough to compete with Java and C#. However, there has been a lack of information describing the advanced features of PHP, which has greatly affected the in-depth application of the PHP language. This book fills this gap. It is specifically aimed at experienced PHP programmers and explains in detail the topics that are most important to them.
    2017-12-08 320 3112194
  • PHP Advanced Tutorial
    PHP Advanced Tutorial
    Preface Part One: Basic Knowledge Chapter 1 PHP Overview 1.1 Introduction to PHP 1.1.1 Introduction to PHP 1.1.2 How PHP works 1.1.3 How to learn PHP programming well 1.2 PHP environment setup 1.2.1 PHP related software download 1.2.2 AppServ installation and testing (Windows) 1.2.3 XAMPP installation and testing (Windows) 1.2.4 II
    2017-12-07 384 3115861
  • Ming Tsai PHP Zero Basics (One Day Pass)
    Ming Tsai PHP Zero Basics (One Day Pass)
    Mingzai's PHP zero-based (one-day pass) tutorials are all about PHP basics, all with detailed comments, making it easy for new users to understand, and several basic examples, including detailed explanations of login, arrays, functions, and paging.
    2017-12-12 314 3096810
  • j2me3D game development simple tutorial Chinese WORD version
    j2me3D game development simple tutorial Chinese WORD version
    This document mainly talks about a simple tutorial on j2me3D game development; Nowadays, 3D graphics are a key part of almost any game, and even some applications have achieved success by using 3D forms to describe information. As mentioned earlier, developing in immediate mode and manually coding all 3D objects is slow and complex. All corner points of polygons in your application must be encoded independently in an array. In JSR 184, this is called immediate mode. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1640
  • 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
  • Shell scripting basics Chinese WORD version
    Shell scripting basics Chinese WORD version
    Shell itself is a program written in C language, which is a bridge for users to use Linux. Shell is both a command language and a programming language. As a command language, it interactively interprets and executes commands entered by the user; as a programming language, it defines various variables and parameters, and provides many control structures found only in high-level languages, including loops and branches. Although it is not part of the Linux system core, it calls most of the functions of the system core to execute programs, create files, and coordinate the running of various programs in a parallel manner. Therefore, for
    2024-02-03 6 2665
  • SCA introduction and application examples Chinese WORD version
    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
  • 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
  • MantisBT
    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
  • 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
  • Joomla
    Joomla
    Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
    2023-09-25 20 3945