current location:Home > download site
-
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 DCOMOther manuals2024-02-2610262024-02-26 -
The correct way to import Android or other JAVA projects into Eclipse WORD version
This document mainly talks about the correct way to import Android or other JAVA projects into Eclipse; I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-2616022024-02-26 -
Android data storage SQLite database storage Chinese WORD version
This document mainly talks about Android data storage SQLite database storage; each database in Android is private to the application package suite that created it. By default, other applications cannot directly access this private database. Friends in need can download and take a lookMobile terminal2024-02-2611282024-02-26 -
CSS3 shopping website navigation menu package collection
CSS3 shopping website navigation menu package collection is a collection of responsive navigation menu packages based on jQuery and CSS3.Menu navigation2024-02-265922024-02-26 -
Written for students who are new to Android pdf version
This pdf is written for students who are new to Android. It is an article to encourage friends who are new to Android. It does not involve coding and allows you to adjust your mentality and learn Android programming well. If you are interested, you can take a look.Mobile terminal2024-02-266142024-02-26 -
Android Coding Standards Chinese WORD version
This book talks about Android coding standards; friends in need can download it and take a look.Mobile terminal2024-02-269752024-02-26 -
Github collaborative work tutorial Chinese WORD version
This document mainly talks about the Github collaborative work tutorial; the article will use the Gitchinaui project as an example to explain. Git has command line and graphical tools. It is strongly recommended that you use command line tools. I hope this article will be helpful to everyone; interested friends can come and take a lookOther manuals2024-02-266832024-02-26 -
Android Development Guide Chinese PDF version
Android development guide Chinese pdf version, friends who learn android can refer to it. Application Fundamentals Key Classes Application Components Activation Components: Intent Close Component Manifest File Intent Filter Activity and Task Affinity (Attraction) and New Task Loading Mode Clean Stack Start Task Process and Thread Process Thread Remote Procedure Call Thread Safe Method Component Life cycleActiviMobile terminal2024-02-266832024-02-26 -
CSS3 3D flip Tab switching plug-in
The CSS3 3D flipping Tab switching plug-in is a practical 3D flipping Tab switching plug-in based on CSS3. It mainly reflects the 3D flipping style. When the tab menu item is clicked, the content area will realize the 3D flipping animation effect.CSS3 special effects2024-02-265092024-02-26 -
HTML5 menu key effects that can be dragged and dropped
The html5 menu key effect can be dragged freely. There is a blue menu button floating on the page. The mouse can drag the button to change the position of the button. You can also click the button to close the page and pop up the drop-down menu.html5 special effects2024-02-264742024-02-26 -
Android basic tutorial translated by Zhang Bo and others pdf version
"Basic Android Tutorial" is complete and rich in content and has strong versatility. Readers can quickly learn Android development and improve related skills through "Basic Android Tutorial". Android is a new open source mobile phone platform developed by Google. "Basic Android Tutorial" is a basic tutorial on Android development, using a step-by-step approach to discuss Android. The book also explains the basic process of Android development more vividly with examples such as Sudoku games, and there is a & at the end of each chapter.Mobile terminal2024-02-267562024-02-26 -
CSS3 full screen background accordion image switching
CSS3 full-screen background accordion image switching is a pure CSS input that achieves the switching effect of full-screen background and accordion image together.accordion effect2024-02-264752024-02-26 -
2 HTML5 radio music players with skins
2 skinned HTML5 radio music players are web full-width players that can be used on responsive websites and are compatible with IOS and Android operating systems.Player special effects2024-02-266222024-02-26 -
Pure css3 furniture album hover display list
The pure CSS3 furniture album hover display list is a responsive furniture image album display, with the mouse passing over the image mask layer and photo line animation special effects.Photo album effects2024-02-264672024-02-26 -
JS horizontal retractable picture accordion special effect
The JS horizontally scalable accordion picture special effect is a black and atmospheric horizontal scalable accordion picture text introduction display special effect that uses the React framework.accordion effect2024-02-264272024-02-26 -
jQuery company annual meeting lottery scrolling effect
The jQuery company annual meeting lottery scrolling effect is a scrolling effect suitable for the 2022 company annual meeting lottery html page.html5 special effects2024-02-264692024-02-26 -
Sencha Touch Quick Start 2.0 Chinese WORD version
This document mainly talks about Sencha Touch Quick Start 2.0; Sencha Touch can make your Web App look like a Native App. Beautiful user interface components and rich data management are all based on the latest HTML5 and CSS3 WEB standards, and are fully compatible with Android and Apple iOS devices. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-02-2611042024-02-26 -
Banner focus image with navigation menu code
Banner focus image with navigation menu code is a native js production method for mobile mall banner focus image carousel switching, and combines layout style code with category navigation.focus slide2024-02-264822024-02-26 -
HTML5 air travel flight booking website template
HTML5航空旅行航班预定网站模板是一款提供航班预定服务宣传网站模板下载。提示:本模板调用到谷歌字体库,可能会出现页面打开比较缓慢。Front-end template2024-02-269252024-02-26 -
Android Programmer's Guide chm version
Android mobile programmer guide, because I came into contact with the Android platform by chance, but I have never been exposed to this kind of programming materials before, and there are very few materials on the Internet, so I translated some based on foreign materials and exhausted my own For all translation levels, I believe this will be a very comprehensive and basic Android programming tutorial in China, which should be helpful to you.Mobile terminal2024-02-268962024-02-26 -
Android kernel compilation graphic tutorial chm version
android kernel compilation manual (with pictures and texts) chm, Google Android operating system kernel compilation tutorial with pictures and texts. Build a cross-compilation environment (install Android SDK: Unzip android-sdk_m5-rc14_linux-x86.zip to the appropriate path and use it. This article releases it to the /usr/local/android_sdk_linux path, and adds its tools path to PATH), obtain the kernel compilation configuration file (from andMobile terminal2024-02-2610202024-02-26 -
jQuery accordion sliding dropdown menu code
The jQuery accordion sliding drop-down menu code is an accordion drop-down menu expansion and contraction effect code.accordion effect2024-02-264732024-02-26 -
Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
As we all know, during the development process of J2EE projects, if you only modify the page during the debugging phase, you do not need to restart the application server. For example, you do not need to restart Tomcat. Just refresh the page in the browser. In fact, the fundamental reason why there is no need to restart application servers such as Tomcat is because we can set a virtual directory in the configuration file of the application server, so that we can know the directory where the web project is located, so we can save the need to package and then re-publish to Server steps. Interested friends can come and take a lookOther manuals2024-02-2611162024-02-26 -
How to read and write data to MySql through json in Android Chinese WORD version
This document mainly talks about the method of reading and writing data to MySql through json in Android; I hope it will be helpful to everyone's learning. Interested friends can come and take a look.Mobile terminal2024-02-2615092024-02-26