current location:Home>download site
-
Databases for Android data access Chinese WORD version
This document mainly talks about Databases for Android data access; databases can be operated on the Android platform, which is one of the surprises when you first come into contact with Android. On the Android platform, a SQLite database is bound. This database system is also very unique. Its largest application scenario is embedded systems. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-294032024-02-29 -
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, lMobile terminal2024-02-297802024-02-29 -
Socket programming based on TCP and UDP WORD version
This document mainly talks about Socket programming based on TCP and UDP; I hope this document will help friends in need; interested friends can come and take a lookOther manuals2024-02-297302024-02-29 -
5 simple and practical radio button styles
5 simple and practical radio button styles is a collection of radio button styles with exquisite and elegant designs.form button2024-02-292712024-02-29 -
PowerDesigner exports PDM to generate WORD document WORD version
This document mainly talks about how PowerDesigner exports PDM to generate WORD documents; I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-02-295922024-02-29 -
Advanced Bash Scripting Guide chm version
This book assumes that you do not have any programming knowledge about scripting or general programming, but if you do, you will easily be able to reach an intermediate to advanced level... All of this is just a small part of the vast knowledge of UNIX® . You can use this book as a textbook, a self-study manual, or a document about shell scripting technology. The exercises in the book and the comments in the sample scripts will better interact with readers, but the most critical premise is: want to The only way to truly learn scripting is to write scripts yourself. This book alsodevelopment tools2024-02-2914242024-02-29 -
Detailed explanation of the basics of texture shaders in Unity3D technology Chinese WORD version
This document talks about some knowledge related to shaders in Unity3D; in shader programming, there are some terms that are sometimes confusing if you don’t understand them, so I will briefly mention them here. Shading originally refers to painting objects with light and dark tones in sketches. In graphics, it actually means coloring Mesh (Mesh is a bunch of triangular patches, including the left side of the vertex, normal coordinates, UV coordinates, etc.), wiki What is said is that the color of the object is changed according to the angle of the object relative to the light and its distance from the light source to generate a photorealistic effect.Other manuals2024-02-296862024-02-29 -
Loading modes of four Android activities WORD version
This document mainly talks about the four loading modes of Android activities; the status of each activity is determined by its position in the activity stack (which is a LIFO that contains the queue of all running activities). The life cycle of Activty is also the life cycle of the process in which it is located. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-02-299432024-02-29 -
Linux
This document mainly talks about the basics of Linux-Shell script programming; we can use any text editor, such as gedit, kedit, emacs, vi, etc. to write shell scripts. I hope this article can bring help to everyone; interested friends You can come and take a lookdevelopment tools2024-02-297822024-02-29 -
404 page special effects with block elimination game
The 404 page effect with block-busting game is a 404 page error template with a block-busting game.html5 special effects2024-02-292722024-02-29 -
Maven compiles, packages and deploys Liferay project WORD version
This document mainly talks about Maven compilation, packaging and deployment of Liferay projects; it mainly introduces the combination of maven and liferay-poerlet-archetype to change the traditional ant compilation, packaging and deployment. I hope this document will help friends in need; interested Friends can come and have a lookOther manuals2024-02-295462024-02-29 -
Usage examples of Android database SQLite Chinese WORD version
Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android MediumMobile terminal2024-02-297372024-02-29 -
Basic knowledge of Android architecture Chinese WORD version
This document mainly talks about the basic knowledge of Android architecture; Android relies on Linux kernel 2.6 to provide core services, such as process management, network protocol stack, and hardware drivers. Here, the Linux kernel serves as an abstraction layer between the hardware layer and the system software stack layer. This operating system is not GNU/Linux-like because its system libraries, system initialization, and programming interfaces are different from standard Linux systems. Android contains some C/C++ libraries, media libraries, database engine libraries, etc. These libraries can be used by AndroidMobile terminal2024-02-293872024-02-29 -
Android modification system.img method WORD version
This document mainly talks about the method of modifying system.img in Android; I hope this document will help friends in need; interested friends can come and take a lookMobile terminal2024-02-299422024-02-29 -
Easy language programming
Yi Language is a fully Chinese, fully visual, cross-platform programming tool. It was designed and developed by Dalian Dayou Wu Tao Yi Language Software Development Co., Ltd. It is characterized by full Chinese culture and low entry requirements. Almost all you need to know how to use computers and words is Anyone who inputs can do programming, and its development language is all Chinese and life-oriented. In the future study, we will deeply appreciate its "easy". Let's enter the world of "Easy" together! This platform provides easy language programming beginner version downloadOther manuals2024-02-295602024-02-29 -
Introduction to Android basics pdf version
Introduction to Android basics pdf, which introduces what Android is, the functions that Android can complete, Android architecture, Android application framework, Android function library, etc., starting from installing Android, to environment configuration, to writing complex applications step by step. This book will take you through basic but meaningful introductory knowledge of Android.Mobile terminal2024-02-299182024-02-29 -
Basic knowledge of PLC programming Chinese doc version
Programmable controller, called Programmable Controller in English, or PC for short. However, because PC is easily confused with Personal Computer (Personal Computer), people are still accustomed to using PLC as the abbreviation of programmable controller. It is an electronic system device with a microprocessor as the core for digital operation. It is specially designed for industrial field applications. It uses programmable memory to store and execute logical operations, sequence control, timing/ Operation instructions such as counting and arithmetic operations, and through digital or analog inputOther manuals2024-02-297792024-02-29 -
jQuery with cherry blossom album rotation display special effects
jQuery with cherry blossom album rotation display special effect is a photo album rotation display animation special effect with cherry blossom falling effect.Photo album effects2024-02-292522024-02-29 -
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.Other manuals2024-02-296922024-02-29 -
jQuery accordion picture sliding display
The jQuery accordion picture sliding display is a picture that becomes larger and smaller when the mouse passes over it, and the text content is combined with the sliding accordion animation special effects.accordion effect2024-02-291432024-02-29 -
UNIX Technical Manual Unix in a Nutshell, 4th Edition English PDF text version
Unix in a Nutshell also covers many important, industry-standard open source tools. The book also fully discusses commonly used shells (bash, ksh, and tcsh) and important elements such as regular expressions, as well as old tools such as sed, awk, and vi. Unix is not a huge thing: it is a complex, and the Unix Technical Manual is the book that brings it all together. What is unix? The original unix source code is owned by sco, and the registered trademark of unix is owned by open groudevelopment tools2024-02-295472024-02-29 -
HTML5 hover other image blur effects
HTML5 hover other image blur effect is a tool that automatically generates blurred images and highlights the specified image effect.Picture special effects2024-02-292022024-02-29 -
Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
这是一款由唱歌的小鸟和装满花朵的推车设计的春天 banner 矢量素材,提供了 AI 和 EPS 两种格式,含 JPG 预览图。banner picture2024-02-2902024-02-29 -
CSS3 universal top fixed navigation bar code
CSS3 universal top fixed navigation bar code is a beautiful drop-down menu.Menu navigation2024-02-292032024-02-29