current location:Home > download site
-
Android security and permissions WORD version
This document mainly talks about the security and permissions of Android; Android is a multi-process system, and each application (and system component) runs in its own process. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-01-287702024-01-28 -
jQuery imitation Xiaozhu CMS official website slide code
The jQuery imitation Xiaozhu CMS official website slideshow code is a responsive picture slideshow effect, suitable for picture carousel codes on mobile phones.focus slide2024-01-282942024-01-28 -
HTML5 3D folding stereo focus image code
HTML5 3D folding stereo focus image code is a 3D stereo image switching special effect based on jQuery+HTML5.focus slide2024-01-282922024-01-28 -
Getting started with Qt QML
This document mainly talks about getting started with Qt QML – QML syntax; QML is a descriptive scripting language, and the file format ends with .qml. The syntax format is very similar to CSS (refer to the specific examples below), but it also supports programming control in the form of javascript. QML is part of the Qt Quick technology launched by Qt. It is a new and easy-to-learn language. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-287002024-01-28 -
PASCAL language basics Chinese WORD version
This document mainly talks about the basics of PASCAL language; PASCAL language: the most suitable language for scientific computing and data processing, with the fastest running and compilation speed, from TURBO PASCAL 5.5, 6.0, 7.0 to the current DELPHI in the WINDOWS environment and Object-oriented PASCAL such as LAZARUS, as well as various versions of FREE PASCAL currently used in informatics competitions. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-289662024-01-28 -
perl regular expression learning manual pdf version
Perl regular expression learning manual pdf version, click to download and unzip. Friends who want to learn perl regularity need to read it.Server side development2024-01-2810972024-01-28 -
Html5 image suspension effect code
HTML5 image floating effect code, image floating code, image grid layout, the images in the web page will follow the mouse movement to produce up, down, left and right floating effects, suitable for image product display purposes.Picture special effects2024-01-282992024-01-28 -
Phonegap installation environment construction Chinese WORD full version
This document mainly talks about setting up the phonegap installation environment; it mainly talks about setting up the phonegap environment under the windows system, mainly from the android perspective. iOS users can refer to it. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-286222024-01-28 -
How Android uses WebService interface Chinese WORD version
This document mainly describes how Android uses the WebService interface; WebService is a remote calling standard based on the SOAP protocol. Different operating system platforms, different languages, and different technologies can be integrated through WebService. The OPhone SDK does not provide a library for calling WebService. Therefore, you need to use a third-party class library (KSOAP2) to call WebService. This article will introduce the specific details of calling WebService in OPhone, andMobile terminal2024-01-2813012024-01-28 -
Android development notes emulator, application tutorial pdf version
Android development notes, covering emulator parameters, processes and threads, Android releasing mobile phone resources, process release priority, analyzing HelloAndroid, adding edit boxes and buttons, using Intent to start another Activity, starting Activity in different Tasks, Intent and Intent filters, adding new Activity and other related knowledge.Mobile terminal2024-01-2811472024-01-28 -
Various transition animations jQuery focus map
A variety of transition animations jQuery focus map is a thumbnail, and it has a variety of animation effects when switching transitions.focus slide2024-01-282722024-01-28 -
Orange form page special effects made with HTML5
The orange form page special effect produced by HTML5 is an exquisite website form style web page special effect.form button2024-01-284342024-01-28 -
Smart fixed navigation code at the top of JS web page
The JS smart fixed navigation code at the top of the web page is a black fixed layer navigation at the top of the web page. The up and down scrolling navigation of the page intelligently displays or hides the effect code.Menu navigation2024-01-282612024-01-28 -
Introduction to OpenGL Programming Chinese WORD version
This document mainly talks about the introduction to OpenGL programming; OpenGL• is a powerful graphics library that allows users to easily develop three-dimensional graphics with a variety of special visions (such as lighting, textures, transparency, and shadows). A three-dimensional graphics software package that is independent of software and hardware platforms and can run on a variety of window systems; OpenGL (Open Graphics Library) is a software interface for graphics hardware and an industry standard in this field. I hope this document will help friends in need; interested friends can come hereOther manuals2024-01-286362024-01-28 -
Bootstrap sidebar background menu code
Bootstrap sidebar background menu code is a sidebar menu background management page special effect based on bootstrap and icon library.Menu navigation2024-01-283562024-01-28 -
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.Other manuals2024-01-2811222024-01-28 -
Practical CSS3 3D rotating vertical accordion menu
The practical CSS3 3D rotating vertical accordion menu has a 3D visual effect in its overall appearance. When switching menu items, the menu items also have a 3D flipping switching effect.CSS3 special effects2024-01-283072024-01-28 -
jQuery English number combination form verification code special effects
jQuery English number combination form verification code special effect is a form submission verification code made using jQuery Layui. Numbers and English are randomly generated.jQuery effects2024-01-283382024-01-28 -
jQuery green widescreen drop-down navigation menu
jQuery green widescreen drop-down navigation menu is a code that shrinks the drop-down menu effect by hovering the navigation bar with the mouse.Menu navigation2024-01-282832024-01-28 -
SHELL Study Guide for Linux Chinese WORD version
This document mainly talks about the Linux SHELL learning guide; I hope this document will help friends in need; interested friends can come and take a look.development tools2024-01-288252024-01-28 -
Install Android with VirtualBox
VirtualBox is an open source virtual machine software. VirtualBox is known as the most powerful free virtual machine software. It not only has rich features, but also has excellent performance! It is simple and easy to use, and the systems that can be virtualized include Windows (all Windows systems are supported from Windows 3.1 to Windows 10 and Windows Server 2012), Mac OS X, Linux, OpenBSD, Solaris, IBM OS2 and even Android operating systemsMobile terminal2024-01-287812024-01-28 -
Introduction to TTS on Android WORD version
This document mainly talks about the introduction of TTS on Android; TextToSpeech is referred to as TTS, which is called speech synthesis. It is a new function supported by the Android system starting from version 1.6. It can convert specified text into audio output in different languages. I hope this document will help friends in need; interested friends can come and take a look.Mobile terminal2024-01-2810602024-01-28 -
University education service agency promotional website template
大学教育服务机构宣传网站模板是一款适合大学教育机构宣传网站模板下载。提示:本模板调用到谷歌字体库,可能会出现页面打开比较缓慢。Front-end template2024-01-289742024-01-28 -
Web Service Design Based on REST Architecture WORD Version
This document mainly talks about the design of Web Service based on REST architecture; REST (Representational State Transfer) is a lightweight Web Service architecture style. Its implementation and operation are obviously simpler than SOAP and XML-RPC, and can be completely passed HTTP protocol implementation can also use cache to improve response speed, which is superior to SOAP protocol in terms of performance, efficiency and ease of use. I hope this document will help friends in need; interested friends canOther manuals2024-01-285852024-01-28