current location:Home > 共同購入 search

Classify:
Found a total of 21313 related content
  • WordPress MIP: Fanly MIP template, supports independent domain name binding
    WordPress MIP: Fanly MIP template, supports independent domain name binding
    The Fanly MIP theme plug-in with the same name is here, the Fanly MIP plug-in for WordPress MIP. The definition of Fanly MIP is to allow more WordPress students to introduce Baidu MIP faster and more conveniently, and enjoy the traffic, weight or pleasure brought by Baidu MIP
    2017-01-20 140 3583522
  • Youdian Enterprise Website Management System
    Youdian Enterprise Website Management System
    Youdian Enterprise Website Management System integrates computer website, mobile website and WeChat into one. As long as the data is entered once, the data of the three stations will be automatically synchronized, reducing labor maintenance costs. It shares a management backend and requires only one virtual host, effectively saving space investment. The system is developed using PHP. It has the characteristics of simple operation, powerful functions, good stability, easy expansion, strong security, and convenient later maintenance. It can help you quickly and easily build a powerful and professional corporate website.
    2018-05-09 132 2495436
  • Empire CMS green concise article information template v1.0
    Empire CMS green concise article information template v1.0
    As we all know, Empire CMS has rich functions and high security, but there are few free templates. Now we are sharing a green version of simple article information Empire CMS template for everyone to use for free. Template installation instructions: Import the temp file in the compressed package in the background, and then upload other files to the /skin/ directory of the website.
    2017-01-19 119 3581966
  • Shining CMS enterprise website building system
    Shining CMS enterprise website building system
    Enterprise display website, the basic modules include introduction, news, products, cases, forms, contacts, etc.; at the same time, the functions have been expanded to include shopping, forums, forms, membership, submission and other functions. It can also be made into mall type, news portal type, Personal blog type, government, hospital, school and other types of websites.
    2020-05-18 1729 8822
  • Youdian enterprise website management system source code
    Youdian enterprise website management system source code
    Youdian Enterprise Website Management System integrates computer website, mobile website, and WeChat into one. As long as data is entered once, the data of the three stations will be automatically synchronized, reducing labor maintenance costs. It shares a management backend and requires only one virtual host, effectively saving space investment. The system is developed using PHP. It has the characteristics of simple operation, powerful functions, good stability, easy expansion, strong security, and convenient later maintenance. It can help you quickly and easily build a powerful and professional corporate website. The system supports multi-language, custom models, SEO optimization, static page generation, comment messages, ordering, membership, advertising, recruitment, and system integration.
    2017-02-20 107 3572799
  • A Practical Guide to PHP Development 2.0
    A Practical Guide to PHP Development 2.0
    For a programmer who has just entered PHP development, what he needs most is a practical development reference book, not just a variety of quick-start only hello wolds. When developing, you should also pay attention to many techniques and some "hidden rules". PHP is a very simple scripting language, but you need to work hard to use it well. At the same time, due to the characteristics of PHP, I have repeatedly emphasized that the most NB PHP programmers are not engaged in PHP. why? Because PHP acts as a glue language for gluing the backend together Database and front-end pages, more required
    2017-12-12 279 3097380
  • PHP network programming technology and examples (Cao Yanlong)
    PHP network programming technology and examples (Cao Yanlong)
    Detailed explanation of PHP network programming technology from shallow to deep, comprehensively and systematically introduces PHP development technology, and provides a large number of examples for readers to practice in practice. In addition, the author has specially recorded corresponding supporting teaching videos for this book to help readers better learn the content of this book. These videos are included on the companion CD together with the example source code in the book. This book is divided into 4 parts. The first part is PHP preparation, which introduces the advantages, development environment and installation of PHP; the second part is PHP basics, which introduces constants and variables, operators and expressions, process control and functions in PHP; the third part is This is an advanced chapter, an introduction.
    2017-12-08 271 3111495
  • ThinkPHP3.2.3 fully developed
    ThinkPHP3.2.3 fully developed
    ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented. It is released under the Apache2 open source license. It has been adhering to simple and practical design principles since its inception. While maintaining excellent performance and minimal code, It pays special attention to development experience and ease of use, and has many original functions and features, providing strong support for WEB application development. Version 3.2 makes some architectural adjustments on the original basis, introduces namespace support and modularization improvements, and provides more convenience for large-scale applications and modular development.
    2017-12-12 298 3097423
  • Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    2023-06-26 34 1340
  • ThinkPHP6 backend management payment system--practical development courseware
    ThinkPHP6 backend management payment system--practical development courseware
    ThinkPHP6 backend management payment system--practical development courseware
    2024-05-09 36 1329
  • 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
  • Python v2.4 Chinese manual chm
    Python v2.4 Chinese manual chm
    The Chinese manual of Python v2.4 version in chm format is rich and comprehensive in content. It is not only a manual, you can use it as an introductory tutorial for Python, teaching you how to use the Python interpreter, process control, data structure, templates, Knowledge and skills in input and output, errors and exceptions, detailed explanations of classes and standard libraries, etc. At the same time, the attached manual can facilitate your inquiries.
    2024-01-26 6 1315
  • Android resources and internationalization settings Chinese WORD version
    Android resources and internationalization settings Chinese WORD version
    This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 982
  • Groovy Getting Started Tutorial Chinese WORD Version
    Groovy Getting Started Tutorial Chinese WORD Version
    This document is an introductory tutorial to Groovy; simply put, Groovy is the next generation of Java language. Like Java, it also runs in the JVM. As another language running in the JVM, groovy syntax is very similar to the Java language syntax. At the same time, Groovy abandons Java's cumbersome grammar. For the same statement, using groovy can reduce your keystrokes to the greatest extent - this is indeed the "lazy programmers"
    2024-02-26 1 605
  • ANDROID Bluetooth programming WORD document doc format
    ANDROID Bluetooth programming WORD document doc format
    Using the BluetoothAdapter class, you can find surrounding Bluetooth devices on your Android device and then pair (bind) them. Bluetooth communication is transmitted to each other based on the unique address MAC. Considering security issues, Bluetooth communication needs to be paired first. Then start to connect to each other. After the connection, the devices will share the same RFCOMM channel to transmit data to each other. Currently, these implementations are implemented on Android 2.0 or higher SDK. 1. Finding/discovering dev
    2024-02-27 0 977
  • Nextcloud Server
    Nextcloud Server
    Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
    2023-08-18 2 1541
  • Redo Rescue: Backup and Recovery
    Redo Rescue: Backup and Recovery
    Redo Rescue Backup and Restore can back up and restore your entire system in minutes, using a point-and-click interface that anyone can use. Bare metal recovery to a new, blank drive, up and running in minutes. Supports saving and restoring to local disk or shared network drive. Selectively recover and remap partitions to different locations on the target drive. Comes with other tools for partition editing, web browsing, etc. Runs from live CD/USB, no installation required. Website: http://redorescue.com
    2023-08-18 0 753
  • 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