current location:Home > 命名服�%A search
Found a total of 21313 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 56 1713
-
- 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 96 1780
-
- 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
-
- [Do not download] Namespace quick introduction tutorial source code
- PHP namespace video tutorial supporting source code
- 2017-10-21 230 3272912
-
- Cloud computing domain name hosting service company website template
- Cloud computing domain name hosting service company website template is a domain name hosting service company promotional website template download. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-17 28 509
-
- Blue style domain name hosting service company website template
- The blue style domain name hosting service company website template is a website template download suitable for companies engaged in domain name hosting services. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-02-13 37 835
-
- 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 196 3583456
-
- IDC cloud host VPS sales company whole site template
- IDC cloud host VPS sales company whole site template is a set of corporate website templates suitable for use by IDC companies, domain names, and virtual hosting service companies. A full set of templates, DIV+CSS layout, including homepage, domain name query, server hosting, VPS, blog, about us and other template pages.
- 2017-08-10 83 3428024
-
- Basics of PHP development__Object-oriented and namespace.pptx
- php object-oriented and namespace
- 2018-07-24 182 2151083
-
- WEB front-end development specification document + CSS naming convention
- WEB front-end development specification document + CSS naming convention
- 2018-01-06 200 3008329
-
- [Please download this] PHP namespace tutorial supporting source code
- PHP namespace quick introduction video tutorial
- 2017-10-21 481 3271937
-
- Day 37_Namespace autoloading lazy binding
- Day 37_Namespace autoloading lazy binding
- 2018-01-13 128 2979149
-
- PHP development basics_object-oriented and namespace_supporting source code
- PHP development basics_object-oriented and namespace
- 2018-07-24 214 2151082
-
- 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
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Android programming bundle, server, layout and other tutorials PDF version
- Content: Use Bundle to transfer data between activities, Log and DDMS (view Log and other information), Activity life cycle, Android application development 4 using Service, how to use service, service life cycle, process life cycle, using service for music playback, AndroidUI Layout etc...
- 2024-02-26 0 815
-
- 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 792
-
- 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
-
- Getting Started with Android Fragment Usage WORD Version
- This document mainly talks about the usage of Fragments for getting started with Android; Fragments are used to describe some behaviors or part of the user interface in an Activity. We can create multiple UI panels in a single activity by merging multiple fragments, and they can also be reused at the same time. fragment in multiple activities. You can think of fragment as a module of activity. Fragment has its own life cycle and receives its own input events. It can be received from a running
- 2024-02-01 0 580
-
- 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 2 1042
-
- 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