current location:Home > download site
-
Android mobile phone development course standards Chinese WORD version
This course is designed based on the general idea of understanding methods and emphasizing application, highlighting the skill-based and applied characteristics of vocational education, focusing on cultivating students' practical application skills, and striving to achieve the goal of sufficient theoretical methods and excellent technical skills. Through the study of this course, students will be equipped with knowledge related to Android platform application development, good programming habits and the ability to develop mobile application software, and be competent in tasks such as mobile phone software development based on the Android platform. Interested friends can come and take a lookMobile terminal2024-01-3011292024-01-30 -
HTML5 mobile application based on PhoneGap Chinese WORD version
This document mainly talks about HTML5 mobile applications based on PhoneGap; I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-305552024-01-30 -
CSS+HTML picture sliding browsing effect
CSS+HTML picture sliding browsing effect is an up and down sliding effect to browse each picture.Picture special effects2024-01-302562024-01-30 -
Android data format parsing object JSON usage WORD version
This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-01-3010172024-01-30 -
Shared office space service website template
共享办公空间服务网站模板是一款适合提供共享办公室服务网站模板下载。提示:本模板调用到谷歌字体库,可能会出现页面打开比较缓慢。Front-end template2024-01-308232024-01-30 -
Android development training PPT version
The original meaning of the word Android refers to "robot". Android is the name of the open source mobile operating system based on the Linux platform announced by Google on November 5, 2007. The platform consists of an operating system, middleware, user interface and application software. Domestically, manufacturers such as Lenovo, Dell, Dopod, Philips, ZTE, Samsung, and Motorola have launched smartphones based on the Android platform. In the field of 3G application development, the development prospects of Android cannot be underestimated and will become the mainstream in the future.Mobile terminal2024-01-309292024-01-30 -
doxygen official manual
Doxygen is a useful programmer's auxiliary tool. It can make it easier to add batch code to the program. It is compatible with mainstream programming languages such as C++, C, Java, Objective-C, Python, etc. The Chinese manual of doxygen provided by the editor includes The basic introduction, grammar skills and advanced skills can help you get started quickly. If you need it, you are welcome to download it. Basic introduction Doxygen already supports generating ANSI encoded chm directory files (index.hhc)! Doxygen is usually used to generate EnglishOther manuals2024-01-306702024-01-30 -
Android Studio shortcut keys Chinese WORD version
This document mainly talks about Android Studio shortcut keys; interested friends can come and take a look.Mobile terminal2024-01-305312024-01-30 -
The Book of Ruby
Whether you're new to programming, or new to Ruby, this book can guide you through real-world software development using a unique and elegant language. Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby’s trendierServer side development2024-01-308562024-01-30 -
Image wave effect rendering animation implemented by SVG
The picture wave effect rendering animation implemented by SVG uses the SVG path to draw a layer of mask on the top of the picture, and performs a certain random distortion to form a rolling animation effect.Picture special effects2024-01-302622024-01-30 -
People covering the earth with green plants illustration vector material (EPS+PNG)
这是一款给地球披上绿植的人们插画矢量素材,提供了 EPS 和免扣 PNG 两种格式,含 JPG 预览图。PNG material2024-01-3002024-01-30 -
hive function encyclopedia Chinese WORD version
This document describes the hive function in detail; it is relatively comprehensive and I hope it will be helpful to everyone's study; interested friends can come and take a look at the catalog 1. Relational operations: 4 1. Comparison of equal values: = 4 2. Comparison of unequal values : 4 3. Less than comparison: < 4 4. Less than or equal to comparison: 5 6. Greater than or equal to comparison: >= 5 7. NULL value judgment: IS NULL 5 8. Non-null value judgment: IS NOT NULL 6 9. LIKE comparison: LIKE 6 10.JOther manuals2024-01-2910532024-01-29 -
Italian catering and gourmet store promotional website template
意大利餐饮美食店宣传网站模板是一款适合意大利餐饮美食服务行业宣传网站模板下载。提示:本模板调用到谷歌字体库,可能会出现页面打开比较缓慢。Front-end template2024-01-298642024-01-29 -
Application of Fragment in Activity WORD version
This document mainly talks about the application of Fragment in Activity; Fragment can be included in multiple Activities and can adapt the application to different screen sizes. When the screen size is large enough, an Activity can contain multiple Fragments. If this is not the case, another Activity will be started containing different Fragments. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-01-298982024-01-29 -
Nine different styles of drone vector materials (EPS+PNG)
这是一款不同款式的无人机矢量素材,共九个,素材提供了 EPS 和免扣 PNG 两种格式,含 JPG 预览图。PNG material2024-01-2902024-01-29 -
Android resources and internationalization settings Chinese WORD version
This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-01-299532024-01-29 -
CSS registration form required verification code
CSS registration form required verification code is a simple account, password, phone number, verification code registration form submission code.form button2024-01-295022024-01-29 -
jQuery full screen album code download
jQuery full-screen photo album code download is a simple and practical jQuery photo album that supports left and right button switching and automatic switching of pictures by clicking on the big picture.Photo album effects2024-01-293472024-01-29 -
Black graduation cap vector material (EPS+PNG)
这是一款黑色的毕业帽矢量素材,提供了 EPS 和免扣 PNG 两种格式,含 JPG 预览图。PNG material2024-01-2902024-01-29 -
lua
This document is the Chinese manual of lua-5.1; Lua is an extended programming language that is designed to support general procedural programming and has related data description facilities. Lua can also provide good support for object-oriented programming, functional programming, and data-driven programming. It can be used as a powerful, lightweight scripting language for any program that needs it. Lua is a free software, and its use license determines that there is generally no guarantee for its use. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-2910162024-01-29 -
Multi-threaded programming technology in Android development Chinese WORD version
This document mainly talks about multi-threaded programming technology in Android development; threads in Android are widely used in multi-threading in the Android platform. Multi-threading is required in UI updates, game development and time-consuming processing (network communications, etc.) . The technologies involved in Android threads are: Handler; Message; MessageQueue; Looper; HandlerThread. Friends in need can download and take a lookMobile terminal2024-01-298672024-01-29 -
HTML image zoom hover animation effect
HTML image zoom and hover animation effect. This is a zoom animation effect that can be used when building a website.Picture special effects2024-01-292872024-01-29 -
Perl common module usage examples Chinese WORD version
This document mainly talks about the use examples of common modules in Perl; I hope this document will help friends in need; interested friends can come and take a look.Server side development2024-01-2911422024-01-29 -
jQuery Infinitus multi-level navigation drop-down menu
jQuery Infinitus multi-level navigation drop-down menu is a simple and practical navigation menu plug-in that supports multi-level Infinitus drop-down menu expansion effect code.Menu navigation2024-01-292982024-01-29