current location:Home > 结构 search

Classify:
Found a total of 529 related content
  • AndroidStudio directory structure and Gradle Chinese WORD version
    AndroidStudio directory structure and Gradle Chinese WORD version
    This document mainly talks about the AndroidStudio directory structure and Gradle; interested friends can come and take a look.
    2024-02-26 0 1076
  • Brief analysis of Android Telephony framework structure Chinese WORD version
    Brief analysis of Android Telephony framework structure Chinese WORD version
    This document mainly talks about the brief analysis of the Android Telephony framework structure; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1071
  • Use Eclipse to build Maven Web project WORD version
    Use Eclipse to build Maven Web project WORD version
    This document mainly talks about using Eclipse to build Maven's Web project; next, using Eclipse's Maven to build a web project, taking building the SpringMVC project as an example: I hope this document will help friends in need; interested friends can come and see
    2024-02-01 0 746
  • Lucene learning and summary Chinese WORD version
    Lucene learning and summary Chinese WORD version
    This document mainly talks about the learning and summary of Lucene; Lucene is an efficient, Java-based full-text search library. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 5 2298
  • Android application architecture Chinese WORD version
    Android application architecture Chinese WORD version
    This document mainly talks about the Android application architecture; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 705
  • The architecture and implementation of Android Camera Chinese WORD version
    The architecture and implementation of Android Camera Chinese WORD version
    This document mainly talks about the architecture and implementation of Android Camera; I hope this document will help friends in need; interested friends can come and take a look
    2024-02-27 0 733
  • Web Service Design Based on REST Architecture WORD Version
    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 can
    2024-01-28 0 648
  • PhoneGap architecture core code analysis Chinese WORD version
    PhoneGap architecture core code analysis Chinese WORD version
    This document mainly talks about the core code analysis of PhoneGap architecture; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1194
  • Android SurfaceView usage summary Chinese WORD version
    Android SurfaceView usage summary Chinese WORD version
    This document mainly talks about the summary of the use of SurfaceView in Android; SurfaceView is a subclass of the View class. It can obtain image data directly from memory or DMA and other hardware interfaces. It is a very important drawing view. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 2 2175
  • Summary of basic usage of Fortran WORD version
    Summary of basic usage of Fortran WORD version
    This document mainly talks about a summary of the basic usage of Fortran; I hope it can bring some help to students who have learned C but have not been exposed to Fortran. Fortran is a programming language. It is the world's earliest high-level computer programming language and is widely used in scientific and engineering computing fields. The FORTRAN language plays an important role in the fields of numerical, scientific and engineering computing with its unique functions. Fortran laid the foundation for the development of high-level languages. Fortran is now widely used in scientific research and machinery. I hope this document will bring it to friends in need
    2024-02-27 0 898
  • Summary of the four publishing methods of WebService Chinese WORD version
    Summary of the four publishing methods of WebService Chinese WORD version
    This document mainly talks about the summary of the four publishing methods of WebService; CXF and spring are currently the most popular way to build webservice. However, it is rumored that cxf and jdk1.5 are somewhat incompatible. I have not encountered it. The problem I encountered is that cxf and jdk1.5 are not compatible. was6.1.1 is not compatible, which is reflected in the fact that the jar package "wsdl4j-1.6.2.jar" required for cxf reports an error. The error reported is: java.lang.IncompatibleClassCh
    2024-02-28 0 1247
  • Android development skills collection tutorial pdf version
    Android development skills collection tutorial pdf version
    Android development skills collection pdf version, including: ANDROID common class library description, ANDROID file system and application architecture, ANDROID application structure, ANDROID UI LAYOUT (layout), ANDROID UI controls, ANDROID UI beautification, ANDROID UI animation, asynchronous calls , data storage and reading, etc.
    2024-02-26 0 851
  • Basic knowledge of Android architecture Chinese WORD version
    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 Android
    2024-02-29 0 519
  • Python Tutorial Beginner's Guide PDF version
    Python Tutorial Beginner's Guide PDF version
    Python Tutorial - Python Beginner's Guide PDF version, content includes:  Whetting Your Appetite  Using the Python Interpreter  More Control Flow Tools  Process Control  Data Structures  Errors and E
    2024-01-26 0 1369
  • Android Camera system analysis Chinese WORD version
    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
  • Android AppWidget development WORD version
    Android AppWidget development WORD version
    This document mainly talks about the development of Android AppWidget; in terms of MVC structure, AppWidget is a View on Launcher, AppWidgetManager is its controller, and client package (such as com.baidu.searchbox) is its model. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-27 2 2248
  • Delphi mastery step by step tutorial pdf version
    Delphi mastery step by step tutorial pdf version
    Delphi primary tutorial step by step mastery pdf, briefly summarize the content: Delphi overview, programming of three structures of the Object Pascal language base, arrays, procedures and functions, custom types, common components of Delphi, multimedia application programming, DLL applications, Database application base SQL database programming, etc.
    2024-01-19 1 1111
  • [Top] Detailed summary of JSON in Android Chinese WORD version
    [Top] Detailed summary of JSON in Android Chinese WORD version
    JSON (JavaScript Object Notation) Definition: A lightweight data exchange format that is highly readable and easy to write quickly. The mainstream technology in the industry provides a complete solution (somewhat similar to regular expressions, supported by most languages ​​today), so that data can be exchanged between different platforms. JSON adopts a highly compatible text format and also has behavior similar to the C language system. Friends in need can download and take a look
    2024-02-26 0 926
  • Using Eclipse to build Maven's SpringMVC project Chinese WORD version
    Using Eclipse to build Maven's SpringMVC project Chinese WORD version
    First, Eclipse needs to install the Maven plug-in. Use MyEclipse to install the Maven plug-in. There are some problems with the built Maven project. First, when publishing tomcat, resources are never published to tomcat; second, after changing the classes under WEB-INF to the classes under target, I don’t know why MyEclipse still generates classes under WEB-INF. Either it really doesn’t generate classes in WEB-INF but releases t
    2024-02-28 0 674
  • DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and commonly used functions 1. TmainMemu control This control is a standard menu control, which is used to provide menus for windows. The hierarchical structure of the object is: TObject—TPersistent—TCompoment—TMenu. Attribute 1-AutoMetge: Boolean Function: Used to determine whether the menu on the non-main Form in the non-MID program should be merged with the menu of the main Form. Main Form menu
    2024-01-19 0 1206
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!