current location:Home > 欧易提现 search
Found a total of 21321 related content
-
- A simple calculator implementing the reverse Polish expression
- A simple calculator implementing the reverse Polish expression
- 2019-11-07 128 3250
-
- jquery-Imitate the advertising pop-up layer that appears on the homepage of Suning.com every day
- An advertisement pop-up layer appears on the homepage of Suning.com every day
- 2018-10-25 243 2960
-
- jquery+css3 realizes picture prompt effect
- jquery+css3 realizes picture prompt effect
- 2019-09-09 94 960
-
- Simple and easy-to-use jQuery.clock-canvas clock effect based on canvas
- Simple and easy-to-use jQuery.clock-canvas clock effect based on canvas
- 2017-09-20 201 2041
-
- Imitation elementUI Alert message prompt plug-in implemented by jQuery
- A jQuery-based imitation elementUI Alert message prompt plug-in
- 2022-04-15 138 3544
-
- Modern real estate villa transaction website template
- A modern real estate villa transaction website template
- 2023-04-24 115 824
-
- Red Lida spot trading financial website html full site template
- Red Lida spot trading financial website html full site template
- 2017-02-03 108 3576725
-
- HTML5 luxury villa transaction service website template
- HTML5 luxury villa transaction service website template is a website template suitable for providing villa transaction services. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-12-01 104 836
-
- NFT digital collection trading website template
- NFT digital collection trading website template is a website template download that provides NFT digital collection collection and trading service promotion website template. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-11-21 181 1633
-
- Virtual currency online trading website template
- The virtual currency online trading website template is a website template download that provides virtual currency online trading service promotion. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-11-20 145 1296
-
- "PHP Technology Insider" Chinese version
- This book explains in detail how to use PHP, covers all aspects of PHP applications, and provides a large number of code examples so that readers can learn PHP quickly and easily. Each chapter is divided into two parts. The first part "In-depth Analysis" details the relevant technical information.
- 2017-12-12 352 3097949
-
- ThinkPHP3.2.3 fully developed
- ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented. It is released under the Apache2 open source license. It has been adhering to simple and practical design principles since its inception. While maintaining excellent performance and minimal code, It pays special attention to development experience and ease of use, and has many original functions and features, providing strong support for WEB application development. Version 3.2 makes some architectural adjustments on the original basis, introduces namespace support and modularization improvements, and provides more convenience for large-scale applications and modular development.
- 2017-12-12 298 3097553
-
- PHPCMS V9
- PHPCMS V9 (hereinafter referred to as V9) is developed using PHP5+MYSQL as the technical basis. V9 adopts OOP (Object-Oriented Programming) + MVC design pattern to build the basic operating framework. Modular development method is used as a functional development method. The framework is easy to expand functions, maintain code, and has excellent secondary development capabilities, which can meet the application needs of all websites. An excellent team with 5 years of development experience, while mastering rich WEB development experience and CMS product development experience, has the courage to innovate and pursue perfect design concepts, providing assistance to as many as 100,000 websites around the world, and
- 2017-12-12 273 3097975
-
- Learning PHP, MySQL and Apache
- PHP is a programming language and MySQL is a database. It is not easy to learn any of them well, and we have to make results out of it! is it hard? Will not! There are good methods and good processes that can actually be easily learned and applied on web pages. What is introduced in the book are concepts and processes. Step by step, according to the needs, we can achieve the results we want. We are not afraid of not being able to achieve it. I hope that through this book, you can realize these concepts in your website. . To learn PHP & MySQL, as long as you have the correct concepts and correct
- 2017-12-11 329 3102059
-
- The Intuitive QuickPro Guide Version 2
- PHP is a programming language and MySQL is a database. It is not easy to learn any of them well, and we have to make results out of it! is it hard? Will not! There are good methods and good processes that can actually be easily learned and applied on web pages. What is introduced in the book are concepts and processes. Step by step, according to the needs, we can achieve the results we want. We are not afraid of not being able to achieve it. I hope that through this book, you can realize these concepts in your website. . To learn PHP & MySQL, as long as you have the correct concepts and correct
- 2017-12-11 340 3101847
-
- 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
-
- Easy language programming
- Yi Language is a fully Chinese, fully visual, cross-platform programming tool. It was designed and developed by Dalian Dayou Wu Tao Yi Language Software Development Co., Ltd. It is characterized by full Chinese culture and low entry requirements. Almost all you need to know how to use computers and words is Anyone who inputs can do programming, and its development language is all Chinese and life-oriented. In the future study, we will deeply appreciate its "easy". Let's enter the world of "Easy" together! This platform provides easy language programming beginner version download
- 2024-02-29 53 1246
-
- Web Service Design Based on REST Architecture WORD Version
- This document mainly talks about the design of Web Service based on REST architecture; REST (Representational State Transfer) is a lightweight Web Service architecture style. Its implementation and operation are obviously simpler than SOAP and XML-RPC, and can be completely passed HTTP protocol implementation can also use cache to improve response speed, which is superior to SOAP protocol in terms of performance, efficiency and ease of use. I hope this document will help friends in need; interested friends can
- 2024-01-28 0 828
-
- Introduction and improvement of Android JNI development Chinese WORD version
- This document mainly talks about the introduction and improvement of Android JNI development; JNI has a wide range of applications in the Android system. The bottom layer of the Android system is implemented in C/C++, and the APIs provided by the upper layer are all Java. Java calls the underlying implementation through JNI. For example: Android API multimedia interface MediaPlayer class actually calls the libmedia library through JNI at the bottom layer. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 758
-
- Lucene technical documentation word version
- Lucene is a sub-project of the Apache Software Foundation 4 jakarta project team. It is an open source full-text search engine toolkit. However, it is not a complete full-text search engine, but a full-text search engine architecture that provides a complete Query engine and indexing engine, some text analysis engines (two Western languages, English and German). The purpose of Lucene is to provide software developers with a simple and easy-to-use toolkit to easily implement the full-text search function in the target system, or to build a complete full-text search engine based on it. Luc
- 2024-02-27 2 1244
-
- Delphi Programming Manual Online Updated Edition
- Online updated version of Delphi Programming General Tutorial. This tutorial is updated continuously by the official staff. The content of the tutorial is maintained by official personnel. It is very good for Delphi beginners and friends who want to get started with Delphi. It is rich in content, easy to understand, and as Delphi As technology develops, the content of the tutorial is updated in a timely manner. The prerequisite is that you can connect to the Internet.
- 2024-01-19 52 1458
-
- PHP QR Code
- PHP QR Code is an open source (LGPL) library used to generate QR Code, that is, two-dimensional code. Based on the libqrencode C library, it provides an API for creating QR Code barcode images (PNG, JPEG depend on GD2). Completely implemented in PHP.
- 2023-08-15 175 2570
-
- Dolibarr ERP - CRM
- Dolibarr ERP - CRM is an easy-to-use open source software package for businesses, foundations or freelancers (prospects, invoices, inventory, warehouses, orders, shipments, POS, foundation members, bank accounts, etc.) available on Runs on a web PHP server or as standalone software. Dolibarr also provides an automatic installer for users without technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) in just one package. The platforms available for these packages are: Win
- 2023-08-18 167 2927
-
- Dompdf
- dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class
- 2023-08-15 165 2619
-
- TeemIp - IPAM and DDI solution
- TeemIp is a free, open source, WEB-based IP address management (IPAM) tool that provides comprehensive IP management functions. It allows you to manage IPv4, IPv6 and DNS spaces: track user requests, discover and assign IPs, manage your IP plans, subnet spaces, zones and DNS records in compliance with best DDI practices. Meanwhile, TeemIp's Configuration Management Database (CMDB) allows you to manage your IT inventory and associate your configuration items (CIs) with the IPs they use. The project source code is located at https://github.
- 2023-08-18 173 2634
-
- 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
-
- 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