current location:Home > 部落格 search
Found a total of 21321 related content
-
- Return to the top code on the right side of Metro flat style web page
- Return to the top code on the right side of Metro flat style web page
- 2017-02-06 254 3335
-
- jQuery fixed table code with scroll bar header
- The jQuery fixed table code with scroll bar head is a custom table style code implemented by jquery easyui.
- 2017-06-27 160 1813
-
- jQuery imitates Excel table right side and header fixed code
- This is a jQuery imitation Excel table right side and head fixed code that is similar to Excel scrolling and dragging to the table content to display the preview effect.
- 2017-12-11 122 1826
-
- jQuery imitates the code for fixing the right side and head of Excel table
- This is a jQuery imitation Excel table right side and head fixed code that is similar to Excel scrolling and dragging to the table content to display the preview effect.
- 2017-12-15 122 1563
-
- win8 flat style website sidebar online customer service return to top
- The win8 flat style website sidebar online customer service is an online customer service website sidebar code based on jquery with a return to top function.
- 2017-03-24 178 2483
-
- Minimalist business style e-book landing page template
- A minimalist business style e-book landing page template
- 2023-04-17 125 986
-
- Black style fitness club website template
- The black style fitness club website template is a suitable download for promotional website templates in the fitness service industry. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-05-11 142 614
-
- Minima black responsive backend management template
- Minima's black responsive background management template is based on Bootstrap 3.3.4. It has a black style and is compatible with PC and mobile phones. It has a full set of templates, including login, dashboard, buttons, widgets, grid layout, charts and other background template pages.
- 2017-05-28 325 3518870
-
- Helsinki responsive backend management template
- Helsinki responsive backend management template, blue style, adaptive resolution, compatible with PC and mobile, a full set of templates, including 39 backend templates such as dashboard, login, UI elements, charts, forms, tables, widgets, assistants, etc. page.
- 2017-05-28 249 3519823
-
- Universal bootstrap4 management background template page-PikeAdmin
- PikeAdmin is a set of management background HTML template pages, based on the latest Bootstrap4 framework coding, integrating many JS plug-ins and UI widgets to form a unified page style.
- 2022-03-30 484 5924
-
- PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
- PHP and MySQL in Dynamic WEB Websites reflect the needs of actual programs in detail, carefully exploring the validation of external data (such as the format of a credit card number), user login, and how to use templates to establish a standard appearance for web pages. The content of PHP and MySQL in dynamic WEB websites is not just these. The book also mentions how to connect JavaScript and PHP to make user operations faster and more convenient. There are also ways to properly handle user input errors to make your website look more professional. In addition, a large number of powerful functions from the PEAR plug-in function library are introduced to support commonly used and powerful packages.
- 2017-12-09 375 3107893
-
- 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
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1692
-
- PHP programming (summary of basic knowledge points) courseware
- PHP programming (summary of basic knowledge points) courseware
- 2023-06-26 9 1769
-
- 20 cartoon-style facial expression vector materials (EPS)
- A cartoon style facial expression vector material
- 2022-02-10 102 1993
-
- Football club round icon
- Football club round icon download provides 17 football club round icons in PNG format with a size of 128x128 pixels for free download.
- 2017-05-23 141 1361
-
- Sunset trees silhouette vector material
- Sunset trees silhouette vector download: eps format file
- 2017-01-22 139 2184
-
- Nine lemon vector materials (EPS) with different movements and expressions
- This image shows a collection of animated lemon cartoons, each displaying different emotions and actions. From joyful smiles and confident waves to melancholic tears and angry expressions, these lemon images bring us a variety of emotional expressions. Their bodies are painted with simple black arms and legs, and they also wear white shoes, which adds to the fun. Each lemon remains consistent in shape and color, but gives us their unique personality through different facial expressions and body language. These lemon characters are cute and vibrant, perfect for use as illustrations or design elements. The material format is EPS
- 2023-10-30 143 2959
-
- 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
-
- Flash ActionScript3 Advanced Tutorial pdf version
- Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V
- 2024-01-17 37 3563
-
- Getting started with Qt QML
- This document mainly talks about getting started with Qt QML – QML syntax; QML is a descriptive scripting language, and the file format ends with .qml. The syntax format is very similar to CSS (refer to the specific examples below), but it also supports programming control in the form of javascript. QML is part of the Qt Quick technology launched by Qt. It is a new and easy-to-learn language. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-28 51 1150
-
- [Top] Detailed summary of JSON in Android Chinese WORD version
- JSON (JavaScript Object Notation) Definition: A lightweight data exchange format that is highly readable and easy to write quickly. The mainstream technology in the industry provides a complete solution (somewhat similar to regular expressions, supported by most languages today), so that data can be exchanged between different platforms. JSON adopts a highly compatible text format and also has behavior similar to the C language system. Friends in need can download and take a look
- 2024-02-26 0 1058
-
- Android resources and internationalization settings Chinese WORD version
- This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-29 56 1281
-
- 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
-
- 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
-
- 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