current location:Home > 精确查找 search
Found a total of 21313 related content
-
- Content search highlighting
- Content search highlighting
- 2019-11-08 36 813
-
- Web color finder
- A web color finder
- 2022-08-22 14 930
-
- Countdown accurate to milliseconds
- Countdown accurate to milliseconds
- 2019-10-30 27 969
-
- Time control accurate to seconds
- Time control accurate to seconds
- 2019-10-25 39 1101
-
- jQuery mini help lookup function
- jQuery mini help lookup function
- 2019-12-16 27 796
-
- 2.1.3 Serendipity
- Serendipity is a smart blog BLOG system implemented in PHP. Serendipity is feature-rich, compliant and open source based on BSDLicense. Serendipity 2.1.3 change log: 2018-08-16 * Security: Ensure admin configuration and blog entry limits for RSS are parsed as integers for SQL queries; * Security: Prevent XSS possibility in Edit Entry panel; *Security: Disables sending comment notifications and email addresses to multiple people; this can be used for batch
- 2018-08-21 86 2041462
-
- Makeup, beauty and manicure training school source code
- The source code of a makeup and manicure training school with the core of Dream Weaver, including the column data of the entire site; the demo site only generates column pages and homepages, and does not generate article pages. If a friend gets the source code, he can debug it by himself; the screenshots are for local testing, to ensure It can be used normally. The template file is in the pan folder under the templates folder; the message can be viewed in the core - channel template - free list.
- 2017-02-20 64 3572584
-
- v1.1.6 Ruoyi Management System
- I have always wanted to build a backend management system. I looked at many excellent open source projects but found that none suited me. So I used my free time to start writing a backend system myself. This is how we have the Ruoyi management system. She can be used in all web applications, such as website management backend, website membership center, CMS, CRM, OA. All front-end and back-end codes are encapsulated and are very streamlined and easy to use, with low error efficiency. Mobile client access is also supported. The system will gradually update some practical functions. Are you looking for a suitable backend management system? Are you looking for a backend whose code is easy to read and understand?
- 2018-06-04 629 2373381
-
- Imitation Thunder movie portal source code
- The source code is a fine imitation of the Xunlei Kankan movie website. It is indeed a classic and has very good SEO. Although it is rampant. But you can still deeply feel the affinity with search engines, which is great. So today we release this Thunder 2012 improved version, which is definitely not an outdated version. The template has been perfectly revised and optimized. The SEO of the template is even more extreme. The layout is more beautiful, very, very good.
- 2017-02-18 419 3579631
-
- Travel hotel booking car rental service website template
- One-stop service website template for travel hotel booking and car rental is a travel website template download suitable for providing one-stop service for hotel booking and car rental. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-17 48 673
-
- Chinese annotated version of the php configuration file php.ini (09.4)
- Under WINDOWS, the path during compilation is the WINDOWS installation directory. ; In command line mode, the search path of PHP.INI can be replaced with the -C parameter. ; The syntax of this file is very simple. Whitespace characters and lines starting with a semicolon ´;´ are simply ignored (as you might ; Same as you guessed). Chapter titles (eg: [FOO]) are also simply ignored, even though in the future they may ; has some meaning. ; ;
- 2017-12-08 335 3111384
-
- Linux+PHP+MySQL case tutorial
- This book aims to cultivate senior website construction and management talents. The content is step-by-step, from the shallower to the deeper, and comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment through a large number of example systems. This book analyzes nearly 30 typical cases in detail. Including counters, website traffic statistics, message boards, forum systems, chat rooms, voting and surveys, user management, news release systems, advertising carousels, shopping systems, etc., striving to allow readers to easily master PHP and MySQL through case study Learn the essence of programming and quickly master network backend development skills. This book is suitable for
- 2017-12-09 353 3108048
-
- 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
-
- 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
-
- ANDROID Bluetooth programming WORD document doc format
- Using the BluetoothAdapter class, you can find surrounding Bluetooth devices on your Android device and then pair (bind) them. Bluetooth communication is transmitted to each other based on the unique address MAC. Considering security issues, Bluetooth communication needs to be paired first. Then start to connect to each other. After the connection, the devices will share the same RFCOMM channel to transmit data to each other. Currently, these implementations are implemented on Android 2.0 or higher SDK. 1. Finding/discovering dev
- 2024-02-27 0 977
-
- 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
-
- WebService calling technical documentation Chinese WORD version
- This document mainly talks about WebService calling technical documents; on the surface, Web service is an application, which exposes an API that can be called through the Web to the outside world. This means that you can programmatically call this application through the Web. A more precise explanation of Web services: Web services are a new platform for building interoperable distributed applications. As a Windows programmer, you may have built component-based distributions using COM or DCOM
- 2024-02-26 0 993
-
- 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
-
- SQLServer Database Batch Find and Replace Tool 1.2 SQL Trojan Removal Assistant
- SQLServer Database Batch Find and Replace Tool 1.2 SQL Trojan Removal Assistant
- 2018-02-05 74 4766
-
- ASP Trojan Search_Leiketu ASP Webmaster Security Assistant 1.6 SP2 official latest version
- ASP Trojan Search_Leiketu ASP Webmaster Security Assistant 1.6 SP2 official latest version
- 2018-02-05 64 4654
-
- 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
-
- 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