current location:Home > 外部css search
Found a total of 21313 related content
-
- css to realize cute cartoon alien drawing animation special effects
- A CSS to realize the special effects of cute cartoon alien painting animation
- 2023-02-02 11 531
-
- div+css on the right side of the web page returns to the top style code
- div+css on the right side of the web page returns to the top style code
- 2017-02-06 105 1801
-
- 8 classic css website top navigation bar styles
- 8 classic css website top navigation bar styles, top navigation menu special effects, and various drop-down menu layout effects.
- 2023-02-09 51 1021
-
- CSS with return to top right floating menu
- CSS returns to the top with a floating menu on the right, and returns to the top with a floating menu on the right. We often see this on mall websites or other websites. Partners can refer to the source code. PHP Chinese website recommends downloading!
- 2017-01-18 68 2107
-
- Pure CSS with bottom line animated text effects
- The pure CSS animated text effect with bottom lines will produce a horizontal line effect before the text is displayed, and the lines of the title will change from bars to dots, increasing liveliness.
- 2024-01-27 3 351
-
- HTML Golf Club CSS Website Template
- An HTML golf club CSS website template
- 2023-05-30 26 713
-
- Beautiful surf club sports responsive template
- Beautiful atmosphere sea surf club sports responsive bootstrap mobile phone big picture background conference exhibition fitness club skin care foreign trade business cycling yellow
- 2017-08-12 58 3422842
-
- Financial management investment company widescreen website template
- The widescreen website template for financial management and investment companies is beautiful and can be used to create websites for financial companies, investment and financial management companies, accounting companies and other service companies. Width: widescreen design at top and bottom, main body width 1100px Alignment: Center Structure: div+css
- 2017-08-09 53 3429450
-
- Fitness and sports club website template
- Fitness and sports club website template, stylish and elegant, full set of templates, DIV+CSS layout, including blog.html, classes.html, company.html, contact.html, events.html, index.html, post.html, pricing.html, Typography.html, widgets.html and other multiple page website templates.
- 2017-08-10 53 3426644
-
- 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 372 3107764
-
- Search engine optimization advanced programming PHP version (including source code)
- Search engine optimization has traditionally been the job of the marketing team. But in this book, we will look at search engine optimization from another perspective and let programmers also participate in the search engine optimization team. Search engine optimization (SEO) is not just the job of the marketing department. It must be carefully thought through by the Web site developer, throughout the entire development process from the initial Web site idea. By changing the architecture of a Web site and modifying its presentation technology, search engine rankings and traffic levels can be greatly improved. This unique handbook is designed for PHP developers or those involved in
- 2017-12-07 335 3115856
-
- 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
-
- 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
-
- Lucene index optimization Chinese WORD version
- This document mainly talks about Lucene index optimization; this article mainly introduces how to improve the indexing speed of Lucene. Most of the ideas introduced are easy to try, but of course others may increase the complexity of your program. So please confirm that the indexing speed is indeed very slow, and the reason for the slowness is indeed caused by Lucene itself; I hope this document will help friends in need; interested friends can come and take a look
- 2024-02-27 0 1190
-
- Use Nexus to build a Maven private server Chinese WORD version
- This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a look
- 2024-02-28 0 1018
-
- Android linux kernel introduction Chinese WORD version
- This document mainly talks about the introduction of Android linux kernel; Android kernel is based on Linux 2.6 kernel (the latest development version is 2.6.31). It is an enhanced kernel version. In addition to modifying some bugs, it provides functions to support Android Platform device driver, I hope this document will help friends in need; interested friends can come and take a look
- 2024-02-29 0 1209
-
- 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 0 785
-
- Android local data storage Chinese WORD version
- This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
- 2024-02-26 0 808
-
- 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 3 2025
-
- 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