current location:Home > php程式語言 search

Classify:
Found a total of 21321 related content
  • jQuery online customer service with message on the right side
    jQuery online customer service with message on the right side
    There is a message online customer service on the right side of jQuery. You can have online conversations through QQ, and you can also use the message function. This is more comprehensive and the style is beautiful. PHP Chinese website recommends downloading!
    2017-01-18 228 2062
  • Online message form verification js code
    Online message form verification js code
    The online message form verification js code verifies the message information filled in by the user to determine whether it meets the requirements. The style is simple and elegant. PHP Chinese website recommends downloading!
    2017-02-07 258 2330
  • jquery dynamic online customer service
    jquery dynamic online customer service
    jquery dynamic online customer service, generally corporate websites or shopping mall websites will have online customer service. Online customer service can be by phone, chatting on the web page, or leaving a message. Commonly used ones are qq and php Chinese website recommended download!
    2017-01-18 151 2042
  • 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 293 3831
  • 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 178 2441
  • 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 242 3572959
  • 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 164 4171
  • viviwnxt_v6.1.zip
    viviwnxt_v6.1.zip
    The vivi universal thief program is a website collection system developed in PHP language. You only need to enter the target site address to automatically collect. It is a highly intelligent collection program that supports automatic collection of subdomain names and supports up to 98% of sites. The rule creation is very simple. Novices can also create collection rules, and they don’t need anyone to do the collection.
    2018-05-15 246 2469191
  • TGroupon distribution system source code
    TGroupon distribution system source code
    TGROUPON distribution system is a product of Yitui Software. TGROUPON is referred to as TG distribution system. The core framework adopts the ECSHOP+ECTOUCH system and uses PHP as the core programming language. TG Distribution System, formerly known as ThinkGroupon, was founded in 2011 and owns multiple national copyrights and trademark rights.
    2017-02-15 892 3579109
  • Colorful e-commerce platform source code
    Colorful e-commerce platform source code
    The Xuancai e-commerce system is completely independently developed by Zhengzhou Xuancai Network Technology Co., Ltd. It uses the world's most popular and efficient PHP programming language, uses the compact MySql as the database server, and uses the Smarty engine to separate the website program and front-end design code, allowing The website you build can be freely customized with personalized pages.
    2017-02-17 340 3573407
  • Tainiu programmer PHP Mysql message board source code notes
    Tainiu programmer PHP Mysql message board source code notes
    Tainiu programmer PHP Mysql message board source code notes
    2017-08-29 798 3395079
  • 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 2899579
  • 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 2868163
  • 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 3112354
  • 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 3102263
  • lua
    lua
    This document is the Chinese manual of lua-5.1; Lua is an extended programming language that is designed to support general procedural programming and has related data description facilities. Lua can also provide good support for object-oriented programming, functional programming, and data-driven programming. It can be used as a powerful, lightweight scripting language for any program that needs it. Lua is a free software, and its use license determines that there is generally no guarantee for its use. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 32 1286
  • 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 80 2979
  • Scala Chinese Manual Scala Getting Started and Advanced
    Scala Chinese Manual Scala Getting Started and Advanced
    Scala is also a functional language, and its functions can also be used as values. Scala provides a lightweight syntax for defining anonymous functions, supports higher-order functions, allows nesting of multi-level functions, and supports currying. Scala's Case Class and its built-in pattern matching are equivalent to the Algebraic Type commonly used in functional programming languages. Scala Classroom is a series of lectures launched by Twitter to help experienced engineers become effective Scala programmers. Scala is a relatively new language
    2024-02-02 49 1371
  • OpenMP parallel programming WORD version
    OpenMP parallel programming WORD version
    This document mainly talks about OpenMP parallel programming; OpenMP is a collection of compiler instructions and library functions, mainly used for parallel programming on shared storage computers. Currently, the languages ​​that support OpenMP mainly include Fortran and C/C++. OpenMP uses the fork/join parallel mode when executing programs in parallel. Shared storage parallel programs use fork/join parallelism. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 56 1365
  • Perl basic tutorial chm
    Perl basic tutorial chm
    A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.
    2024-02-26 1 2040
  • Phalcon
    Phalcon
    Phalcon is a full-stack PHP framework whose source code is written in the C programming language. Using the framework doesn’t require knowledge of C as it uses PHP classes and its namespaces.
    2024-10-17 0 709
  • mPDF
    mPDF
    mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
    2023-08-15 194 3994
  • Fat-Free Framework
    Fat-Free Framework
    Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
    2024-10-17 4 947
  • PHPixie
    PHPixie
    PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
    2024-10-17 0 872
  • Slim
    Slim
    Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
    2024-10-17 1 730