current location:Home > 什么 search
Found a total of 21313 related content
-
- jquery website function operation guide
- The website function introduction steps can guide users on how to operate or what they should do.
- 2019-09-18 37 1233
-
- Flat CSS3 vertical timeline style code
- Flat CSS3 vertical timeline style code, this effect will still be used, such as filing websites, what to do in the first step, what to do in the second step, so that you can use the timeline effect to create it, PHP Chinese website recommends downloading!
- 2017-01-18 88 2019
-
- Table scroll information
- Table scrolling information realizes the scrolling effect of the information in the table. It is generally used on corporate websites or training company websites, such as information about employed students, what companies they are in, etc. PHP Chinese website recommends downloading!
- 2017-01-18 34 1488
-
- HTML5 mobile phone verification lottery ticket collection code
- HTML5 mobile phone verification lottery ticket collection code. You need to enter your mobile phone number before you can start the lottery. This way you will also know who won what prize. Personally, I think this effect is very good. PHP Chinese website recommends downloading!
- 2017-01-20 85 1490
-
- jquery vertical timeline mouse scroll timeline scroll code
- jquery vertical timeline mouse scrolling timeline scrolling code is generally used for registration. For example, registration requires several steps, or some other websites, and the mobile terminal of express delivery companies will also use it. For example, wherever the goods arrive, there will be time and express delivery. Where is it!
- 2017-01-18 156 2989
-
- Ele.me linked menu effect
- Quickly build an ordering page similar to Ele.me
- 2019-09-24 120 220775
-
- WeChat Mini Program-Imitate Ele.me single merchant takeout mini program source code
- WeChat Mini Program-Imitate Ele.me single merchant takeout mini program source code
- 2018-06-22 832 2288854
-
- Luxury residential real estate front-end website template
- If a website template can be interactive and contain more active elements, it is necessary to embed other technologies in the web page. Such as: Javascript, VBScript, Document Object Model (DOM, Document Object Model), Layers and Cascading Style Sheets (CSS, Cascading Style Sheets). Here we mainly talk about Javascript. So what is Javascript? Javascript was born to meet the needs of dynamic web page production.
- 2017-12-09 43 3107899
-
- HTML5 green web host website template
- If a website template can be interactive and contain more active elements, it is necessary to embed other technologies in the web page. Such as: Javascript, VBScript, Document Object Model (DOM, Document Object Model), Layers and Cascading Style Sheets (CSS, Cascading Style Sheets). Here we mainly talk about Javascript. So what is Javascript? Javascript was born to meet the needs of dynamic web page production.
- 2017-12-09 47 3107989
-
- HTML5 green large screen technology front-end website template
- If a website template can be interactive and contain more active elements, it is necessary to embed other technologies in the web page. Such as: Javascript, VBScript, Document Object Model (DOM, Document Object Model), Layers and Cascading Style Sheets (CSS, Cascading Style Sheets). Here we mainly talk about Javascript. So what is Javascript? Javascript was born to meet the needs of dynamic web page production.
- 2017-12-09 40 3108359
-
- What is the implementation principle of Ajax
- Ajax implementation principle
- 2018-01-10 143 2991032
-
- "How Freemarker generates static html files"
- "How Freemarker generates static html files"
- 2018-01-02 178 3026500
-
- UNI-APP development (imitation Ele.me) related courseware
- UNI-APP development (imitation Ele.me) related courseware
- 2021-12-29 122 2557
-
- (1130 source code-2) Ele.me background source code (including sql file)
- Ele.me backend source code (including sql file)
- 2021-12-01 78 675
-
- "How to design CSS for high-traffic websites (Chinese version)"
- "How to design CSS for high-traffic websites (Chinese version)"
- 2018-01-23 227 2937349
-
- Hanyi Shu Songyi font
- Hanyi Shu Song Yijian is a kind of Song style in Hanyi font library. It is no different from Song style characters. It is usually used for special reminders such as annotations.
- 2017-01-19 35 1102
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- 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
-
- About Objective
- This document mainly talks about the rules of Objective-C manual memory management; Objective-C has added some new things in ios development, including properties and garbage collection. So, before we learn Objective-C, it is best to first understand what it was like in the past and why Objective-C added these supports. Friends in need can download and take a look
- 2024-02-02 0 926
-
- Using Eclipse to build Maven's SpringMVC project Chinese WORD version
- First, Eclipse needs to install the Maven plug-in. Use MyEclipse to install the Maven plug-in. There are some problems with the built Maven project. First, when publishing tomcat, resources are never published to tomcat; second, after changing the classes under WEB-INF to the classes under target, I don’t know why MyEclipse still generates classes under WEB-INF. Either it really doesn’t generate classes in WEB-INF but releases t
- 2024-02-28 0 674
-
- Introduction to Android basics pdf version
- Introduction to Android basics pdf, which introduces what Android is, the functions that Android can complete, Android architecture, Android application framework, Android function library, etc., starting from installing Android, to environment configuration, to writing complex applications step by step. This book will take you through basic but meaningful introductory knowledge of Android.
- 2024-02-29 0 1135
-
- Android cooperates with WebService to access remote database Chinese WORD version
- Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
- 2024-02-26 0 903
-
- 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
-
- SecLists
- SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
- 2023-09-11 30 5741
-
- 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