current location:Home > 重写库 search

Classify:
Found a total of 21313 related content
  • css text overlapping uppercase and lowercase letters interspersed special effects
    css text overlapping uppercase and lowercase letters interspersed special effects
    A css text overlapping, uppercase and lowercase letters interspersed special effects
    2022-07-18 19 1480
  • Fireworks animation following the mouse
    Fireworks animation following the mouse
    Following the fireworks animation of the mouse, a login system UI was originally written based on spring security, and the right-click menu was rewritten to provide white and black themes.
    2019-09-07 56 979
  • Commonly used effects plug-in library for websites
    Commonly used effects plug-in library for websites
    Commonly used effect plug-in libraries on websites are simply called. Effects can be called through element attributes without writing JS code.
    2019-09-09 17 920
  • jQuery imitates the brightening and darkening effect of Jingdong pictures
    jQuery imitates the brightening and darkening effect of Jingdong pictures
    jQuery imitates the brightening and darkening effect of Jingdong pictures. After hovering the mouse over the picture, the picture becomes brighter and other pictures become darker. Move the mouse away and all pictures will become brighter. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. The head area refers to the file lrtk.css and js library. animate.js is an animation function written separately. <link href=" css/lrtk.css" rel="stylesheet"/>
    2017-03-11 47 1602
  • myFocus powerful js focus map plug-in
    myFocus powerful js focus map plug-in
    myFocus is a JS library focusing on focus charts/rotation charts on the WEB side. This focus map plug-in integrates more than 30 styles of picture switching effects. It is small in size, easy to use, and compatible with IE6+ and all mainstream browsers. The features of myFocus focus map plug-in include: Written in native JS, independent and without dependencies Excellent performance, the same effect is smoother than jQuery Easy to use, fool-proof API and standard HTML structure Gorgeous effect, comparable to Flash focus image Powerful function, more than 30 styles switching, supports N kinds of commonly used settings Small size, only
    2017-08-16 70 1880
  • classified information system
    classified information system
    ThinkLC classified information system, a new system architecture, a new core, a new start, based on the old version, all codes have been rewritten, mainly promoting the classified information module and merchant module.
    2018-05-11 100 2488530
  • Modern artificial intelligence writing service company website template
    Modern artificial intelligence writing service company website template
    Modern artificial intelligence writing service company website template is a company promotional website template download that provides artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 19 660
  • Responsive artificial intelligence writing service website template
    Responsive artificial intelligence writing service website template
    Responsive artificial intelligence writing service website template is a company website template download that provides online artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-09-04 20 707
  • Yii 2.0 Premium Edition
    Yii 2.0 Premium Edition
    Yii is a high-performance PHP framework for developing Web2.0 applications. Yii 2.0 completely rewrites Yii above PHP 5.4.0 and is fully compatible with PHP 7.x. It is designed to be a state-of-the-art new generation PHP development framework. Yii2.0 is not compatible with 1.1.
    2017-03-09 691 3570902
  • HYBBS
    HYBBS
    HYBBS is developed based on the HYPHP framework. The framework is an MVC structured program. The database engine runs on the PDO extension. I wrote the program with an attitude of striving for excellence.
    2018-05-11 92 2487937
  • tp5 Season 1 re-recorded version complete resource package [Program database static resources]
    tp5 Season 1 re-recorded version complete resource package [Program database static resources]
    tp5 Season 1 re-recorded version complete resource package [Program database static resources]
    2017-08-23 682 3404322
  • Learn PHP tutorial in ten days
    Learn PHP tutorial in ten days
    In the past, I learned ASP in ten days, learned ASP.NET in ten days, etc. Now I think about writing PHP, which is more comprehensive. I won’t go into the PHP debugging methods here. Many articles outside have introduced them, and there are many different combinations. For the time being, I am using Apache web server and MY SQL as the WEB server and database, and I am doing the program in the environment of php-4.3.3. Of course, PHPMYADMIN is indispensable for simple construction and access to view the database.
    2017-12-08 371 3111639
  • "PHP Design Pattern Guide" Chinese version
    "PHP Design Pattern Guide" Chinese version
    "PHP Design Patterns" first introduces design patterns, describes the use and importance of design patterns, and explains in detail the occasions when design patterns are applied. Next, the book introduces many design patterns through code examples. Finally, this book explains through comprehensive and in-depth case studies how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the book to modify and refactor existing code blocks. The author uses a professional, user-friendly format to introduce relevant concepts, both for self-taught programmers and those with more formal training.
    2017-12-07 316 3116017
  • PHP MySQL Web Development (Original Book 3rd Edition) Chinese Version
    PHP MySQL Web Development (Original Book 3rd Edition) Chinese Version
    The third edition of PHP and MySQL web development (4th edition of the original book) is written by [Australia] Luke welling, Laura Thomson, translated by Wu Xin, Shao Yu and others. It is published by Machinery Industry Press. The whole book will combine PHP development and MySQL applications. Combined, it provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several classic and practical examples. This third edition of this book has been completely updated, rewritten, and
    2017-12-08 382 3111592
  • PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
    PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
    This book combines PHP development with MySQL applications, and provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several Classic and practical example. This third edition of this book has been completely updated, rewritten, and expanded to include the latest features of PHP5 - the new object model, better exception handling, and SimpleXML; as well as the new features of MySQL 5, such as stored procedures and stored procedures. engine. PHP
    2017-12-08 413 3112272
  • Writing a small database with Delphi Chinese WORD version
    Writing a small database with Delphi Chinese WORD version
    This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
    2024-01-18 0 608
  • GNU make Chinese manual pdf version
    GNU make Chinese manual pdf version
    GNU makefile Chinese manual pdf, the article describes the GNU make tool more completely, covering the usage and syntax of GNU make. At the same time, we focus on how to write Makefile for a project. Before reading this book, readers should have a certain understanding of the GNU tool chain and some common programming tools in Linux. Such as: gcc, as, ar, ld, yacc, etc. This article gives a relatively complete description of the GNU make tool, covering the usage and syntax of GNU make. Focus on how to use make to manage software projects,
    2024-01-19 1 564
  • Detailed explanation of Android program debugging Chinese WORD version
    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
  • Using JNI to realize the interaction between android and SO files Chinese WORD version
    Using JNI to realize the interaction between android and SO files Chinese WORD version
    This document mainly demonstrates how to interact with so files in Android. That is to say, the current problem requires hardware manufacturers to re-develop the dynamic library and develop the dynamic library according to the .h file generated by the entire Internet of Things. Interested friends can come and take a look
    2024-02-29 0 806
  • Eclipse maven project configuration instructions Chinese WORD version
    Eclipse maven project configuration instructions Chinese WORD version
    This document mainly talks about the eclipse maven project configuration instructions; the purpose of writing this article is to solve a series of problems caused by environmental problems, such as class not found exceptions, old and new JARs, resulting in some methods being unavailable, and hot plugging is supported. Modification, when debugging the program, there is no need to restart tomcat and other problems after modification; interested friends can come and take a look
    2024-02-27 0 1226
  • 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
  • phpList
    phpList
    phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
    2023-09-18 15 4111
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!