current location:Home > 程式碼解析 search

Classify:
Found a total of 21321 related content
  • Blue Business Information Consulting Solution provides HTML5 responsive website templates for creative design companies
    Blue Business Information Consulting Solution provides HTML5 responsive website templates for creative design companies
    Blue Business Information Consulting Solution provides HTML5 responsive website template download for creative design companies. A set of bootstrap responsive html web page templates, adaptive to mobile phones. A set of beautiful universal enterprise HTML website templates, widely applicable to various industries such as business information consulting, one-stop solutions, financial investment, design, engineering and construction, etc.
    2019-01-14 284 1483135
  • LimeSurvey online questionnaire management system
    LimeSurvey online questionnaire management system
    LimeSurvey is an online questionnaire management system with multiple functions such as questionnaire design, modification, publishing, recycling and statistics. At the same time, it is also an open source software, and its latest version of the software package can be obtained and used completely free of charge. It integrates functions such as survey program development, questionnaire release, and data collection. By using it, users do not need to understand the programming details of these functions. Survey data collected online can be exported to a variety of file formats for analysis, such as spss data format *.dat files.
    2018-05-14 308 2477628
  • Black full screen adaptive H5 template
    Black full screen adaptive H5 template
    Black full screen adaptive H5 template HTML5 is designed to support multimedia on mobile devices. New syntax features were introduced to support this, such as video, audio, and canvas tags. HTML5 also introduces new features that can truly change the way users interact with documents, including: New parsing rules increase flexibility Eliminate obsolete or redundant properties Drag-and-drop functionality from one HTML5 document to another Multipurpose Internet Mail Extensions (MIME) and protocol handler registration Store in SQL database
    2017-12-07 164 3116172
  • Web templates for European and American interior designers
    Web templates for European and American interior designers
    Professional interior designers must gain formal qualifications through education, practice and passing examinations, and their job responsibility is to improve the functionality and habitability of interior spaces. : The services provided by the interior design major include: planning, research, design, formation and project implementation of interior spaces to improve the quality of life, increase production efficiency, and protect the health, safety and happy life of the public. The process of interior design is a systematic and coordinated methodology. Information is researched, analyzed and integrated into a creative process, resulting in an appropriate indoor environment.
    2017-12-07 137 3115920
  • 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 400 2372935
  • 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 3107783
  • "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 317 3116206
  • PHP Classic Examples (Second Edition)
    PHP Classic Examples (Second Edition)
    PHP Classic by Example (2nd Edition) can save you valuable web development time. With these solutions to real problems at hand, most programming challenges will be solved. "PHP Classic Examples (2nd Edition)" combines the features of PHP with the unique format of the Classic Examples series, which is enough to help you successfully build cross-browser Web applications. In this revised edition, you can find solutions to various programming problems more easily. The content in "PHP Classic Examples (2nd Edition)" covers: form processing; Session management; database interaction; using We
    2017-12-07 324 3115742
  • 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 3111663
  • 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 3115463
  • Android data format parsing object JSON usage WORD version
    Android data format parsing object JSON usage WORD version
    This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-30 0 1248
  • Novice OllyDBG introductory tutorial chm version
    Novice OllyDBG introductory tutorial chm version
    The cracking software OllyDBG introductory tutorial e-book in chm format is very suitable for novices to learn. The content is detailed and has examples.
    2024-01-19 0 1253
  • Using JSON for network data exchange and transmission Chinese WORD version
    Using JSON for network data exchange and transmission Chinese WORD version
    This document mainly talks about using JSON for network data exchange and transmission; JSON (JavaScript ObjectNotation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. Interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. Like XML, JSON is a plain text-based data format. Since JSON is born
    2024-02-29 54 1173
  • Perl basic tutorial chm
    Perl basic tutorial chm
    A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.
    2024-02-26 1 2040
  • Win32 API Function Manual chm version
    Win32 API Function Manual chm version
    Win32_API_Function Detailed Query Manual chm format, divided into restricting program function functions, registry processing functions, dialog box functions, time processing functions, disk processing functions, process functions, file processing functions, breakpoint setting lists and other related contents.
    2024-01-19 37 1247
  • Fat-Free Framework
    Fat-Free Framework
    Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
    2024-10-17 4 947
  • PHPixie
    PHPixie
    PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
    2024-10-17 0 872
  • Slim
    Slim
    Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
    2024-10-17 1 730
  • FuelPHP
    FuelPHP
    The Fuel PHP Framework is a fast, simple and flexible PHP 5.4 framework, born from the best ideas of other frameworks, with a fresh start!
    2024-10-17 0 744
  • Yii
    Yii
    Yii is a fast, secure, and efficient PHP framework.Flexible yet pragmatic.Works right out of the box.Has reasonable defaults.
    2024-10-17 0 763