current location:Home > -命名空間 search
Found a total of 21321 related content
-
- jQuery small2big image zoom plug-in
- jQuery small2big image scaling plug-in, compatible with mainstream browsers, recommended download on PHP Chinese website! Instructions: 1. The head area references files css and js libraries 2. Add html code to the file. One li corresponds to one picture. The pictures in the images folder are named 1.jpg, 2.jpg, ... <ul class="s2b_col" id="s2b_col">
- 2017-03-11 147 2025
-
- HTML5 Canvas signature drawing board function code
- The HTML5 Canvas signature drawing board function code is a functional code that supports clearing, undoing, withdrawing, erasing, modifying the brush thickness and color, extending the canvas width, extending the canvas height, dragging and changing the height of the drawing board, etc.
- 2019-03-06 142 2420
-
- Simple and easy-to-use three-dimensional banner switching plug-in
- Effect description: Simple and easy-to-use three-dimensional left and right scrolling banner focus image effect The source code does not have any pictures, and the CSS is relatively redundant. Lazy webmasters have optimized it to make it easier for lazy people to use. Instructions: 1. Introduce CSS into your page to ensure there is no naming conflict. 2. Copy the code part in index.html to the place you need.
- 2017-08-21 197 2034
-
- 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
-
- [Do not download] Namespace quick introduction tutorial source code
- PHP namespace video tutorial supporting source code
- 2017-10-21 340 3273261
-
- Space domain name host website template
- Space domain name hosting website template, DIV+CSS layout, full set of templates, including homepage, hosting-plan, privacy policy, FAQ, recommendation, contact and other website template pages.
- 2017-08-10 120 3427386
-
- IT technology space hosting provider corporate website template
- it technology space host domain name bootstrap responsive host black
- 2017-08-16 140 3415428
-
- WordPress blog theme: Adaptive Crazy uncle, named after the crazy uncle!
- I have nothing to do, so I would like to share a WordPress blog theme that I have made for a long time. This theme is adaptive, easy to make, has a simple interface, and is easy to operate. Yes, it is a simple blog theme, in Dami’s words. , is simply a personal show-off weapon. . . Haha, I do have a bit of a stubborn streak, I will just do whatever I want, haha. . . In Uncle Wan's words, this kind of design layout is the favorite of foreign experts. Well, it's all very well said, hahaha!
- 2017-01-14 324 3583804
-
- Website building box group version 1.4 source code
- Website Building Box is the industry's original website group engine. N websites can be built in one space, with completely independent interfaces, independent content, and independent domain names. 3,000 sets of templates can be switched and activated in one minute, and there are no copyright notices on the entire site.
- 2017-02-18 276 3574301
-
- Basics of PHP development__Object-oriented and namespace.pptx
- php object-oriented and namespace
- 2018-07-24 182 2151209
-
- [Please download this] PHP namespace tutorial supporting source code
- PHP namespace quick introduction video tutorial
- 2017-10-21 481 3272070
-
- Day 37_Namespace autoloading lazy binding
- Day 37_Namespace autoloading lazy binding
- 2018-01-13 128 2979305
-
- PHP development basics_object-oriented and namespace_supporting source code
- PHP development basics_object-oriented and namespace
- 2018-07-24 214 2151202
-
- WEB front-end development specification document + CSS naming convention
- WEB front-end development specification document + CSS naming convention
- 2018-01-06 200 3008454
-
- HD pictures of Yellow Crane Tower, the most beautiful scenery in the world
- High-definition pictures of Yellow Crane Tower, the most beautiful scenery in the world, blue sky, clouds, attractions, scenic spots, Snake Mountain, places of interest, beautiful scenery of ancient buildings, tourist scenery
- 2017-01-22 118 1381
-
- 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
-
- Python module learning Chinese WORD version
- This document mainly talks about module learning in Python; Python is composed of a series of modules. Each module is a file with the suffix py. At the same time, the module is also a namespace, thus avoiding the problem of variable name conflicts. We can understand modules as lib libraries. If you need to use a function or object in a certain module, you must import this module before it can be used. Except for the system default modules (built-in functions), which do not need to be imported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-25 39 1330
-
- Array application & two-dimensional array word version
- The so-called array is a collection of elements of the same data type arranged in a certain order. It is a collection of variables that names a limited number of variables of the same type and then uses numbers to distinguish them. This name is called the array name, and the number is called the following. mark. The individual variables that make up an array are called components of the array, also called elements of the array, and sometimes called subscript variables. In programming, an array is a form of organizing several variables of the same type in an orderly manner for the convenience of processing. These collections of similar data elements arranged in order are called arrays. Array application & two-dimensional array directory
- 2024-01-31 0 980
-
- MATLAB function help document Chinese WORD version
- A function is a set of statements that work together to perform a task. In MATLAB, functions are defined in separate files. The file names of the file functions should be the same. Functions operate in their own workspace, which is also called the local workspace, independent of the workspace, accessed at the MATLAB command prompt, which is called the base workspace variable. Functions can accept multiple input parameters and may return multiple output parameters. MATLAB is a programming language developed by The MathWorks Company. It was originally a matrix programming language that made linear algebra programming easy. It can be run on
- 2024-01-18 1 923
-
- How to use Visual Studio 2010 WORD document doc format
- How to use Visual Studio 2010 1. Open the interface and click File---→New---→Project. The new project interface will pop up. Select Visual C++ on the left, select an empty project on the right, then enter the name and storage location below, and finally click OK. After that, the interface (Solution Explorer) will pop up, then select the header file, or source file, right-click---→Add---→New project, pop-up Add
- 2024-02-29 62 1712
-
- 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 923
-
- Phalcon
- Phalcon is a full-stack PHP framework whose source code is written in the C programming language. Using the framework doesn’t require knowledge of C as it uses PHP classes and its namespaces.
- 2024-10-17 0 709
-
- 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
-
- 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
-
- Small PHP library for optimizing images
- Small PHP library for optimizing images
- 2018-01-26 749 19265
-
- PHP library to extract GIF animation frame information
- PHP library to extract GIF animation frame information
- 2018-01-26 372 11288