current location:Home > 特殊符号 search
Found a total of 21313 related content
-
- CSS emoji animation
- CSS emoji animation, CSS emoji animation code.
- 2017-09-08 55 1752
-
- js symbol hits the text and becomes larger animation special effect
- The js symbol hits the text and the text becomes larger animation effect is an animation effect code where the symbol falls on the text, and then the text becomes larger.
- 2017-09-08 138 4404
-
- js animation code for text to become larger when the symbol hits it
- A js animation code that makes text bigger when a symbol hits it
- 2023-04-20 27 668
-
- Placeholder animation special effects plug-in for jQuery forms
- jQuery form placeholder animation special effects plugin
- 2018-02-12 44 1414
-
- jQuery form placeholder animation special effects plug-in
- jQuery form placeholder animation special effects plugin
- 2018-02-10 34 810
-
- css3 placeholder to create user login form js special effects
- css3 placeholder to create user login form js special effects
- 2017-02-04 63 3576469
-
- Empire CMS Template: Green Mobile Game Website Template
- Template name: Green mobile game template Template encoding: UTF-8 (if specifically stated, my templates are generally UTF-8, please read clearly) Applicable version: Made based on Empire CMS 7.0 UTF-8 version (lower versions may not be applicable due to inconsistencies in some tags, and I have not tested it) System model: based on news and a customized game model (that is, news model and download model) Template content: home page, news list, news content, game list, game content Template price: Free (no copyright requirements, free sharing, minor repairs despised)
- 2017-01-19 126 3582566
-
- Flat wedding planning web template
- Flat wedding planning web template. The core meaning of the flat concept is to remove redundant, heavy and complicated decorative effects. The specific manifestation is that redundant perspective, texture, gradient and elements that can create 3D effects have been removed, so that the "information" itself can be highlighted as the core again. At the same time, in terms of design elements, abstraction, minimalism and symbolization are emphasized. [1] For example: the design of operating systems such as Windows, Mac OS, iOS, Android, etc. has developed towards "flat design". Its design languages mainly include Material Design,
- 2017-12-07 45 3115806
-
- Red flat foreign trade company template
- Red flat foreign trade company template The core meaning of the flat concept is to remove redundant, heavy and complicated decorative effects. The specific manifestation is that redundant perspective, texture, gradient and elements that can create 3D effects have been removed, so that the "information" itself can be highlighted as the core again. At the same time, in terms of design elements, abstraction, minimalism and symbolization are emphasized. The flat design, especially the mobile phone system, is directly reflected in: fewer buttons and options, which makes the UI interface cleaner and neater, and is particularly simple to use, thus giving users a better operating experience. Because it can be simpler
- 2017-12-07 36 3115719
-
- WTS work follow-up system v1.16 source code
- The main functions and features of WTS work follow-up system: 1. Task tracking function that complies with common standards. It can be widely used for follow-up of key work, follow-up of inspection tasks, work supervision, follow-up of meeting minutes and resolutions, follow-up of work assigned by leaders, follow-up of team collaboration tasks, daily work plan, weekly work plan, monthly work plan follow-up, Project progress management software and tracking software improve team execution. 2. Work notes, custom group functions, work authorization, work handover, and viewing of subordinate work tasks. 3. Performance assessment function: The system provides KPI assessment and management by objectives assessment (MBO), which can
- 2017-02-15 818 3580663
-
- Chinese annotated version of the php configuration file php.ini (09.4)
- Under WINDOWS, the path during compilation is the WINDOWS installation directory. ; In command line mode, the search path of PHP.INI can be replaced with the -C parameter. ; The syntax of this file is very simple. Whitespace characters and lines starting with a semicolon ´;´ are simply ignored (as you might ; Same as you guessed). Chapter titles (eg: [FOO]) are also simply ignored, even though in the future they may ; has some meaning. ; ;
- 2017-12-08 335 3111384
-
- PHP+MySQL commercial website construction practice
- Chapter 1 Getting Started with Linux 1-1 Characteristics of operating systems 1-2 Installation settings 1-2-1 hard disk partition 1-2-2 Set LILO 1-2-3 Network address and time zone settings l-2-4 Set the account passwords of system administrators and general users 1-2-5 system safety certification l-2-6 Select the installation kit 1-2-7 Set up the display card and test Xwindows l-2-8 Start installing the kit l-3 Common commands l-4 basic network settings
- 2017-12-11 349 3103499
-
- 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
-
- music symbol disc icon material
- 14 music symbol disc icon materials, all in compressed package, free download.
- 2017-01-18 43 1015
-
- 30 cute emoticon vector materials (EPS+PNG)
- A cute emoticon vector material
- 2022-05-17 12 2024
-
- Love ribbons and female symbols design Women's Day + Goddess' Day background picture vector material (EPS)
- This is a Women's Day/Goddess' Day background picture vector material designed with love ribbons and female symbols. The format is EPS, including JPG preview.
- 2023-08-22 0 255
-
- Cupid valentine gift icon
- Ring, rose, female symbol, Cupid, heart-shaped balloon, chocolate
- 2017-01-22 30 1362
-
- Leather material buttons
- Leather material button free download decoration leather products tools symbols leather material psd source file
- 2017-05-12 34 1005
-
- Ruby on Rails string processing Chinese WORD version
- This document focuses on Ruby on Rails string processing; there are many ways to create a string in Ruby. There are two ways to represent a string: surrounding the character with a pair of single quotes ('str') or surrounding the character with a pair of double quotes ("str"). The difference between these two forms lies in the processing of the surrounding string. Strings constructed with double quotes can handle more escape characters. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-02 0 1236
-
- Perl learning handbook chm version
- Perl Learning Handbook is an article written by a Taiwanese Perl master, specially packaged as a chm version for everyone's convenience. About this book 1. About Perl 1.1 History of Perl 1.2 Concepts of Perl 1.3 Features 1.4 Environment for using Perl 1.5 Getting started with Perl 1.6 Your first Perl program 2. Scalar variables (Scalar) 2.1 About scalars 2.1.1 Numeric values 2.1. 2 Strings 2.1.3 Number and string conversion 2.2 Use your own
- 2024-02-29 5 2204
-
- Simple usage of JSON Chinese WORD version
- This document mainly talks about the simple usage of JSON; JSON (JavaScript Object Notation) is a simple data format that is more lightweight than xml. JSON is a native JavaScript format, which means that processing JSON data in JavaScript does not require any special API or toolkit. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-01 0 953
-
- Install Android with VirtualBox
- VirtualBox is an open source virtual machine software. VirtualBox is known as the most powerful free virtual machine software. It not only has rich features, but also has excellent performance! It is simple and easy to use, and the systems that can be virtualized include Windows (all Windows systems are supported from Windows 3.1 to Windows 10 and Windows Server 2012), Mac OS X, Linux, OpenBSD, Solaris, IBM OS2 and even Android operating systems
- 2024-01-28 2 1921
-
- Features of Matlab language Chinese WORD version
- This document mainly describes the characteristics of the Matlab language; Matlab has the advantages of simple usage, flexibility, strong program structure, and good scalability. It has gradually become the preferred language tool in scientific computing, view interaction systems, and programs. In particular, it has outstanding performance in linear algebra, mathematical statistics, automatic control, digital signal processing, dynamic system simulation, etc., and has become a useful weapon for scientific research staff and engineering technicians to conduct scientific research and production practice. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-18 1 1874
-
- 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
-
- PHP HTML entity number and non-ASCII string conversion class
- PHP HTML entity number and non-ASCII string conversion class
- 2017-03-31 115 4577
-
- 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