current location:Home > download site
-
Maven User Guide Chinese WORD version
This document mainly talks about the Maven usage guide; Apache Maven is a software (especially Java software) project management and automatic construction tool provided by the Apache Software Foundation. Based on the concept of Project Object Model (abbreviation: POM), Maven uses a central piece of information to manage the construction, reporting and documentation steps of a project. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-02-296992024-02-29 -
HTML5 mouse wheel rotation picture display special effects
The HTML5 mouse wheel rotation picture display effect is a web page special effect that allows the mouse wheel to rotate and click to enlarge the picture. You can enlarge the selected picture or click to restore it to the original position.Picture special effects2024-02-293712024-02-29 -
MyBatis3.2.3 Help Document Chinese CHM Version
MyBatis is an excellent persistence layer framework that supports ordinary SQL queries, stored procedures and advanced mapping. MyBatis eliminates almost all JDBC code and manual setting of parameters and retrieval of result sets. MyBatis uses simple XML or annotations for configuration and original mapping, mapping interfaces and Java POJOs (Plan Old Java Objects, ordinary Java objects) into records in the database. Friends in need can download and take a lookOther manuals2024-02-297832024-02-29 -
Easy Language Knowledge Base 2.5 CHM version packaging
Easy Language Knowledge Base is a very useful e-book for beginners of Easy Language. It is recommended to read it chapter by chapter and understand it thoroughly, so that you can better master Easy Language. Friends who want to learn easy language programming can refer to the followingOther manuals2024-02-287352024-02-28 -
Js login registration form design code
Share a js shaking left and right switching login registration form design code. The simple and neat UI and sliding switching design are suitable for login and registration of any website.form button2024-02-284202024-02-28 -
Designer Creative Job Resume Web Template
设计师创意求职简历网页模板是一款适合各种不同设计师岗位个人求职简历展示网页模板下载。提示:本模板调用到谷歌字体库,可能会出现页面打开比较缓慢。Front-end template2024-02-2821312024-02-28 -
React.js vertical accordion shrink display special effect
React.js vertical accordion shrink display effect is a vertical accordion menu shrink content display effect based on React dom.accordion effect2024-02-284042024-02-28 -
Android development
This document mainly talks about Android development-WebView and JavaScript interactive calls; I hope this document will help friends in need; interested friends can come and take a lookMobile terminal2024-02-2810862024-02-28 -
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 existingOther manuals2024-02-2811362024-02-28 -
H5 full screen accordion slide switching effect
H5 full-screen accordion slide switching effect is a full-screen accordion menu sliding picture switching effect.focus slide2024-02-284232024-02-28 -
css3 implementation to add task list plug-in
css3 implements adding task list plug-in. You can enter the name of the task you need to complete in the input box, and click the add button to add the task to the list.form button2024-02-284052024-02-28 -
JS responsive navigation menu switching code
The JS responsive navigation menu switching code is a responsive navigation switching menu that is displayed in a vertical column arrangement.Menu navigation2024-02-284532024-02-28 -
Analysis of Android application message processing mechanism Chinese WORD version
Android applications are driven by messages. The system maintains a message queue for each application. The main thread of the application continuously obtains messages from this message queue (Looper), and then processes these messages (Handler). , In this way, the execution of the application is driven by messages. This article will analyze the message processing mechanism of Android applications in detail. Friends in need can download and take a lookMobile terminal2024-02-2810272024-02-28 -
jQuery imitates Apple official website navigation effects
The jQuery imitation Apple official website navigation effect is a black Apple official website navigation bar with a drop-down search box prompt effect.Menu navigation2024-02-284892024-02-28 -
Commonly used open source frameworks for Android Chinese WORD version
This document mainly talks about the open source frameworks commonly used in Android; during the development process of Android, in order to improve development efficiency and shorten the development cycle, programmers often use various open source frameworks to achieve rapid and Simply implement the required functions, friends in need can download it and have a lookMobile terminal2024-02-2810462024-02-28 -
Use Nexus to build a Maven private server Chinese WORD version
This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a lookOther manuals2024-02-289862024-02-28 -
android studio plug-in development Chinese WORD version
This document mainly talks about the development of plug-ins for android studio; since android studio is made using the open source version of IntelliJ IDEA, developing plug-ins for android studio is actually developing plug-ins for IntelliJ IDEA, so IntelliJ IDEA is necessary. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-287632024-02-28 -
HBase Shell common commands Chinese WORD version
This document mainly describes the common commands of HBase Shell; I hope this document will help friends in need; interested friends can come and take a lookdevelopment tools2024-02-288032024-02-28 -
Detailed explanation of android interface layout Chinese WORD version
This document mainly talks about the detailed explanation of the android interface layout; before introducing the layout issues in Android through "Hello World!", I have to introduce the user interface in Android first, because the layout issue is also one of the user interface issues. In an Android application, the user interface is built through View and ViewGroup objects. There are many kinds of Views and ViewGroups in Android, and they all inherit from the View class. VMobile terminal2024-02-289262024-02-28 -
Tutorial on using SQLite database in Android development chm version
Tutorial on Android development using SQLite database, chm format. SQLite is a very popular embedded database that supports SQL queries and uses only a small amount of memory. Android integrates SQLite at runtime, so every Android application can use a SQLite database. For developers familiar with SQL, using SQLite is fairly simple. Yes, since JDBC is not suitable for memory-constrained devices such as mobile phones, AndroidMobile terminal2024-02-289722024-02-28 -
html transparent form registration template
The html transparent form registration template is a classic login registration form template commonly used on websites. Its UI design is exquisite and flat, suitable for many styles of websites.form button2024-02-284262024-02-28 -
jQuery accordion image carousel code
The jQuery accordion image carousel code is a code suitable for the banner display layout of the main image of the website.accordion effect2024-02-283612024-02-28 -
Pure CSS3 3D rotating cube link with icon
The pure CSS3 3D rotating cube link with icon not only has a small icon, but also has a cube animation flipping when the mouse clicks and slides.CSS3 special effects2024-02-285222024-02-28 -
JSON.NET simple use Chinese WORD version
This document mainly talks about the simple use of JSON.NET; JSON.NET is used to convert objects in .NET into JSON strings (serialization), or to convert JSON strings into objects of existing types in .NET ( Deserialization?). I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-02-2811922024-02-28