current location:Home > 代码自动补全 search
Found a total of 21313 related content
-
- Autocomplete plug-in autocomplete.js
- Autocomplete plug-in autocomplete.js
- 2019-11-09 47 1600
-
- Autocomplete plug-in jQuery.AutoComplete
- Autocomplete plug-in jQuery.AutoComplete
- 2019-11-09 58 1285
-
- Autocomplete plug-in completer
- Autocomplete plug-in completer
- 2019-11-11 58 737
-
- Autocomplete plug-in jQuery Typeahead
- Autocomplete plug-in jQuery Typeahead
- 2019-11-09 25 732
-
- jQuery imitates Baidu search drop-down box automatic completion code plug-in
- jQuery imitates Baidu search drop-down box auto-complete code plug-in. An advanced auto-complete jQuery plug-in typeahead.js, imitates Baidu search drop-down box auto-complete code plug-in.
- 2017-08-16 59 1651
-
- Taobao program fully automatically collects source code
- Taobao program fully automatically collects source code
- 2017-11-27 899 3166356
-
- HTML5 motorcycle club responsive website template
- The HTML5 motorcycle club responsive website template is based on Bootstrap 3.3.4, with adaptive resolution, compatible with PC and mobile terminals, and a full set of templates, including homepage, about us, services, gallery, shortcode, contact us and other website template pages.
- 2017-05-28 47 3517014
-
- HTML5 Electronic Products Company Responsive Website Template
- HTML5 electronic products company responsive website template, adaptive resolution, compatible with PC and mobile, full set of templates, including homepage, about us, agency products, partners, human resources, news events, contact us and other website template pages.
- 2017-05-28 65 3517661
-
- Ke361 open source Taobao guest system source code
- Ke361 is an open source Taobao guest system developed based on the latest ThinkPHP3.2 version. It provides a more convenient and safer WEB application development experience. It adopts a new architectural design and namespace mechanism, and integrates modularization, driverization and plug-ins. It integrates professional design concepts to help friends who want to be Taobao customers but have low technical level. Breaking through the traditional Taobao program's charging model for automatically collecting goods, the program's automatic collection module is open to everyone, and the code is not encrypted, making it easy for everyone to modify. Integrate the Taobao Gold component to automatically convert Taobao links into Taobao customer promotion links.
- 2017-02-15 223 3574239
-
- Mobile UI&WeChat UI YDUI Touch
- YDUI Touch is specially built for mobile terminals. It is compatible with mainstream mobile devices in terms of technical implementation and interaction design, ensuring light code and high performance. It uses Flexbox technology to flexibly align, shrink, and expand elements to easily handle mobile page layouts; it is implemented with rem Powerful screen adaptation layout, adapts to all screens in equal proportions; customize Javascript components, Less files, and Less variables to customize your own YDUI.
- 2019-09-24 74 220556
-
- SVN construction and usage instruction video (Boolean Education)
- "SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
- 2017-10-15 584 3283466
-
- "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
-
- Beginner PHP Apache MySQL website design
- Elementary PHP Apache MySQL Website Design comes from the author's many years of experience and experience in studying, applying and teaching PHP. It is an introductory textbook specially compiled for those who learn PHP+MySQL database programming. In the last two chapters, two typical cases close to practical applications are designed: guestbook system and forum system. Each case first introduces the development ideas and steps, and then gives the full source code, so that the learned content can be closely integrated with practical applications, especially It is the forum system that connects the cases in the book together, striving to enable readers to learn the knowledge and skills closest to the cutting edge of application.
- 2017-12-09 266 3107730
-
- 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
-
- 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
-
- CNC Advanced Programming Lecture Notes doc version
- In CNC machining, line cutting and ring cutting are two typical tool paths. Line cutting is mostly used for regular rectangular planes, step surfaces and rectangular sunken processing during manual programming. Line cutting in non-rectangular areas is generally implemented using automatic programming. Circular cutting is mainly used for semi-finishing, finishing and roughing of contours. When used for roughing, its efficiency is lower than that of line cutting, but it can be easily realized with the tool compensation function. This book is comprehensive in content, rich in examples, and comprehensive in system. This platform provides download of the doc version of advanced CNC programming lecture notes. Friends who need it can download it and take a look!
- 2024-02-27 0 823
-
- 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
-
- mod_python 3.2.8 Chinese manual doc version
- mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
- 2024-01-25 0 923
-
- python basic tutorial to lesson 60_python basic information word version
- Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. 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
- 2024-01-25 0 1072
-
- Python introductory tutorial Chinese WORD version
- Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
- 2024-01-25 0 656
-
- PhpCMS V9 code generator
- Code quick check, code automatically generated
- 2019-01-02 2592 33122
-
- PHPMailer
- PHPMailer - A full-featured email creation and delivery class for PHP. Supports UTF-8 content as well as 8-bit, base64, binary and quoted-printable encodings. Provides SMTP authentication for LOGIN, PLAIN, CRAM-MD5 and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Automatically verify email addresses. Many PHP developers need to send emails from their code. The only PHP function that directly supports this is mai
- 2023-08-18 15 4632
-
- 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
-
- 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
-
- 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