current location:Home > 分盘 search
Found a total of 529 related content
-
- Win32 API Function Manual chm version
- Win32_API_Function Detailed Query Manual chm format, divided into restricting program function functions, registry processing functions, dialog box functions, time processing functions, disk processing functions, process functions, file processing functions, breakpoint setting lists and other related contents.
- 2024-01-19 5 944
-
- Android Camera system analysis Chinese WORD version
- This document mainly talks about the analysis of Android's Camera system; Android's Camera includes the functions of previewing and taking pictures. Although the current Android release version of the Camera program has relatively simple functions, its program architecture is divided into two parts, the client and the server. They are built on the structure of Android's inter-process communication Binder. The Camera module mainly includes libandroid_runtime.so, l
- 2024-02-29 0 922
-
- Lucene code analysis Chinese WORD version
- This document mainly talks about Lucene code analysis; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-28 0 1172
-
- 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.
- 2024-02-26 0 550
-
- Service in-depth analysis WORD version
- This document mainly talks about the in-depth analysis of Service; we start with the analysis of the fundamental meaning of Service. The essence of service is to respond to client requests. To provide services, you must establish a framework for receiving requests, processing requests, and responding to the customer service side. I think Android Service designers will always keep this service essential block diagram in their minds. From a program perspective, the service must have a closed loop framework and a request processing framework. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 728
-
- Android Developer Guide Part 1: Getting Started
- Android Documentation - Developer Guide - Part 1: Getting Started - Chinese and English Version Android provides a rich application framework, which allows you to build innovative applications and games for mobile devices in the Java language environment. The documents listed in the left navigation provide detailed information on how to build applications using Android's various APIs. Part One: Introduction 0. Introduction to Android (Introduction to Android) 1. Application
- 2024-01-29 2 1920
-
- Netty code analysis Chinese WORD version
- This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
- 2024-02-29 1 1862
-
- Android AsyncChannel source code analysis WORD version
- This document mainly talks about the analysis of Android AsyncChannel source code; the AsyncChannel class is used to handle asynchronous message passing between two Handlers. The Handler for message passing can be from the same process or in different processes. Handler message passing between different processes Implemented using Android's Binder communication mechanism. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 569
-
- MyBatis stored procedures, MyBatis paging, MyBatis one-to-many add, delete, modify and query operations Chinese WORD version
- This document mainly talks about MyBatis stored procedures, MyBatis paging, and MyBatis one-to-many add, delete, modify, and check operations; I hope it will be helpful to everyone; interested friends can come and take a look.
- 2024-02-29 0 875
-
- Android GUI system development instructions pdf version
- Relevant development knowledge of Android GUI system. Part 1 Android GUI system overview Part 2 pixelflinger and libui library Part 3 Surface system Part 5 Skia system Part 6 OpenGL system architecture
- 2024-02-02 0 919
-
- 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 look
- 2024-02-28 0 1091
-
- Android program development permission tutorial pdf version
- Android program development permission tutorial pdf, introduces the new perspective of Android 1.5, including: improvements to the Android user interface, video recording, soft keyboard support, Chinese display and Chinese input support, desktop Widgets and Live folders, and Bluetooth function improvements , Bundled application function improvements, system performance optimization...
- 2024-01-29 2 2102
-
- Git version control and workflow Chinese WORD version
- This article is a summary of git version control and workflow. If some friends have not used git before and are not very familiar with the basic concepts and commands of git, you can start with the following basic tutorials: Git is a distributed version control system, and Compared with centralized version control systems similar to SVN, although centralized version control systems can enable multiple team members to collaborate on development, sometimes if the central server goes down, no one can submit updates and collaborate on development during the downtime. Even sometimes, if the central server disk fails and there happens to be no backup or the backup is not timely, then there may be losses.
- 2024-02-27 1 1003
-
- Big data processing with Apache Spark
- This document mainly talks about using Apache Spark for big data processing - Part 1: Getting Started; Apache Spark is a big data processing framework built around speed, ease of use and complex analysis. It was originally developed by AMPLab at the University of California, Berkeley, in 2009, and became one of Apache's open source projects in 2010. In this first part of the Apache Spark article series, we will learn what Spark is, how it differs from typical Map
- 2024-01-29 0 985
-
- AutoIt3 Chinese help document packaging
- AutoIt v3 version, which is a free software that uses a BASIC-like scripting language, is designed for automating operations in a Windows GUI (Graphical User Interface). It utilizes simulated keyboard keys, mouse movements, and window/control combinations to implement automated tasks. This is impossible to achieve in other languages or has no reliable method (such as VBScript and SendKeys). AutoIt is very small and runs completely on all windows operating systems. (thesnow note: It is no longer available.
- 2024-01-19 21 699
-
- 11 learning help document packages about JSON
- 11 learning aid documents about JSON. It contains several basic usage tutorials and application tips, summarized and shared with everyone.
- 2024-02-27 0 651
-
- Delphi Component Writer's Guide word Chinese version
- Delphi Component Writer's Guide Notes on the translation of the "Component Writer's Guide" 1. The pink part in the translation is where the translator thinks there are errors in the original text. I have corrected it and just marked it in pink; 2. For relevant information I did not establish a correlation with the page numbers of each chapter in "Reference" because it was troublesome, so I just used the page number value in the original book and marked it with blue, which can be deleted directly; 3. Since the original book is only divided into chapters, There are no sections. Inconvenient to read. So, I added the chapter number to make it clearer
- 2024-01-19 2 1082
-
- Maven creation web project tutorial Chinese WORD version
- This document mainly talks about the tutorial of creating a web project with Maven; I share it with you, I hope it will be helpful to you; interested friends can come and take a look.
- 2024-01-29 0 793
-
- Proverbs of Programmers chm version
- This book is a summary of the author's technology and experience in more than ten years of programming career. The content covers everything from understanding the operating mechanism of CPU, Windows, and programming language to code specifications and styles, analysis methods, debugging methods and kernel optimization. It contains the author's cognitive process and thorough analysis of many issues, as well as excellent and a wonderful programming experience.
- 2024-01-19 0 1204
-
- Android programming virtual machine Dalvik tutorial pdf version
- Android programming virtual machine Dalvik tutorial pdf, introduces the difference between Dalvik and the standard Java virtual machine and the difference between the operating environment, as well as the situation and prospect analysis of Dalvik, the functional description of various Java packages in Android, related file types, application structure analysis, Introduction to Android Adb tools, etc. This knowledge is a perfect prelude for junior friends who are about to engage in Android programming.
- 2024-02-28 0 622