current location:Home > 实体关系图解析 search

Classify:
Found a total of 21313 related content
  • Responsive h5 web template for travel attractions
    Responsive h5 web template for travel attractions
    The concept of responsive website design (Responsive Web design) is: The design and development of the page should respond and adjust accordingly based on user behavior and device environment (system platform, screen size, screen orientation, etc.). The specific practice method consists of many aspects, including elastic grid and layout, pictures, the use of CSS media query, etc. Whether the user is using a laptop or an iPad, our page should be able to automatically switch resolution, image size and related script functions to ensure
    2017-12-07 53 3115899
  • 2.1.3 Serendipity
    2.1.3 Serendipity
    Serendipity is a smart blog BLOG system implemented in PHP. Serendipity is feature-rich, compliant and open source based on BSDLicense. Serendipity 2.1.3 change log: 2018-08-16 * Security: Ensure admin configuration and blog entry limits for RSS are parsed as integers for SQL queries; * Security: Prevent XSS possibility in Edit Entry panel; *Security: Disables sending comment notifications and email addresses to multiple people; this can be used for batch
    2018-08-21 86 2041462
  • Goku CRM v 0.5.5
    Goku CRM v 0.5.5
    Wukong CRM is a customer relationship management system software. It is adapted to various operating systems such as Windows and Linux, and supports a variety of server software such as Apache, Nginx, and IIs. Wukong CRM is committed to making better and more practical software to promote the development of small and medium-sized enterprises, using free and open source methods to share technology and experience. Wukong CRM 0.5.5 update log: 2017-04-21 1. Fixed several security risks; 2. Solved the task and schedule description display problem; 3. Automatically generate field names when adding custom fields
    2018-08-18 277 2054475
  • Sidebar menu modular responsive template
    Sidebar menu modular responsive template
    The concept of responsive website design (Responsive Web design) is: The design and development of the page should respond and adjust accordingly based on user behavior and device environment (system platform, screen size, screen orientation, etc.). The specific practice method consists of many aspects, including elastic grid and layout, pictures, the use of CSS media query, etc. Whether the user is using a laptop or an iPad, our page should be able to automatically switch resolution, image size and related script functions to adapt to different devices; in other words, the page should
    2017-12-08 57 3111944
  • Kewei tourism management system source code
    Kewei tourism management system source code
    The front-end of the system adopts a visual layout, which can automatically adapt to screens of different sizes, allowing you to build a website together and use it on different devices, eliminating compatibility worries. The system provides three list display methods: list, table, and map, allowing users to find the required itinerary as quickly as possible, greatly improving efficiency. The system can set recommended and discounted itineraries, highlight the corresponding itineraries, effectively promote key itineraries, and achieve website profitability. The system supports Chinese and English. You can also add new languages ​​in the background. The keywords are listed separately and can be quickly translated in the background.
    2017-02-17 135 3573551
  • PHP5 Learning Object Tutorial
    PHP5 Learning Object Tutorial
    The PHP5 Learning Object Tutorial is a technical book on PHP5 applications published by the Electronic Industry Press on December 1, 2007, edited by Americans Gumanz, Bacon, and Ruisance, and translated by Jian Zhanggui. This book comprehensively introduces the new functions, programming methods and design patterns in PHP 5. It also analyzes and explains the new database connection processing, error handling and XML processing mechanisms in PHP 5, helping readers to systematically understand, master and efficiently apply PHP. .
    2017-12-09 271 3107649
  • Introduction to PHP5 MySQL Programming
    Introduction to PHP5 MySQL Programming
    It includes a more detailed introduction to the basic knowledge of PHP and MySQL, as well as a large number of technical descriptions for different applications, and is accompanied by a large number of small but precise examples to deepen readers' understanding, making it easier to master knowledge and learn to apply it through experiments. The book takes PHP developers as the core, from environment construction to system development, from local technical points to full project control. It three-dimensionally introduces the technical points of PHP5+MySQL and rich extended knowledge, allowing readers to enjoy the experience of improving development capabilities. Extremely fast experience.
    2017-12-09 299 3107699
  • Web page production and PHP language application
    Web page production and PHP language application
    The book "Web Page Production and PHP Language Application" was published by Wuhan University Press in 2006. This book is one of the series of online communication textbooks for ordinary colleges and universities. It mainly explains the basic knowledge and practice of web page production, as well as the use of PHP language in network communication. applications in. The book covers: basic knowledge of HTML, basic syntax of PHP, commonly used functions in PHP programs, basic operations of database software MySQL, web page encryption and authentication, dynamic generation of images, construction of MySQL and multimedia material libraries, etc.
    2017-12-08 321 3111501
  • 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
  • Practice of XML parsing in Android system Chinese WORD version
    Practice of XML parsing in Android system Chinese WORD version
    This document mainly talks about the practice of XML parsing in the Android system; I hope it will be helpful to everyone's study; interested friends can come and take a look.
    2024-02-01 0 607
  • 150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    Download the CHM book with 150 Examples of Delphi 7 Application Programming. The book mainly uses 150 examples to comprehensively and in-depth introduce the common methods and techniques of developing applications with Delphi 7. It mainly explains the use of Delphi 7 for interface effect processing, image processing, Graphics and multimedia development, system function control, file processing, network and database development, and component application, etc. These examples are simple and practical, highly typical, and have outstanding functions. The technologies used in many examples can be slightly expanded to solve similar problems. The best way to use this book is to learn from examples
    2024-01-18 2 828
  • Detailed explanation of UML class diagram Chinese WORD version
    Detailed explanation of UML class diagram Chinese WORD version
    This document mainly talks about the detailed explanation of UML class diagram; in the static mechanism of UML, class diagram is a key point. It is not only the core concern of designers, but also the core concern of implementers. Modeling tools also generate code primarily based on class diagrams. Class diagram occupies a very important position among the 9 diagrams of UML. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 1 1245
  • Detailed explanation of the basics of texture shaders in Unity3D technology Chinese WORD version
    Detailed explanation of the basics of texture shaders in Unity3D technology Chinese WORD version
    This document talks about some knowledge related to shaders in Unity3D; in shader programming, there are some terms that are sometimes confusing if you don’t understand them, so I will briefly mention them here. Shading originally refers to painting objects with light and dark tones in sketches. In graphics, it actually means coloring Mesh (Mesh is a bunch of triangular patches, including the left side of the vertex, normal coordinates, UV coordinates, etc.), wiki What is said is that the color of the object is changed according to the angle of the object relative to the light and its distance from the light source to generate a photorealistic effect.
    2024-02-29 0 849
  • Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
    Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
    The Ten Days to Learn Easy Language Illustrated Tutorial provides a vivid and systematic explanation of the usage and operating techniques of Easy Language in the form of illustrations. Friends who need it can download it and take a look! The whole book is divided into ten chapters and is completed in ten days. The first chapter introduces the installation of Yi Language and the interface after operation. At the same time, a very simple small program is introduced to help users get started. Finally, we introduce the input methods of programming and some common problems encountered by beginners. Chapter 2 will touch on some specific issues, such as how to write a program that equals 1+2, and understand the concept of variables, the valid range of variables, data types and other knowledge.
    2024-02-28 0 816
  • 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