current location:Home > java类加载 search

Classify:
Found a total of 529 related content
  • Android uses WebView to load local resources Chinese WORD version
    Android uses WebView to load local resources Chinese WORD version
    This document mainly talks about Android using WebView to load local resources; WebView mainly calls three methods: LoadUrl, LoadData, and LoadDataWithBaseURL. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1150
  • Loading modes of four Android activities WORD version
    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.
    2024-02-29 0 1088
  • Java reference documentation
    Java reference documentation
    Java reference document download
    2017-02-10 6017 32396
  • doxygen official manual
    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 English
    2024-01-30 0 717
  • MyBatis3.2.3 Help Document Chinese CHM Version
    MyBatis3.2.3 Help Document Chinese CHM Version
    MyBatis is an excellent persistence layer framework that supports ordinary SQL queries, stored procedures and advanced mapping. MyBatis eliminates almost all JDBC code and manual setting of parameters and retrieval of result sets. MyBatis uses simple XML or annotations for configuration and original mapping, mapping interfaces and Java POJOs (Plan Old Java Objects, ordinary Java objects) into records in the database. Friends in need can download and take a look
    2024-02-29 1 840
  • Eclipse configuration Tomcat tutorial Chinese WORD version
    Eclipse configuration Tomcat tutorial Chinese WORD version
    This document mainly talks about the Eclipse configuration Tomcat tutorial; Eclipse IDE: eclipse IDE is used as the development environment for JSP pages and Java files. Eclipse is a very simple and easy-to-use IDE environment. It has many features that can help programmers quickly write and debug Java programs. With the addition of the tomcat plug-in, this IDE is used to manage the entire web project (including HTML and JSP pages, icons and servlets).
    2024-02-28 0 840
  • CNC Advanced Programming Lecture Notes doc version
    CNC Advanced Programming Lecture Notes doc version
    In CNC machining, line cutting and ring cutting are two typical tool paths. Line cutting is mostly used for regular rectangular planes, step surfaces and rectangular sunken processing during manual programming. Line cutting in non-rectangular areas is generally implemented using automatic programming. Circular cutting is mainly used for semi-finishing, finishing and roughing of contours. When used for roughing, its efficiency is lower than that of line cutting, but it can be easily realized with the tool compensation function. This book is comprehensive in content, rich in examples, and comprehensive in system. This platform provides download of the doc version of advanced CNC programming lecture notes. Friends who need it can download it and take a look!
    2024-02-27 0 823
  • Things about JNI programming in Android Chinese WORD version
    Things about JNI programming in Android Chinese WORD version
    This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 671
  • Android programming virtual machine Dalvik tutorial pdf version
    Android programming virtual machine Dalvik tutorial pdf version
    Android programming virtual machine Dalvik tutorial pdf, introduces the difference between Dalvik and the standard Java virtual machine and the difference between the operating environment, as well as the situation and prospect analysis of Dalvik, the functional description of various Java packages in Android, related file types, application structure analysis, Introduction to Android Adb tools, etc. This knowledge is a perfect prelude for junior friends who are about to engage in Android programming.
    2024-02-28 0 622
  • About Objective
    About Objective
    This document mainly talks about the rules of Objective-C manual memory management; Objective-C has added some new things in ios development, including properties and garbage collection. So, before we learn Objective-C, it is best to first understand what it was like in the past and why Objective-C added these supports. Friends in need can download and take a look
    2024-02-02 0 926
  • Android_Launcher detailed explanation WORD version
    Android_Launcher detailed explanation WORD version
    This document mainly talks about the detailed explanation of Android_Launcher; the definition of Launcher: after the Android system is started, the first program loaded is the entrance to other applications. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1065
  • 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
  • Android Development Guide Chinese PDF version
    Android Development Guide Chinese PDF version
    Android development guide Chinese pdf version, friends who learn android can refer to it. Application Fundamentals Key Classes Application Components Activation Components: Intent Close Component Manifest File Intent Filter Activity and Task Affinity (Attraction) and New Task Loading Mode Clean Stack Start Task Process and Thread Process Thread Remote Procedure Call Thread Safe Method Component Life cycleActivi
    2024-02-26 0 614
  • go language reference manual Chinese CHM version
    go language reference manual Chinese CHM version
    Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. This article brings you the Go reference manual, you can download it if you need it! Go was developed by Robert Griesemer, Rob Pike, Ken Thompson from the end of 2007, and later joined by Ian Lance Taylor, Russ Cox and others. It was finally open sourced in November 2009 and Go 1 stable was released in early 2012. Version. The development of Go is now fully open
    2024-02-27 4 1869
  • Easy language introductory tutorial CHM version
    Easy language introductory tutorial CHM version
    The Easy Language introductory tutorial CHM introduces the basic data types, constant tables, operators, bit operation commands and Easy Language support libraries of the Easy Language system. Programs written in Easy Language need to load the Easy Language support library files when running. On the surface, the EXE program generated by non-independent compilation of Yi Language is small in size. But in fact, if you want to publish the software for use on other people's computers, non-independent compilation will face many problems. Therefore, in actual applications, all independent compilation should be done Compile.
    2024-01-19 0 814
  • 150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    Download the CHM book with 150 Examples of Delphi 7 Application Programming. The book mainly uses 150 examples to comprehensively and in-depth introduce the common methods and techniques of developing applications with Delphi 7. It mainly explains the use of Delphi 7 for interface effect processing, image processing, Graphics and multimedia development, system function control, file processing, network and database development, and component application, etc. These examples are simple and practical, highly typical, and have outstanding functions. The technologies used in many examples can be slightly expanded to solve similar problems. The best way to use this book is to learn from examples
    2024-01-18 2 828
  • Audio and video development tutorial in android Chinese WORD version
    Audio and video development tutorial in android Chinese WORD version
    The media package provides classes to manage various media types. These classes are provided for performing audio and video operations. In addition to basic operations, it also provides ringtone management, facial recognition, and audio routing control. This article explains audio and video operations. This article is designed for beginners who want a simple introduction to Android programming. This article will guide you through the step-by-step development of applications that use media (audio and video). This article assumes that you have installed Android and the necessary tools to develop applications. It also assumes that you are familiar with Java or have a grasp of object-oriented programming concepts. Interested friends
    2024-02-26 0 1133
  • Python essential reference pdf version
    Python essential reference pdf version
    This book provides an essential reference on the beautiful language python. The author brings you into the paradise of python through a complete and clear introductory guide, and then discusses syntax, types and objects, operators and expressions, control flow functions and functional programming, class and object-oriented programming, modules and packages, input and output , execution environment and other aspects are given detailed explanations. If you want to join the world of python, don't miss this book by David M beazley. (The cover is from the latest English version, the Chinese version seems to have only been translated to the second edition)
    2024-01-26 1 828
  • [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
  • Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
    Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
    The Ten Days to Learn Easy Language Illustrated Tutorial provides a vivid and systematic explanation of the usage and operating techniques of Easy Language in the form of illustrations. Friends who need it can download it and take a look! The whole book is divided into ten chapters and is completed in ten days. The first chapter introduces the installation of Yi Language and the interface after operation. At the same time, a very simple small program is introduced to help users get started. Finally, we introduce the input methods of programming and some common problems encountered by beginners. Chapter 2 will touch on some specific issues, such as how to write a program that equals 1+2, and understand the concept of variables, the valid range of variables, data types and other knowledge.
    2024-02-28 0 816
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!