current location:Home > 重構程式碼 search

Classify:
Found a total of 21321 related content
  • Large heavy industry machinery and equipment manufacturing engineering design and construction company official website HTML5 responsive website template
    Large heavy industry machinery and equipment manufacturing engineering design and construction company official website HTML5 responsive website template
    Download the HTML5 responsive website template of the official website of a large heavy industry machinery and equipment manufacturing engineering design and construction company. A set of orange construction engineering enterprise html website templates developed based on the front-end responsive framework bootstrap, suitable for industrial machinery, manufacturing, factories, construction engineering companies, heavy industry equipment and other companies.
    2019-01-12 242 1488234
  • 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 334 3573805
  • Background theme UI framework H+ 2.2
    Background theme UI framework H+ 2.2
    H+ is a fully responsive flat theme developed based on the latest version of Bootstrap 3.4.0. It adopts a variety of layout forms such as left and right columns, and uses modern technologies such as Html5+CSS3. It provides many powerful features that can be re- It combines UI components and integrates the latest jQuery version (2.1.1). Of course, it also integrates many powerful and widely used jQuery plug-ins. She can be used in all web applications, such as website management background and website membership. Center, CMS, CRM, OA, etc. Of course, you can also
    2017-08-11 547 3427576
  • Detail Admin responsive backend management template
    Detail Admin responsive backend management template
    The Detail Admin responsive backend management template is based on Bootstrap 2.3.1. The theme is clean and elegant, suitable for any backend application. Created using the latest HTML5 and CSS3 features. Built in Sass and focused on simplicity and user-friendliness. Compatible with PC and mobile phones, it has a full set of templates, including 21 background template pages such as homepage, login page, rankings, users, forms, galleries, calendars, tables, icons, and UI elements.
    2017-06-02 303 3514050
  • 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 151 3116152
  • "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 intermediate tutorial ajax technology
    PHP intermediate tutorial ajax technology
    AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "PHP Intermediate Tutorial: Ajax Technology" will take you quickly
    2017-10-15 2089 3285731
  • 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 3112354
  • WeChat Mini Program Accounting Book Development Practical Courseware
    WeChat Mini Program Accounting Book Development Practical Courseware
    WeChat Mini Program Accounting Book Development Practical Courseware
    2023-09-21 17 1341
  • ThinkPHP configuration development and CMS backend practical courseware
    ThinkPHP configuration development and CMS backend practical courseware
    ThinkPHP configuration development and CMS backend practical courseware
    2023-08-15 32 1562
  • Eclipse maven project configuration instructions Chinese WORD version
    Eclipse maven project configuration instructions Chinese WORD version
    This document mainly talks about the eclipse maven project configuration instructions; the purpose of writing this article is to solve a series of problems caused by environmental problems, such as class not found exceptions, old and new JARs, resulting in some methods being unavailable, and hot plugging is supported. Modification, when debugging the program, there is no need to restart tomcat and other problems after modification; interested friends can come and take a look
    2024-02-27 29 1415
  • mybatis syntax and introduction Chinese WORD version
    mybatis syntax and introduction Chinese WORD version
    This document mainly talks about the syntax and introduction of mybatis; MyBatis is a persistence layer framework that can customize SQL, stored procedures and advanced mapping. MyBatis eliminates most of the JDBC code, manual setting of parameters and result set retrieval. MyBatis only uses simple XML and annotations to configure and map basic data types, Map interfaces and POJOs to database records. Compared with "one-stop" ORM solutions such as Hibernate and Apache OJB
    2024-01-31 35 1355
  • Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
    Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
    Perl is a powerful tool for UNIX-like system management. If you do not know Perl when maintaining the system, you should at least be familiar with SHELL. It is best to be comfortable with both. Perl is a scripting language. The original designer was Larry Wall and it was published on December 18, 1987. Perl borrowed features from C, sed, awk, shell scripting, and many other programming languages. The most important feature is its internal integration of regular expression functions and the huge
    2024-02-01 0 1621
  • Android development tutorials and notes pdf version
    Android development tutorials and notes pdf version
    Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
    2024-02-29 64 3118
  • Unity3d game development camera switching Chinese WORD version
    Unity3d game development camera switching Chinese WORD version
    This document mainly talks about camera switching in unity3d game development; I hope it will be helpful to everyone; interested friends can come and take a look.
    2024-02-29 51 2542
  • 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