current location:Home > download site
-
Android adb application and operation commands Chinese WORD version
Android Debug Bridge (adb) is a multi-purpose tool that helps you manage the state of your device or emulator. You can add adb through the following methods: • Run shell commands on the device • Manage the emulator or device through port forwarding • Copy or copy files from the emulator or deviceMobile terminal2024-02-267902024-02-26 -
Deploy maven project to tomcat7 WORD version
This document mainly talks about the deployment of maven project to tomcat7; I hope this document will help friends in need; interested friends can come and take a lookOther manuals2024-02-2610622024-02-26 -
spark2.0 cluster construction Chinese WORD version
This document mainly talks about spark2.0 cluster construction; I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-02-268692024-02-26 -
Audio and video development tutorial in android Chinese WORD version
The media package provides classes to manage various media types. These classes are provided for performing audio and video operations. In addition to basic operations, it also provides ringtone management, facial recognition, and audio routing control. This article explains audio and video operations. This article is designed for beginners who want a simple introduction to Android programming. This article will guide you through the step-by-step development of applications that use media (audio and video). This article assumes that you have installed Android and the necessary tools to develop applications. It also assumes that you are familiar with Java or have a grasp of object-oriented programming concepts. Interested friendsMobile terminal2024-02-2611092024-02-26 -
Pure CSS3 dropdown menu navigation
Pure CSS3 drop-down menu navigation, full-screen halo background submenu with multiple expansion animation methods, including simple fade-in and fade-out, and cool folding expansion effect.CSS3 special effects2024-02-263092024-02-26 -
Introductory Tutorial on WeChat Public Platform Development Chinese WORD Version
Due to the popularity of WeChat, in order to better facilitate users who use WeChat to query some information, this article is an entry-level WeChat public platform development tutorial. Friends in need can refer to this introductory tutorial, which will guide you to complete the following tasks: Create Baidu Cloud Platform application enables WeChat public platform development model to obtain subscription, text, picture, voice, video message reply text, graphic and music message program developmentOther manuals2024-02-268312024-02-26 -
Android application framework principles and programming 36 techniques pdf traditional version
Android application framework principles and programming techniques 36 pdf traditional version, the book content is suitable for Android 1.0. Some friends may not be familiar with Android yet, right? Have you ever heard of Google’s customized high-end mobile phone from HTC? Its operating system is based on Android. If you are still not sure about it, you can Google "HTC g2" mobile phone to get a rough understanding of the interface and architectural features of the mobile operating system. Anyway, AndroMobile terminal2024-02-266952024-02-26 -
Android development skills collection tutorial pdf version
Android development skills collection pdf version, including: ANDROID common class library description, ANDROID file system and application architecture, ANDROID application structure, ANDROID UI LAYOUT (layout), ANDROID UI controls, ANDROID UI beautification, ANDROID UI animation, asynchronous calls , data storage and reading, etc.Mobile terminal2024-02-268412024-02-26 -
Android_Launcher detailed explanation WORD version
This document mainly talks about the detailed explanation of Android_Launcher; the definition of Launcher: after the Android system is started, the first program loaded is the entrance to other applications. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-2610472024-02-26 -
Android cooperates with WebService to access remote database Chinese WORD version
Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, AMobile terminal2024-02-268972024-02-26 -
MP3 music player tool code
The MP3 music player tool code is a music list player based on html5+css3, which supports the previous or next music background switching effect.Player special effects2024-02-264472024-02-26 -
OpenGL programming based on MFC Chinese WORD version
This document mainly talks about OpenGL programming based on MFC; GDI draws through the device handle (Device Context, hereinafter referred to as "DC"), while OpenGL requires a rendering environment (Rendering Context, hereinafter referred to as "RC"). Each GDI command requires a DC to be passed to it, but unlike GDI, OpenGL uses the current drawing context (RC). Once a current RC is specified in a thread, all subsequent OOther manuals2024-02-266952024-02-26 -
Enterprise Digital Marketing Services Company Website Template
企业数字营销服务公司网站模板是一款为企业提供格子数字营销解决方案的公司宣传网站模板下载。提示:本模板调用到谷歌字体库,可能会出现页面打开比较缓慢。Front-end template2024-02-266182024-02-26 -
Webservice calling framework Chinese WORD version
This document mainly talks about the Webservice calling framework; I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-02-268772024-02-26 -
Detailed explanation of Android program debugging Chinese WORD version
When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a lookMobile terminal2024-02-269082024-02-26 -
Perl basic tutorial chm
A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.Server side development2024-02-2617542024-02-26 -
[Top] Detailed summary of JSON in Android Chinese WORD version
JSON (JavaScript Object Notation) Definition: A lightweight data exchange format that is highly readable and easy to write quickly. The mainstream technology in the industry provides a complete solution (somewhat similar to regular expressions, supported by most languages today), so that data can be exchanged between different platforms. JSON adopts a highly compatible text format and also has behavior similar to the C language system. Friends in need can download and take a lookMobile terminal2024-02-269232024-02-26 -
jQuery round trimming image accordion code
The jQuery rounded edge image accordion code is a rounded image accordion layout code that adapts to the screen size.accordion effect2024-02-262832024-02-26 -
Function methods and explanations in Unity3D Chinese WORD version
This document mainly talks about the function methods and explanations in Unity3D; I hope it will be helpful to everyone; interested friends can come and take a look.Other manuals2024-02-265432024-02-26 -
Introduction and improvement of Android JNI development Chinese WORD version
This document mainly talks about the introduction and improvement of Android JNI development; JNI has a wide range of applications in the Android system. The bottom layer of the Android system is implemented in C/C++, and the APIs provided by the upper layer are all Java. Java calls the underlying implementation through JNI. For example: Android API multimedia interface MediaPlayer class actually calls the libmedia library through JNI at the bottom layer. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-266192024-02-26 -
jQuery login form plugin with verification
The jQuery login form plug-in with verification can perform simple verification on some field types commonly used when registering and logging in. In addition, we can switch and complete the registration or login operation on the same page.form button2024-02-263712024-02-26 -
Flat style Arbor Day banner vector material (AI+EPS)
这是一款扁平风格的植树节 banner 矢量素材,提供了 AI 和 EPS 两种格式,含 JPG 预览图。banner picture2024-02-2602024-02-26 -
Android Framework Framework Analysis Chinese WORD Version
This document mainly talks about the analysis of the Android Framework framework; I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-265562024-02-26 -
Fixed floating customer service code on the right side of jQuery
The floating customer service code is fixed on the right side of jQuery, which has QQ customer service, service hotline, WeChat QR code, shopping cart and other functions. It is always fixed in the middle position on the right side of the window.jQuery effects2024-02-263782024-02-26