current location:Home > java工厂模式 search
Found a total of 21321 related content
-
- CSS3 3D Rubik's Cube rotation picture switching view special effects
- CSS3 3D Rubik's Cube rotating picture switching viewing effect is a mouse-selected image, which can automatically realize the 360-degree stunning 3D rotating cube animation special effects.
- 2024-02-26 119 792
-
- CSS3 login form special effects with floating placeholders
- CSS3 login form effect with floating placeholders is a login form page with floating placeholders and indicator button effects.
- 2024-02-26 109 680
-
- You can drag horizontally to switch the special effects of the picture
- The special effect that can be dragged horizontally to switch pictures is a web special effect with left and right arrow buttons that also supports horizontal dragging of the picture list to view the effect.
- 2024-02-26 117 681
-
- jQuery embedded iframe navigation menu
- jQuery embedded iframe navigation menu is a left vertical drop-down navigation bar with embedded iframe navigation menu background page template.
- 2024-02-26 121 786
-
- jQuery pops up mask picture album code downwards
- The jQuery downward pop-up mask picture album code is a jQuery picture album code implemented based on the SimpleModal pop-up layer plug-in.
- 2024-02-03 100 1116
-
- Steel machinery industrial processing plant bootstrap template
- Steel machinery industrial processing plant bootstrap template
- 2017-01-21 108 3581153
-
- Yunduo Factory personalized hand-painted website template
- Yunduo Factory personalized hand-painted website template
- 2018-06-23 211 2281512
-
- Aerospace Fuel Factory official website HTML template
- Aerospace Fuel Factory official website HTML template
- 2018-05-28 137 2409509
-
- Factory machinery and equipment manufacturing company website template
- Factory machinery and equipment manufacturing company website template
- 2018-02-27 164 2816766
-
- Fuel factory official website HTML template
- The fuel factory official website HTML template contains 7 sub-pages, which is suitable for fuel company website template downloads.
- 2017-08-23 123 3403530
-
- Design Patterns Mini Manual (RedSword Software Studio)
- Design Patterns Mini Manual (RedSword Software Studio)
- 2018-02-02 167 2895689
-
- 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
-
- 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
-
- 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
- 2023-08-15 32 1562
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 172 2288
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2199
-
- j2me3D game development simple tutorial Chinese WORD version
- This document mainly talks about a simple tutorial on j2me3D game development; Nowadays, 3D graphics are a key part of almost any game, and even some applications have achieved success by using 3D forms to describe information. As mentioned earlier, developing in immediate mode and manually coding all 3D objects is slow and complex. All corner points of polygons in your application must be encoded independently in an array. In JSR 184, this is called immediate mode. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 58 1873
-
- Scala Chinese Manual Scala Getting Started and Advanced
- Scala is also a functional language, and its functions can also be used as values. Scala provides a lightweight syntax for defining anonymous functions, supports higher-order functions, allows nesting of multi-level functions, and supports currying. Scala's Case Class and its built-in pattern matching are equivalent to the Algebraic Type commonly used in functional programming languages. Scala Classroom is a series of lectures launched by Twitter to help experienced engineers become effective Scala programmers. Scala is a relatively new language
- 2024-02-02 49 1371
-
- Maven User Guide Chinese WORD version
- This document mainly talks about the Maven usage guide; Apache Maven is a software (especially Java software) project management and automatic construction tool provided by the Apache Software Foundation. Based on the concept of Project Object Model (abbreviation: POM), Maven uses a central piece of information to manage the construction, reporting and documentation steps of a project. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 46 1010
-
- Vuex Reference Manual Chinese CHM version
- Vuex is a state management model + library specially designed for Vue.js applications. It provides a centralized storage service for all components within the application, with rules ensuring that state can only change in expected ways. It can be integrated with the Vue official devtools extension to provide advanced features, such as zero-configuration time travel-like (timeline-based) debugging, and state snapshot export/import. This article brings you the Vuex reference manual. Friends who need it can come and take a look!
- 2024-02-29 0 1576
-
- Matlab implementation of optimization method Chinese WORD version
- The technology of using optimization methods to solve optimization problems is called optimization technology, which includes two aspects: 1) Establishing a mathematical model, that is, using mathematical language to describe the optimization problem. The mathematical relationships in the model reflect the goals and various constraints to be achieved in the optimization problem. 2) Mathematical solution After the mathematical model is built, a reasonable optimization method is selected for solution. Using Matlab's optimization toolbox, you can solve linear programming, nonlinear programming and multi-objective programming problems. Specifically, it includes linear and nonlinear minimization, maximization, quadratic programming, semi-infinite problems,
- 2024-01-18 0 1148
-
- 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 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 is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 730
-
- 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 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
-
- Factory design pattern PHP classes
- Factory design pattern PHP classes
- 2018-01-08 254 2516
-
- Factory design pattern PHP implementation code class
- Factory design pattern PHP implementation code class
- 2017-04-13 177 1392
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589