current location:Home > 节能环保图标 search
Found a total of 21313 related content
-
- jQuery image autoplayer code
- The jQuery image autoplayer code is based on jquery-1.7.2.min.js and implements functions such as image marking, jump, pause, forward, backward, loop playback, fast forward, etc.
- 2017-08-16 79 1840
-
- css3 full screen large image small image switching focus image advertising code
- This code is implemented by relying on js files, and the large pictures and small pictures are separated, so that users can save a lot of time and traffic when opening the web page. The implementation method of this code is also very simple. You can directly copy the files under index.html and images to the location you need to run, and then save them. The large and small pictures under images can be changed according to your needs, or you can Add links to larger images.
- 2017-08-16 149 1201
-
- Mobile Happy Scratch HTML5 plug-in
- The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.
- 2024-02-29 5 343
-
- HTML5 paper folded into gift box animation special effects
- The HTML5 paper folding into gift box animation effect is a Christmas gift animation effect implemented in CSS that is suitable for Christmas or any holiday.
- 2024-02-29 5 327
-
- Pure CSS3 retro film player special effects
- Pure CSS3 retro film player special effects is a simple film music player and film recording player special effects.
- 2024-02-29 6 478
-
- Green Fertilizer Co., Ltd. corporate website template
- Green Fertilizer Agriculture Organic Food Vegetable Farmhouse Entire Site Chinese Amazeui Responsive Mobile Group Enterprise Slideshow Large Image Energy Environmental Protection Tea Forestry Animal Husbandry Industry Beautiful
- 2017-08-12 76 3423489
-
- vjia simple version separate template package (utf-8)
- Supports ECSHOP272 ECSHOP273 version and UTF8 GBK encoding vjia simple version, simple and fashionable, widescreen throughout the site A lot of code has been optimized to ensure simplicity and standardization, making the template open faster and more conducive to SEO; The page uses standard DIV+CSS cutting, professional and elegant, suitable for various industries, and compatible with all major browsers; The template has been upgraded to the latest version of ecshop, all default functions are compatible, and the test is correct;
- 2017-01-17 80 3581817
-
- Imitation Xiaomi simple template (utf) version
- Simple and elegant, the whole site is adaptive to the width and width, and it is clear at a glance The shopping process has optimized a lot of code to ensure conciseness and standardization, making the template open faster and more conducive to SEO; the page standard DIV+CSS cutting, professional and elegant, suitable for various industries, and compatible with major browsers; the template has been upgraded to ecshop The latest version, all default functions are compatible, and tested correctly in ECSHOP V2.7.3 version;
- 2017-01-17 88 3581801
-
- Travel hotel booking car rental service website template
- One-stop service website template for travel hotel booking and car rental is a travel website template download suitable for providing one-stop service for hotel booking and car rental. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-17 48 673
-
- Internet data SEO service website template
- Internet data SEO service website template is a promotional website template download suitable for Internet companies that provide SEO, data analysis, software development and other services. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-17 18 778
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 36 1329
-
- PHP+MySQL basic introductory course courseware
- PHP+MySQL basic introductory course courseware
- 2023-11-06 32 1049
-
- HTML5CSS3JavaScriptES6 introductory course courseware
- HTML5CSS3JavaScriptES6 introductory course courseware
- 2023-11-06 56 914
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 998
-
- Energy saving and environmental protection icon
- The energy saving and environmental protection icon download provides 19 energy saving and environmental protection icons in PNG format with a size of 128x128 pixels for free download.
- 2017-05-31 48 1093
-
- Energy saving transportation icons
- The energy-saving and environmental protection icon download provides 14 energy-saving transportation icons in PNG format with a size of 128x128 pixels.
- 2017-05-31 56 1081
-
- 25 environmental protection icon vector materials (PNG+EPS)
- 25 environmental protection icon vector materials
- 2022-02-18 53 3489
-
- Save water resources and protect the environment HD pictures
- Save water resources and protect the environment HD pictures for free download, size: 2953x1772
- 2017-06-04 45 954
-
- Energy saving and low carbon poster background material
- Energy saving and low carbon poster green low carbon energy saving environmental protection energy saving lamp wind turbine building character beauty light bulb blue sky grass psd
- 2017-03-17 32 1117
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- mod_python 3.2.8 Chinese manual doc version
- mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
- 2024-01-25 0 923
-
- python basic tutorial to lesson 60_python basic information word version
- Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
- 2024-01-25 0 1072
-
- Python introductory tutorial Chinese WORD version
- Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
- 2024-01-25 0 656
-
- Basic introduction to python unittest Chinese WORD version
- Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
- 2024-01-25 0 862
-
- DVWA
- Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
- 2023-08-18 38 6588
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 23 4395
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- phpList
- phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
- 2023-09-18 15 4111
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11352 90802
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749
-
- PHP library for processing text
- PHP library for processing text
- 2018-01-23 306 9825