current location:Home > 语法检查 search
Found a total of 21313 related content
-
- SKU combination query algorithm
- SKU combination query algorithm
- 2019-11-08 39 1231
-
- jQuery fresh and concise password strength check plug-in
- jQuery is a fresh and concise password strength check plug-in. It has 4 strength prompt appearances. The overall design is very grand and concise. This password strength plug-in can be easily integrated into your form.
- 2024-02-28 0 313
-
- 5 CSS3 icon mouseover effects
- 5 CSS3 icon mouseover effects, hover the mouse over the image to view the effect. Compatible with major browsers. Instructions: 1. Head area reference file lrtk.css 2. Add <!-- code start --><!-- code end -->area code to the file 3. Copy the pictures in the images folder to the corresponding path
- 2017-03-11 73 1846
-
- jquery mall navigation menu with product category sidebar list
- This is a mall navigation menu with a product category sidebar list made using jquery. The mall menu is compatible with IE8 browser. Users can view the list of various products by clicking on the drop-down menu on the left, which is very practical and convenient. Instructions Introduce the style file style.css and jquery.min.js file into the page.
- 2017-08-24 187 3801
-
- Pure js picture album slide effects with thumbnails
- This is a photo album slideshow effect with thumbnails made using pure js. This picture slideshow has powerful special effects. You can directly use the mouse to navigate forward and backward, and you can also switch pictures through thumbnails. You can also enter thumbnail preview mode to view all pictures. Instructions Introduce base.css and gallery.css style files, as well as BX.1.0.1.U.js, gallery.js and piclist.js files into the page.
- 2017-08-16 111 2052
-
- WeChat applet-source code: Alphabeille French learning applet
- WeChat applet-source code: Alphabeille French learning applet
- 2018-07-03 115 2242077
-
- Language training service agency website template
- Language training service organization website template is a downloadable website template suitable for promoting various language training service organizations in Chinese, English, French, German, Japanese, Spanish, etc. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-08-03 6 379
-
- Catfish (catfish) CMS source code
- Catfish CMS is an open source PHP content management system, suitable for different types of website construction such as CMS, Blog, and corporate websites. Automatically identify CMS, Blog and other website types, and you can complete the switching of website types by simply switching themes. Multi-language support, including Simplified Chinese, Traditional Chinese, Russian, German, French, Korean, Japanese, and English.
- 2017-02-16 108 3573820
-
- Shiwei e-commerce platform source code
- SV-Cart, the Shiwei e-commerce platform, is an international open source e-commerce system that can support language display in various countries. It currently supports simplified Chinese, English, Japanese, German, French, and Turkish, and can realize the display of these five languages. Interconversion on the same platform.
- 2017-02-18 101 3572799
-
- FUDforum Forum
- FUDforum (FUD Forum) is an open source forum system built on PHP+MySQL/PostgreSQL. It supports multiple languages including Simplified and Traditional Chinese; it uses a template system to control the appearance of the interface; it has a role-based permission control system; it provides a short message sending platform; it provides Review and recycle bin system; supports attachments/voting/full-text search/IP tracking/user ban/e-newsletter/custom tag/ranking of users, etc. This version supports static forum pages, global notifications, nested sub-forums, crawler detection and other functions; new support for DB2, SQL
- 2018-05-09 115 2497834
-
- Language Integrated Query (LINQ)
- Language Integrated Query (LINQ)
- 2018-01-22 196 2943114
-
- JavaScript basic syntax tutorial
- JavaScript basic syntax tutorial
- 2022-08-04 65 850
-
- ES6 new standard grammar related courseware
- ES6 new standard grammar related courseware
- 2022-08-19 20 773
-
- HTML grammar tutorial essential for beginners
- HTML grammar tutorial essential for beginners
- 2018-01-03 215 3022455
-
- Grammar courseware about regular expressions
- Grammar courseware about regular expressions
- 2018-02-09 209 2871587
-
- 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
-
- fortran language grammar WORD version
- This document mainly talks about the syntax of the fortran language; FORTRAN is the earliest high-level programming language in the world and the most commonly used programming language in the engineering community. It is used in scientific computing (such as aerospace, geological exploration, weather forecasting, construction engineering and other fields ) plays an extremely important role. After more than 40 years of development, with the updates of multiple versions of the FORTRAN language and the emergence of corresponding development systems, its functions have been continuously improved. The latest version of the development system has almost all the features of VC and VB, such as graphical interface programming, databases, etc. I hope this document will help friends in need
- 2024-02-03 0 1239
-
- SQLite syntax and Android database operations Chinese WORD version
- This document mainly talks about SQLite syntax and Android database operations; Android's SQLiteDatabase does not originally depend on Android, but exists independently as an individual, with its own unique system and language, and this is SQL syntax . SQLite is a lightweight database with few functions for large databases, so you only need to learn some common SQL syntax to easily master it, and these SQL syntaxes are basically unchanged for other databases. needed
- 2024-02-27 0 563
-
- Android makefile compilation system Android.mk file syntax specification Chinese WORD version
- This document mainly talks about the Android makefile compilation system Android.mk file syntax specification; the Android.mk compilation file is used to describe your C, C++ source code files to the Android NDK. This document describes its syntax. Before reading the following content, it is assumed that you have read the docs/OVERVIEW.TXT file and understand their roles and uses. Interested friends can come and take a look
- 2024-02-02 0 1309
-
- mybatis syntax and introduction Chinese WORD version
- This document mainly talks about the syntax and introduction of mybatis; MyBatis is a persistence layer framework that can customize SQL, stored procedures and advanced mapping. MyBatis eliminates most of the JDBC code, manual setting of parameters and result set retrieval. MyBatis only uses simple XML and annotations to configure and map basic data types, Map interfaces and POJOs to database records. Compared with "one-stop" ORM solutions such as Hibernate and Apache OJB
- 2024-01-31 2 1125
-
- SOAP syntax word version
- One of SOAP, WSDL (WebServicesDescriptionLanguage), and UDDI (UniversalDescriptionDiscoveryandIntegration), soap is used to describe the format of transmitting information, WSDL is used to describe how to access specific interfaces, and uddi is used to manage, distribute, and query webServices. Specific implementations can search for simple instances of Web Services; SOAP can be used with many existing
- 2024-02-28 0 917
-
- EditPlus Chinese cracked version
- Small size, syntax highlighting, does not support code prompt function
- 2018-10-24 6765 54827
-
- OpenCV
- The open source computer vision library has over 2,500 algorithms and provides detailed documentation and example code for real-time computer vision. It runs on Windows, Linux, Mac OS X, Android, iOS, and is available in your browser via JavaScript. Language: C++, Python, Julia, Javascript Home page: https://opencv.org Q&A Forum: https://forum.opencv.org/ Documentation: https://do
- 2023-08-11 13 1714
-
- 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
-
- php data inspection class
- php data inspection class
- 2017-03-30 160 4126
-
- PHP ID number checking class example
- PHP ID number checking class example
- 2017-03-24 107 1168
-
- PHP library for checking internet media types
- PHP library for checking internet media types
- 2017-12-15 58 1611
-
- PHP library to check internet media types
- A library for checking internet media types
- 2017-12-05 53 1444
-
- Application layer query language PHP library
- Application layer query language PHP library
- 2017-12-14 54 1022