current location:Home > 重启失效 search
Found a total of 21313 related content
-
- Image overlap effect to create 5 image overlap switching effect codes
- Image overlap effect to create 5 image overlap switching effect codes
- 2017-02-06 78 2232
-
- Overlapping html bar chart animation effects
- Overlapping html bar chart animation effects
- 2023-04-18 9 378
-
- CSS disappearing and progressive text effects
- In web page production, various text effects are often used to highlight the effect. Today, we have compiled this "disappearing text" for everyone. It has disappearing and progressive text effects. Interested friends should not miss it.
- 2022-02-07 35 5682
-
- Open animation lottery JS special effects code based on Zepto+CSS3 treasure box
- Based on Zepto+CSS3 treasure chest opening animation lottery JS special effects code, very good special effects code, special effects based on Zepto, CSS3, including several CSS3 animation effects, background halo scrolling, treasure chest swinging open, pop-up prompt layer, still very good CSS3 Everyone can learn animation special effects.
- 2017-01-14 191 3542
-
- Web page display pictures display disappearing effects when clicked with the mouse
- A web page displays pictures with a mouse-click display and disappearing effect.
- 2022-11-23 24 546
-
- 1.1.9PbootCMS
- PbootCMS is an efficient, simple and powerful open source PHP enterprise website development and construction management system. PbootCMS 1.1.9 update log: 2018-08-17 1. System optimization and security repair (important); 2. Fixed the problem of failure to add custom form Mysql; 3. Fix some minor errors in the background template; 4. Fix some problems that affect the cache effect; 5. Added background online update function;
- 2018-08-21 526 2040921
-
- classified information system
- ThinkLC classified information system, a new system architecture, a new core, a new start, based on the old version, all codes have been rewritten, mainly promoting the classified information module and merchant module.
- 2018-05-11 100 2488530
-
- Dynamic cloud login interface
- The dynamic cloud login interface implemented by CSS3+jQuery adopts HTML5 technology. The login interface effect of white clouds fluttering and the realistic white cloud special effects are realized using CSS3. Of course, jQuery also plays an important role, but in traditional HTML , it is impossible to do. I hope that HTML will be fully compatible as soon as possible. The current IE8 is really heartbreaking. If you want to study HTML5 technology, download the special effects as soon as possible.
- 2017-08-07 234 3434522
-
- Website backend management system template
- Website back-end management system template, blue style, with login page and back-end operation page, but the back-end function page is a bit rudimentary. If you develop a website management system that does not pay much attention to page effects, you can download it.
- 2017-08-11 412 3427788
-
- 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
-
- 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
-
- Robot 404 web page damage design vector material
- Robot Website Template Network Link Unable to Open Web Page Invalid Creativity 404 Artistic Font 404 Web Page Website Design Template Website Template Advertising Design
- 2017-01-18 39 1507
-
- Baizhou Taizhuan style
- Baizhou Taizhuan script is a bold seal script font with dignified strokes and elegant charm. The printing and design effects are very good.
- 2017-03-28 49 1419
-
- Chinese official script font
- The Chinese official script font is a very solemn font. It is derived from the "official script". It has long horizontal strokes and short straight strokes. The writing effect is slightly wider and flat. It can be used for advertising design, announcements, titles, etc.
- 2017-03-13 54 1706
-
- 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
-
- Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
- As we all know, during the development process of J2EE projects, if you only modify the page during the debugging phase, you do not need to restart the application server. For example, you do not need to restart Tomcat. Just refresh the page in the browser. In fact, the fundamental reason why there is no need to restart application servers such as Tomcat is because we can set a virtual directory in the configuration file of the application server, so that we can know the directory where the web project is located, so we can save the need to package and then re-publish to Server steps. Interested friends can come and take a look
- 2024-02-26 0 1063
-
- Eclipse maven project configuration instructions Chinese WORD version
- This document mainly talks about the eclipse maven project configuration instructions; the purpose of writing this article is to solve a series of problems caused by environmental problems, such as class not found exceptions, old and new JARs, resulting in some methods being unavailable, and hot plugging is supported. Modification, when debugging the program, there is no need to restart tomcat and other problems after modification; interested friends can come and take a look
- 2024-02-27 0 1226
-
- Android Game Development Journey Chinese WORD Version
- This document mainly talks about the Android game development journey; today Android123 starts a new Android game development journey series, mainly from the control method (buttons, trackball, touch screen, gravity sensor, camera, microphone airflow, light brightness), graphics View (efficient drawing technology such as double buffering), sound effects (game music) and finally OpenGL ES (Java layer) and NDK's OpenGL and J2ME game porting methods to Android. Of course, there are also some game implementation idiomatic methods, such as map editors, In Andr
- 2024-02-28 0 1115
-
- Scala Chinese Manual Scala Getting Started and Advanced
- Scala is also a functional language, and its functions can also be used as values. Scala provides a lightweight syntax for defining anonymous functions, supports higher-order functions, allows nesting of multi-level functions, and supports currying. Scala's Case Class and its built-in pattern matching are equivalent to the Algebraic Type commonly used in functional programming languages. Scala Classroom is a series of lectures launched by Twitter to help experienced engineers become effective Scala programmers. Scala is a relatively new language
- 2024-02-02 0 1129
-
- Delphi2006 tutorial DbExpress efficient database development chm version
- When the author decided to update this book, it was hard to believe that nearly 4 years had passed from Delphi 7 to Delphi 2006. During this time, Borland's database access technology has also undergone considerable changes. First let's introduce the subject of this book: dbExpress. dbExpress has developed from version 2.0 of Delphi 7 to version 3.0 of Delphi 2006. In addition to updating support for the latest versions of various databases, the more important progress lies in the continuous improvement of execution efficiency and the improvement of Win32
- 2024-01-19 0 723
-
- Redo Rescue: Backup and Recovery
- Redo Rescue Backup and Restore can back up and restore your entire system in minutes, using a point-and-click interface that anyone can use. Bare metal recovery to a new, blank drive, up and running in minutes. Supports saving and restoring to local disk or shared network drive. Selectively recover and remap partitions to different locations on the target drive. Comes with other tools for partition editing, web browsing, etc. Runs from live CD/USB, no installation required. Website: http://redorescue.com
- 2023-08-18 0 753
-
- 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