current location:Home > PHP文件缓存类库 search

Classify:
Found a total of 2543 related content
  • 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
  • The latest native js implementation in 2019 with thumbnail text description left and right carousel switching album plug-in
    The latest native js implementation in 2019 with thumbnail text description left and right carousel switching album plug-in
    Simple and practical native js implementation with thumbnail text description left and right carousel switching album plug-in download. A photo album slide show carousel special effects plug-in based on native JavaScript. It does not introduce any jQuery library and is implemented in just a few lines of native PHP Chinese website.
    2019-01-28 170 3803
  • jQuery mouseover effect on image
    jQuery mouseover effect on image
    jQuery has the effect of hovering the mouse over the image. After the mouse is hovered, a mask effect will appear, and the text will fade in and out. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. The head area references the file lrtk.css and js library <link rel="stylesheet" type="text/css" href="css/lrtk.css" media="all&q
    2017-03-11 78 1479
  • 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 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
  • MiniFramework
    MiniFramework
    An ultra-lightweight PHP open source framework to meet the most basic MVC layered development needs of developers. On the basis of supporting a few functions such as database and cache access, it is as streamlined as possible to ensure the efficiency of the framework.
    2020-05-16 63 3487
  • The entire source code of the education and training institution website
    The entire source code of the education and training institution website
    Unzip the compressed package, upload it to the FTP space, and install it according to the normal installation steps of DreamWeaver; After the installation is completed, restore the database, specify the template folder in the system settings, and then update the cache to generate the home page, content page and list page for use. When calling the home page, the call ID needs to be modified in some places.
    2017-02-20 178 3574289
  • Atmospheric Financial Investment Golden Enterprise Website Source Code
    Atmospheric Financial Investment Golden Enterprise Website Source Code
    This software is a financial enterprise website source code developed with PHP+MySQL. When running the website, you will be prompted to fill in the MySQL database information, and the website will install itself. Backend address http://your website/admin/ Default username and password admin
    2017-02-16 180 3573223
  • Destoon (B2B website system) 7.0
    Destoon (B2B website system) 7.0
    Destoon (B2B website system) is developed using the currently popular PHP language, MySQL as the database, B/S architecture, and MVC mode development. It incorporates cutting-edge technologies such as modeling, templates, caching, AJAX, and SEO. Compared with similar products, the system is more powerful, easier to use, more stable, safer, more efficient and has a better user experience. The system is released as open source, which facilitates secondary development, function integration, and personalized modification.
    2018-05-09 115 2497633
  • Language training service agency website template
    Language training service agency website template
    Language training service organization website template is a downloadable website template suitable for promoting various language training service organizations in Chinese, English, French, German, Japanese, Spanish, etc. Tip: This template calls the Google font library, and the page may open slowly.
    2023-08-03 6 379
  • Chinese annotated version of php configuration file php.ini
    Chinese annotated version of php configuration file php.ini
    The Chinese annotated version of the php configuration file php.ini is an open source book on the internal implementation of PHP compiled by multiple authors. From environment preparation to code implementation, from implementation process to detail extension, from variables, functions, objects to memory, Zend virtual machine... and so on, we will explain the style of PHP.
    2017-12-09 341 3108153
  • 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
  • Learn PHP by yourself in 10 minutes
    Learn PHP by yourself in 10 minutes
    Learn PHP by yourself in 10 minutes. The first chapter is an introductory chapter, which mainly includes understanding PHP, setting up a PHP development environment, basics of PHP development, PHP flow control statements, functions, string operations, regular expressions, PHP arrays, PHP and Web Page interaction, date and time, etc.; Part 2 is an improved chapter, mainly including MySQL database design, PHP operation of MySQL database, Cookie and Session, graphics and image processing technology, file and directory processing technology, object-oriented, PDO database abstraction layer, Program debugging and error handling, A
    2017-12-09 502 3107800
  • Usage examples of Android database SQLite Chinese WORD version
    Usage examples of Android database SQLite Chinese WORD version
    Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
    2024-02-29 0 930
  • Android development tutorials and notes pdf version
    Android development tutorials and notes pdf version
    Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
    2024-02-29 12 2490
  • Android data storage SQLite database storage Chinese WORD version
    Android data storage SQLite database storage Chinese WORD version
    This document mainly talks about Android data storage SQLite database storage; each database in Android is private to the application package suite that created it. By default, other applications cannot directly access this private database. Friends in need can download and take a look
    2024-02-26 0 1036
  • Android development skills collection tutorial pdf version
    Android development skills collection tutorial pdf version
    Android development skills collection pdf version, including: ANDROID common class library description, ANDROID file system and application architecture, ANDROID application structure, ANDROID UI LAYOUT (layout), ANDROID UI controls, ANDROID UI beautification, ANDROID UI animation, asynchronous calls , data storage and reading, etc.
    2024-02-26 0 851
  • Android embedded SQLite database Chinese WORD version
    Android embedded SQLite database Chinese WORD version
    This document mainly talks about the Android embedded SQLite database; a relational database SQLite is embedded in the Android platform. Unlike other databases, SQLite does not distinguish types when storing data; interested friends can come and take a look.
    2024-02-28 0 1061
  • Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy-to-use open source software package for businesses, foundations or freelancers (prospects, invoices, inventory, warehouses, orders, shipments, POS, foundation members, bank accounts, etc.) available on Runs on a web PHP server or as standalone software. Dolibarr also provides an automatic installer for users without technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) in just one package. The platforms available for these packages are: Win
    2023-08-18 11 2480
  • 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 13 3296
  • 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