current location:Home > 关键重要性 search

Classify:
Found a total of 21313 related content
  • v1.0.0 Zhirui primary and secondary school student status information management system
    v1.0.0 Zhirui primary and secondary school student status information management system
    The student status information system is an important daily work for the interconnection between schools and educational administrative agencies, and is also a basic education management system. With the development of information technology, the reform and development of basic education have also put forward the requirements for informatization of student status management. The establishment of an informatized student status information management system is a basic work to improve the level of education management. It is an effective way to strengthen and standardize the management of student status in primary and secondary schools. It is an important work content of the education supervision of governments at all levels. This system is based on the student status system standards. The database is developed based on the database to assist the school to recruit new students in the new semester to re-register their student status, update and improve the basic status of students, etc., and uniformly collect basic student information modules.
    2018-05-31 634 2398183
  • Website template for customer service company
    Website template for customer service company
    Customer service is an important part of a good company, especially a sales and service company. It is composed of a clear "customer service concept", relatively fixed customer service personnel, standardized customer service content and processes, and relevant service quality standard requirements for each link; customer-centered; to enhance corporate visibility, reputation and customer loyalty It consists of a series of elements of corporate business activities for the purpose.
    2017-12-07 43 3115841
  • System UI software development company template
    System UI software development company template
    UI is the abbreviation of User Interface. Generally refers to the user's operating interface, including mobile APPs, web pages, smart wearable devices, etc. UI design mainly refers to the style and aesthetics of the interface. In terms of use, the overall design of the software's human-computer interaction, operating logic, and beautiful interface is another equally important approach. A good UI not only makes the software personalized and tasteful, but also makes the operation of the software comfortable, simple and free, fully reflecting the positioning and characteristics of the software. UI also has other meanings, such as Unit Int
    2017-12-07 50 3115961
  • 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
  • Blue chemistry research laboratory template
    Blue chemistry research laboratory template
    The chemistry laboratory is an important place to provide chemical experimental conditions and conduct scientific inquiry. There are a large number of instruments inside: iron stands, asbestos nets, alcohol lamps and other experimental tools. There is usually a chemical cabinet, which contains commonly used chemicals, such as: sulfuric acid pentahydrate (CuSO4·5H2O, namely bile alum), sodium hydroxide solution, limestone, hydrochloric acid, etc. People use them to understand the mysteries of matter and its changes. Be sure to read the laboratory rules carefully before entering the chemistry laboratory and operate in strict accordance with the rules. Because many chemicals are very harmful to the human body
    2017-12-07 56 3115596
  • "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 Advanced Programming Patterns Framework and Testing (Chinese HD PDF version)
    PHP Advanced Programming Patterns Framework and Testing (Chinese HD PDF version)
    The prestigious advanced PHP tutorial, the work of Zend Framework core developers, provides in-depth coverage of design patterns, PHP standard library and JSON. Today, PHP is the undisputed mainstream language for web development. After PHP 5, its object-oriented features are enough to compete with Java and C#. However, there has been a lack of information describing the advanced features of PHP, which has greatly affected the in-depth application of the PHP language. This book fills this gap. It is specifically aimed at experienced PHP programmers and explains in detail the topics that are most important to them.
    2017-12-08 320 3112194
  • Self-study PHP, MySQL and Apache
    Self-study PHP, MySQL and Apache
    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 book is the 4th edition, which has been completely updated, rewritten and expanded, including the latest improved features of PHP5.3 (for example, better error and exception handling), MySQL's stored procedures and storage engine, Ajax technology and Web2 .0 and the security issues that web applications need to pay attention to
    2017-12-09 303 3107704
  • 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
  • Getting Started with Lucene Search Chinese WORD Version
    Getting Started with Lucene Search Chinese WORD Version
    This document mainly talks about getting started with Lucene search; searching means using a given keyword (key) to find the key in the content library (contents). The general principle of Lucene's search is to extract predetermined keywords (preKey) from contents to make an index database (indexTable). I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-30 0 1232
  • 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
  • Android4.0 new SDK new features Chinese WORD version
    Android4.0 new SDK new features Chinese WORD version
    Android 4.0 is a major platform release that adds a host of new features for users and app developers. Of all the new features and APIs we'll discuss below, Android 4.0 is an important platform release because it brings the widely used APIs and hologram themes of Android 3.x versions to small-screen devices. Interested friends can come and take a look
    2024-01-29 2 1942
  • Android local data storage Chinese WORD version
    Android local data storage Chinese WORD version
    This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
    2024-02-26 0 808
  • Research on MATLAB and VB hybrid programming technology WORD version
    Research on MATLAB and VB hybrid programming technology WORD version
    This document mainly talks about the research on mixed programming technology of MATLAB and VB; it focuses on four methods of integrating MATLAB in VB applications to achieve program optimization, namely using Matrix VB, calling DLL dynamic link library, applying Active automation technology and dynamic data exchange technology, and analyzes the key issues and basic steps in the integration process. This hybrid programming combines the visual interface of VB with the powerful numerical analysis capabilities of MATLAB. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-19 0 1251
  • 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