current location:Home > PHP开源的web代码库 search
Found a total of 2543 related content
-
- Two html5 image display effects
- Two kinds of HTML5 image display effects, smooth animation effects, compatible with mainstream browsers, recommended download on the PHP Chinese website! Instructions: 1. Introduce the style sheet files app.css, index.css and fonts.css in the head area 2. Add <!-- code start --><!-- code end --> comment area code to your web page. 3. The icons all use Web open fonts. Please see the css directory for specific files.
- 2017-03-11 88 1682
-
- 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
-
- 3D realistic dynamic spider crawling spider web canvas special effects animation
- 3D realistic dynamic spider crawling spider web canvas special effects animation code download. Download a powerful html5 javascript open source physics engine subprot with imitation spider crawling effect. Supports the mouse to pull the spider web and the spider to crawl to change direction.
- 2018-10-25 88 3019
-
- 6 image mouseover effect JS codes
- 6 image mouseover effect JS codes. After the mouse hovers over the image, the text title appears in 6 different animation forms. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. The head area references the css file, modernizr.custom.js 2. Add !-- code start --!-- code end --region code to the file 3. Copy the pictures in the images folder to the corresponding path
- 2017-03-11 91 2050
-
- html5 dynamic display media video player code
- HTML5 dynamic display media video player code, we will use this on corporate websites or teaching websites. If there are some videos to be played on the teaching website, then the player will be used. You can refer to the source code to see how the player works. Realized, PHP Chinese website recommends downloading!
- 2017-01-18 99 2322
-
- WeChat applet-manicure service source code developed
- WeChat applet-manicure service source code developed
- 2018-06-28 292 2262388
-
- WeChat applet-novel reader source code developed
- WeChat applet-novel reader source code developed
- 2018-06-23 307 2284720
-
- Yii 2.0.30
- Yii 2.0.30, a high-performance PHP5 web application development framework, can quickly create a web application code framework through a simple command line tool yiic. Developers can use the generated code framework based on
- 2019-12-18 111 4556
-
- Laravel 5.4 one-click installation package
- Laravel is a simple and elegant PHP Web development framework (PHP Web Framework). It can free you from messy codes like noodles; it can help you build a perfect network APP, and every line of code can be concise and expressive. Laravel 5.4 brings many new features and improvements to existing functionality.
- 2017-03-09 2302 3576644
-
- Poetry literature portal website source code
- The entire source code of the poetry literature portal is a poetry website developed with php+mysql.
- 2017-02-15 513 3575672
-
- Tainiu programmer Han Shunping PHP WeChat development open class PPT source code class notes download instructions
- Tainiu programmer Han Shunping PHP WeChat development open class PPT source code class notes
- 2017-09-12 508 3360128
-
- PHP Development Basics__Database Operation [PDO Preprocessing]_Supporting Source Code
- php,pdo
- 2018-07-24 230 2151155
-
- 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
- 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
- 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
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Life cycle of Flex3 components and frameworks Chinese WORD version
- Throughout this book we refer to a lot of Flex framework source code, but for the sake of brevity we don't always show the code we refer to. As you read this book, you will be asked to open Flex Builder, or have access to the source code of the Flex3 framework, as we discuss how the source code works and why. If you follow along with the source code, please note that we often skip functionality or specific code so that we can stay relevant to the current topic. This prevents us from getting too far away from the current topic, which is mainly explaining the subtleties of the code. This is not to say that the function of those codes is not important, but that those
- 2024-01-16 0 872
-
- Detailed explanation of Android program debugging Chinese WORD version
- When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
- 2024-02-26 0 884
-
- Delphi7 basic grammar tutorial Chinese WORD version
- Delphi is a Windows rapid application development tool (RAD Rapid Application Development) based on the client/server system launched by the American Borland Company. It is an object-oriented visual programming tool based on the visibility of Delphi and combined with the Object Pascal language. With programming skills, you can develop powerful Windows applications and database applications. Delphi is the first visual development environment, optimized source code compiler and
- 2024-01-18 1 1059
-
- Git Reference Manual Chinese CHM version
- Git is a free, open source distributed version control system for agile and efficient handling of any project, small or large. Git's work requires code that calls curl, zlib, openssl, expat, libiconv and other libraries. Git currently supports Linux/Unix, Solaris, Mac and Windows platforms. This article brings you the Git reference manual, you can download it if you need it!
- 2024-01-30 0 1231
-
- Quick Start with Python
- The Second Edition of the Quickly Learn Python Book is a concise and clear introduction to python3, targeting programmers who are new to learning python. This updated version includes all the changes in Python 3, that is, the feature changes of Python from earlier versions to the new version. The book starts with basic but useful procedures to teach readers about the core features of Python, including syntax, control flow and data structure. This book then uses large-scale applications including code management, object-oriented programming, web development, and converting older versions of Python programs to newer versions.
- 2024-01-26 0 1195
-
- iTop - IT Service Management & CMDB
- iTop stands for IT Operations Portal. It is a complete open source and web-based IT service management platform that includes a fully customizable configuration management database (CMDB), a help desk system and a document management tool. It complies with ITIL standards and can be easily customized and extended to integrate with your IT thanks to a large number of add-ons and web services. iTop also provides batch import tools to help you be more efficient. The project source code has been migrated to https://github.com/Combodo/iTop
- 2023-08-15 1 1646
-
- PHP QR Code
- PHP QR Code is an open source (LGPL) library used to generate QR Code, that is, two-dimensional code. Based on the libqrencode C library, it provides an API for creating QR Code barcode images (PNG, JPEG depend on GD2). Completely implemented in PHP.
- 2023-08-15 20 2024
-
- TeemIp - IPAM and DDI solution
- TeemIp is a free, open source, WEB-based IP address management (IPAM) tool that provides comprehensive IP management functions. It allows you to manage IPv4, IPv6 and DNS spaces: track user requests, discover and assign IPs, manage your IP plans, subnet spaces, zones and DNS records in compliance with best DDI practices. Meanwhile, TeemIp's Configuration Management Database (CMDB) allows you to manage your IT inventory and associate your configuration items (CIs) with the IPs they use. The project source code is located at https://github.
- 2023-08-18 11 2074
-
- WinNMP - Windows Nginx MySql Php 8 stack
- WinNMP - Nginx MariaDB Redis Php 8 Development Stack for Windows A lightweight, fast and stable server stack for developing php mysql applications on Windows, based on the excellent web server Nginx. Is a lightweight alternative to XAMPP and WAMP. Also known as WTServer and wt-nmp the current package contains the latest stable versions of: - Nginx web server - MariaDB 10 database server, mysq
- 2023-08-15 14 2173
-
- TestLink
- TestLink is a web-based test management tool. The application provides test specifications, test planning and execution, reporting, requirements specifications, and collaboration with well-known defect tracking tools. Code base: https://github.com/TestLinkOpenSourceTRMS
- 2023-08-15 2 2153
-
- PHP open source web code library
- PHP open source web code release management system
- 2017-12-09 73 1694
-
- Open source social login PHP library
- Open source social login PHP library
- 2017-12-13 68 1434
-
- PHP open source class library for Excel and other document generation
- PHP open source class library for Excel and other document generation
- 2017-03-17 114 1697
-
- Function code to save session to database in php
- Function code to save session to database in php
- 2017-06-03 284 5407
-
- PHPFastCache: open source PHP caching library
- 2017-02-21 102 1827