current location:Home > 介质驱动程序 search

Classify:
Found a total of 21313 related content
  • WebPlayer9 P2P video on demand movie entire site system source code
    WebPlayer9 P2P video on demand movie entire site system source code
    WebPlayer9 batch storage program automatically stores, automatically matches and collects movie titles, introductions, plots and other related information without manual intervention. After obtaining our commercial authorization, 1,000 movies can be added in less than an hour, and the film address, movie title, director, actor, introduction, poster, etc. will be automatically stored in the database.
    2017-02-15 156 3577606
  • Ke361 open source Taobao guest system source code
    Ke361 open source Taobao guest system source code
    Ke361 is an open source Taobao guest system developed based on the latest ThinkPHP3.2 version. It provides a more convenient and safer WEB application development experience. It adopts a new architectural design and namespace mechanism, and integrates modularization, driverization and plug-ins. It integrates professional design concepts to help friends who want to be Taobao customers but have low technical level. Breaking through the traditional Taobao program's charging model for automatically collecting goods, the program's automatic collection module is open to everyone, and the code is not encrypted, making it easy for everyone to modify. Integrate the Taobao Gold component to automatically convert Taobao links into Taobao customer promotion links.
    2017-02-15 223 3574239
  • dede imitation of the most popular site template source code
    dede imitation of the most popular site template source code
    Contains plug-ins, one-click deletion of products, automatic collection of Taobao products, publishing articles for SEO, and many others. I won’t introduce them one by one. Dede is an imitation. The program structure is clear. You can get started in 1 minute. It is very powerful! Collect products by yourself, automatically collect articles, and set a random number of likes! Third-party login template, you can log in to Weibo, QQ, and Taobao! Installation method, install DEDE, restore the database after logging in.
    2017-02-20 152 3572520
  • v3.0 S-CMS enterprise website building system (including mini program)
    v3.0 S-CMS enterprise website building system (including mini program)
    S-CMS government website building system is a product developed by Zibo Shining Network Technology Co., Ltd. to provide solutions for corporate website building. The front-end template style is mainly HTML5 template, featuring good animation effects, smooth pages, and responsive layout. The program The main body adopts ASP+ACCESS/MSSQL architecture and has a complete set of functions and label systems independently developed. It has strong scalability, and designers can easily develop beautiful and practical templates. Since the first version of the system was released in 2015, it has accumulated tens of thousands of user groups and provided the highest quality solutions to tens of thousands of companies.
    2018-06-04 250 2372653
  • v4.2 Quick Online Ordering System
    v4.2 Quick Online Ordering System
    The fast online food ordering system is a food ordering service reservation system based on the Internet and mobile Internet. Currently, the system is mainly positioned in the segmented catering market. It follows the Internet trend to seize the new trend of user consumption entrance, truly connects merchants and users, and allows merchants to serve users. Provide high-quality services and consumer experience. The word "kuai" in the fast online ordering system is not only reflected in the speed of program operation, but also in terms of user operating experience, allowing users to find their needs better and faster, complete reservations, and save time for users. Yes, we are just a service Software has bid farewell to the past when the entire website was full of content that was of no value to users.
    2018-06-04 304 2371167
  • 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
  • PHP5 and MySQL Bible
    PHP5 and MySQL Bible
    This book is a classic comprehensive introduction to PHP and MySQL. The book not only comprehensively introduces the core features of the two technologies, but also explains how to efficiently combine the two technologies to build robust data-driven applications. This book covers the latest features emerging in new versions of the two technologies. The large number of practical examples and in-depth analysis in the book come from the author's many years of professional experience in this area and can be used to solve various problems faced by developers in practice. challenge.
    2017-12-09 343 3111527
  • PHP and MySQL Programming 3
    PHP and MySQL Programming 3
    This book is a classic comprehensive introduction to PHP and MySQL. The book not only comprehensively introduces the core features of the two technologies, but also explains how to efficiently combine the two technologies to build robust data-driven applications. This book covers the latest features emerging in new versions of the two technologies. The large number of practical examples and in-depth analysis in the book come from the author's many years of professional experience in this area and can be used to solve various problems faced by developers in practice. challenge. The content of this book is comprehensive and in-depth, suitable for PHP and MySQL developers of all levels to read. It is not only an excellent learning tutorial, but also can be used as a reference manual.
    2017-12-07 214 3115320
  • Android driver development examples Chinese WORD version
    Android driver development examples Chinese WORD version
    This document describes how to completely develop a driver on Android 2.1 to control the hardware port and write an application to test the driver. Through such an example, it analyzes the application calling process of the driver development process under Android, which can be said to be a good introductory guide. The effect achieved: Through the Android application, the driver is called to control the on and off of 4 LEDs on the development board. Interested friends can come and take a look
    2024-02-28 0 972
  • Analysis of Android application message processing mechanism Chinese WORD version
    Analysis of Android application message processing mechanism Chinese WORD version
    Android applications are driven by messages. The system maintains a message queue for each application. The main thread of the application continuously obtains messages from this message queue (Looper), and then processes these messages (Handler). , In this way, the execution of the application is driven by messages. This article will analyze the message processing mechanism of Android applications in detail. Friends in need can download and take a look
    2024-02-28 0 1091
  • The whole process of Android driver development Chinese WORD version
    The whole process of Android driver development Chinese WORD version
    Android's hardware abstraction layer, simply put, encapsulates the Linux kernel driver, provides interfaces upward, and shields low-level implementation details. In other words, the hardware support is divided into two layers, one is placed in user space (User Space), and the other is placed in kernel space (Kernel Space). Among them, the hardware abstraction layer runs in user space, and the Linux kernel driver The program runs in kernel space. Interested friends can come and take a look
    2024-02-02 0 557
  • Netty code analysis Chinese WORD version
    Netty code analysis Chinese WORD version
    This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
    2024-02-29 1 1862
  • 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 1 1075
  • 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
  • SecLists
    SecLists
    SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
    2023-09-11 30 5741
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!