current location:Home > ヒントの共有 search
Found a total of 21313 related content
-
- Classic html5 pushing box game
- There are a total of 100 levels in the classic HTML5 Sokoban game, and the movement methods include up, down, left and right buttons.
- 2024-02-29 28 1630
-
- 10 canvas mouse animations
- An animation effect that follows the movement of the mouse. There are ten effects in total.
- 2019-09-20 31 1486
-
- jQuery website side hidden expand navigation plug-in
- The jQuery website hides and expands the navigation plug-in on the side. There are a total of more than a dozen switching effects, and the effect is very good.
- 2017-08-22 61 1883
-
- 4 Cool Bootstrap Image Gallery and Lightbox Effect Templates
- This is a picture gallery and lightbox effect template based on Bootstrap. This set of templates has 4 different layout effects.
- 2019-09-12 65 1844
-
- jQuery form placeholder animation special effects plugin
- The jQuery form placeholder animation special effects plug-in has a total of 15 animation effects. There is always a style that suits you. It is simple to use, has good compatibility, and is worth recommending.
- 2017-08-07 51 1723
-
- Super multi-page background management template
- There are a total of 20 subpages in the super multi-page backend management template, which is suitable for downloading website backend management templates.
- 2017-06-16 221 3495470
-
- layui simple website backend management template
- Create a simple and universal corporate website backend management page template based on layui. Mainly include: permission management, role group management, administrators, adding administrators, adding permissions, modifying permissions, etc. There are a total of 10 background page html downloads.
- 2019-03-19 405 1246074
-
- Red atmosphere packaging and printing service company template
- Red and atmospheric advertising design company website responsive template, packaging company, printing company website template. The main pages include: about us, service introduction, case display, news center, contact us, etc., a total of 8 pages.
- 2019-07-18 346 602324
-
- Win8 style large backend management system template
- The Win8 style large-scale backend management system template is a responsive large-scale backend management system template based on HTML5 and Bootstrap. It is compatible with PC and mobile phones. A full set of templates, including a background login page, with map, distance measurement, weather and other functions, as well as blog application, social, multimedia, email, icon, transportation, equipment, form, table, UI elements and other function menus. There are 31 HTML template pages in total.
- 2017-08-11 505 3426486
-
- weui kindergarten education wechat website template
- Use Jquery_weui to implement simple WeChat interface templates and kindergarten school mobile web page templates. The main pages include: kindergarten official website, registration page, activity page, course schedule, weekly recipes, campus introduction, a total of 7 pages of html download.
- 2019-03-20 573 1242961
-
- 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
-
- Three realistic and textured square clock vector materials (EPS)
- This is a realistic and textured square clock vector material. There are three in total, one is white, one is black, and one is metallic. The material format is EPS, including JPG preview.
- 2023-08-22 0 247
-
- Three realistic and textured round clock vector materials (EPS)
- This is a realistic and textured circular clock vector material. There are three in total, one is white, one is black, and one is metallic. The material format is EPS, including JPG preview.
- 2023-08-21 0 230
-
- Angel wings vector material with golden halo (AI+EPS+free PNG)
- This is a vector material of angel wings with a golden halo, two pairs in total. The material is available in AI, EPS and PNG formats, including JPG preview.
- 2023-08-21 2 312
-
- Two realistic and textured circular clock vector materials (EPS)
- This is a realistic and textured circular clock vector material. There are two in total, one is white and the other is black. The material format is EPS, including JPG preview.
- 2023-08-22 0 262
-
- 24 simple love vector materials (EPS+PNG)
- This is a simple love vector material, with 24 in total, including red, black, solid, linear, pixel style, etc. The material is available in EPS and PNG formats, including JPG preview.
- 2023-09-05 7 544
-
- OpenMP Multi-Threaded Programming Guide WORD Edition
- This document mainly talks about the OpenMP multi-threaded programming guide; OpenMP was proposed by the OpenMP Architecture Review Board and has been widely accepted as a set of guiding notes (Compiler Directive) for multi-threaded programming of shared memory parallel systems. ). OpenMP is a multi-processor multi-thread parallel programming language for shared memory and distributed shared memory. It can be used to display and guide multi-threaded and shared memory parallel application programming interfaces. It is hoped that this document will provide
- 2024-02-03 0 1276
-
- OpenMP parallel programming WORD version
- This document mainly talks about OpenMP parallel programming; OpenMP is a collection of compiler instructions and library functions, mainly used for parallel programming on shared storage computers. Currently, the languages that support OpenMP mainly include Fortran and C/C++. OpenMP uses the fork/join parallel mode when executing programs in parallel. Shared storage parallel programs use fork/join parallelism. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 1093
-
- Introduction to OpenGL functions Chinese WORD version
- This document mainly talks about the introduction of OpenGL functions; to develop OpenGL-based applications, you must first understand the OpenGL library functions. It adopts C language style and provides a large number of functions for graphics processing and display. There are more than 100 functions in the OpenGL graphics library, which belong to different libraries such as OpenGL's basic library, utility library, and auxiliary library. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 626
-
- Delphi memory management guidance content PDF version
- The instructive content on Delphi memory management has been excerpted into an e-book in PDF format. This book is an excerpt of the memory management chapter from a Delphi book. It does not involve other aspects of content and is relatively targeted. The content involves traversing memory blocks, shared memory managers, third-party memory managers, Delphi memory management implementation framework, implementation of user call routines, etc.
- 2024-01-19 2 1236
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- Nextcloud Server
- Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
- 2023-08-18 2 1541
-
- 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