current location:Home > 社会信用代码格式 search
Found a total of 21313 related content
-
- jquery tabbed user registration input information form code
- jquery tabbed user registration input information form code
- 2017-08-14 98 1746
-
- Multi-step form content submission UI special effects
- jQuery_css3 three-step form submission code including filling in and submitting email password, filling in personal information, and social contact information.
- 2021-02-03 70 1783
-
- Imitation Pinterest grid waterfall flow code
- It imitates the Pinterest grid waterfall flow code, supports responsive layout, is simple to use and very practical.
- 2017-05-12 115 4508
-
- Registration verification instance member registration form verification code
- Registration verification example member registration form verification code is used to verify whether the user's registered member information meets the requirements. If not, re-enter it. It also increases security. PHP Chinese website recommends downloading!
- 2017-02-07 152 2027
-
- Html5 image suspension effect code
- HTML5 image floating effect code, image floating code, image grid layout, the images in the web page will follow the mouse movement to produce up, down, left and right floating effects, suitable for image product display purposes.
- 2024-01-28 2 343
-
- Multi-purpose app software business introduction official website template
- An introduction to an app application software in blue gradient style, the official website HTML template of an IT software technology company. It is suitable for all creative technology company websites. Such as Saas login, software login, creative agency, corporate business, creative studio, search engine optimization business and modern business website. All HTML files are 100% responsive & W3C HTML validated. The code is commented in a well-formatted and documented file structure.
- 2021-04-23 303 5585
-
- Enterprise service call center backend management template
- Enterprise service call center backend management template, blue style, powerful functions, clear code, suitable for use in corporate OA office systems, a full set of templates, including user login page LOGIN and backend management operation page, with support project area, service voucher application, enterprise Information management, contract information management, enterprise information statistics, service coupon statistics, contract information statistics, organization return visit statistics, accredited organization application, organization information management, account management and other column pages.
- 2017-08-11 290 3426674
-
- Responsive grid product display and add to shopping cart layout
- Responsive grid product display and add-to-cart interface layout. This grid layout interface uses flexbox to create a grid layout of products. The product can be added to the comparison list through the "+" sign in the upper right corner of each product panel. Up to 3 comparison products can be added. In the comparison interface, the detailed information of the product will be displayed in three columns, and users can compare the price of the product.
- 2019-09-21 69 234371
-
- Responsive grid product display and adding to shopping cart
- Responsive grid product display and add-to-cart interface layout. This grid layout interface uses flexbox to create a grid layout of products. The product can be added to the comparison list through the "+" sign in the upper right corner of each product panel. Up to 3 comparison products can be added. In the comparison interface, the detailed information of the product will be displayed in three columns, and users can compare the price of the product.
- 2019-09-04 146 319548
-
- jquery css3 transparent login registration form submission code with background
- jquery css3 with background transparent login registration form submission code, including login and registration pages, comes with form verification function, automatically verifies whether the user name is empty, whether the password and confirmation password are consistent, whether the email format is correct, etc. It is powerful and the form is transparent. Background image carousel, the effect is great!
- 2017-02-04 294 3577301
-
- "PHP Design Pattern Guide" Chinese version
- "PHP Design Patterns" first introduces design patterns, describes the use and importance of design patterns, and explains in detail the occasions when design patterns are applied. Next, the book introduces many design patterns through code examples. Finally, this book explains through comprehensive and in-depth case studies how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the book to modify and refactor existing code blocks. The author uses a professional, user-friendly format to introduce relevant concepts, both for self-taught programmers and those with more formal training.
- 2017-12-07 316 3116017
-
- "PHP Technology Insider" Chinese version
- This book explains in detail how to use PHP, covers all aspects of PHP applications, and provides a large number of code examples so that readers can learn PHP quickly and easily. Each chapter is divided into two parts. The first part "In-depth Analysis" details the relevant technical information.
- 2017-12-12 352 3097813
-
- 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
-
- Abstract watercolor social media icon vector material download (EPS)
- Abstract watercolor social media icon vector material download, abstract watercolor social media icon vector material, in EPS format, including JPG preview, free to use.
- 2020-05-20 15 1083
-
- 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
-
- Android resources and internationalization settings Chinese WORD version
- This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-29 0 982
-
- Android data format parsing object JSON usage WORD version
- This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-30 0 1080
-
- QML introductory tutorial Chinese WORD version
- This document mainly talks about the introductory tutorial of QML; 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 JavaScript form. It combines the advantages of QtDesigner UI and QtScript. QtDesigner can design .ui interface files, but does not support interaction with Qt's native C++ code. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-31 0 695
-
- j2me3D game development simple tutorial Chinese WORD version
- This document mainly talks about a simple tutorial on j2me3D game development; Nowadays, 3D graphics are a key part of almost any game, and even some applications have achieved success by using 3D forms to describe information. As mentioned earlier, developing in immediate mode and manually coding all 3D objects is slow and complex. All corner points of polygons in your application must be encoded independently in an array. In JSR 184, this is called immediate mode. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 1640
-
- Python study notes and concise tutorials Chinese WORD version 2.03MB
- This document is python learning notes and concise tutorial; why use Python as an introductory programming language? Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find a lot of criticisms about it, such as rigid format and low efficiency. , there are very few people using it in China. However, the weighing of these advantages and disadvantages is a worry for programmers. As someone who wants to learn some programming
- 2024-01-23 0 1274
-
- 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
-
- 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