current location:Home > 06--api search

Classify:
Found a total of 529 related content
  • Android Chinese API collection chm version
    Android Chinese API collection chm version
    Android Chinese Translation Group - A collection of Android Chinese APIs. API documentation (Reference) is the basis of Android development. In the past three years (2007-2010), the official Chinese version of the API has not yet been released. The Android Chinese Translation Group has gathered a group of people to engage in Android development. People, forum moderators, college students, graduate students, etc. use their spare time to translate Android APIs. The number of people has grown from 1 to 80, and the number of published translations has ranged from 1 to 50.
    2024-02-29 8 1598
  • API Hook Complete Manual Chinese WORD Version
    API Hook Complete Manual Chinese WORD Version
    This document mainly talks about the complete manual of API Hook; API HOOK technology is a technology used to change API execution results. Microsoft itself also uses this technology in the Windows operating system, such as Windows compatibility mode, etc. API HOOK technology is not a proprietary technology for computer viruses, but computer viruses often use this technology to hide themselves. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 641
  • Win32 API Function Manual chm version
    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
  • Spark Streaming Programming Guide Chinese WORD version
    Spark Streaming Programming Guide Chinese WORD version
    Spark Streaming is the core API of Spark, which supports high throughput and fault-tolerant real-time streaming data processing. It can accept data sources from Kafka, Flume, Twitter, ZeroMQ and TCP Socket, use simple API functions such as map, reduce, join, window and other operations, and can also directly use built-in machine learning algorithms and graph algorithm packages to process data . Interested friends can come and take a look
    2024-02-27 0 908
  • Android4.0 new SDK new features Chinese WORD version
    Android4.0 new SDK new features Chinese WORD version
    Android 4.0 is a major platform release that adds a host of new features for users and app developers. Of all the new features and APIs we'll discuss below, Android 4.0 is an important platform release because it brings the widely used APIs and hologram themes of Android 3.x versions to small-screen devices. Interested friends can come and take a look
    2024-01-29 2 1942
  • Introduction and improvement of Android JNI development Chinese WORD version
    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.
    2024-02-26 0 627
  • Configuring OpenGL development environment in VC 6 Chinese WORD version
    Configuring OpenGL development environment in VC 6 Chinese WORD version
    This document mainly talks about configuring the OpenGL development environment in VC 6; as one of the current mainstream graphics APIs, OpenGL has superior features than DirectX in some situations. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-02 0 1178
  • CXF creates webservice server Chinese WORD version
    CXF creates webservice server Chinese WORD version
    This document mainly talks about CXF creating webservice server; Apache CXF is an open source Services framework. CXF helps you use Frontend programming API to build and develop Services, like JAX-WS. These Services can support multiple protocols, such as SOAP, XML/HTTP, RESTful HTTP or CORBA, and can run on multiple transport protocols, such as HTTP, JMS or JMS.
    2024-02-28 0 909
  • Simple usage of JSON Chinese WORD version
    Simple usage of JSON Chinese WORD version
    This document mainly talks about the simple usage of JSON; JSON (JavaScript Object Notation) is a simple data format that is more lightweight than xml. JSON is a native JavaScript format, which means that processing JSON data in JavaScript does not require any special API or toolkit. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-01 0 953
  • WebService test plan WORD version
    WebService test plan WORD version
    This document mainly talks about the WebService test solution; WebService is a revolutionary distributed computing technology. It is essentially an API available on the network and a method that can be called directly in the network environment. Commonly used frameworks for WebService include axis, xfire, cxf, etc. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 654
  • Android Chinese help document pdf version
    Android Chinese help document pdf version
    Android is a software set specifically for mobile devices, which includes an operating system, middleware and some important applications. The beta version of the Android SDK provides the necessary tools and API interfaces for Android application development using the Java language on the Android platform. Features  Application framework Supports reuse and replacement of components  Dalvik virtual machine Optimized for mobile devices  Integrated browsing
    2024-02-01 0 786
  • Android Developer Guide Part 1: Getting Started
    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
  • WebService calling technical documentation Chinese WORD version
    WebService calling technical documentation Chinese WORD version
    This document mainly talks about WebService calling technical documents; on the surface, Web service is an application, which exposes an API that can be called through the Web to the outside world. This means that you can programmatically call this application through the Web. A more precise explanation of Web services: Web services are a new platform for building interoperable distributed applications. As a Windows programmer, you may have built component-based distributions using COM or DCOM
    2024-02-26 0 993
  • OpenGL introductory tutorial Chinese WORD version
    OpenGL introductory tutorial Chinese WORD version
    This document is an introductory tutorial to OpenGL; the purpose is to let everyone give up TC's old graphics interface and let everyone get in touch with some new things. As one of the current mainstream graphics APIs, OpenGL has superior features to DirectX in some situations. OpenGL (full Open Graphics Library) refers to a professional graphics program interface that defines a cross-programming language and cross-platform programming interface specifications. It is used for three-dimensional images (two-dimensional as well), and is a powerful and easy-to-call underlying graphics library. Friends in need can download and take a look
    2024-02-03 3 1120
  • Android local data storage Chinese WORD version
    Android local data storage Chinese WORD version
    This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
    2024-02-26 0 808
  • Python website development guide WORD version
    Python website development guide WORD version
    This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
    2024-01-25 0 979
  • mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
    2024-01-25 0 923
  • python basic tutorial to lesson 60_python basic information word version
    python basic tutorial to lesson 60_python basic information word version
    Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
    2024-01-25 0 1072
  • Python introductory tutorial Chinese WORD version
    Python introductory tutorial Chinese WORD version
    Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
    2024-01-25 0 656
  • Basic introduction to python unittest Chinese WORD version
    Basic introduction to python unittest Chinese WORD version
    Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
    2024-01-25 0 862
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!