current location:Home > glide,java search

Classify:
Found a total of 529 related content
  • Java reference documentation
    Java reference documentation
    Java reference document download
    2017-02-10 6017 32396
  • The correct way to import Android or other JAVA projects into Eclipse WORD version
    The correct way to import Android or other JAVA projects into Eclipse WORD version
    This document mainly talks about the correct way to import Android or other JAVA projects into Eclipse; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 5 1589
  • Groovy Getting Started Tutorial Chinese WORD Version
    Groovy Getting Started Tutorial Chinese WORD Version
    This document is an introductory tutorial to Groovy; simply put, Groovy is the next generation of Java language. Like Java, it also runs in the JVM. As another language running in the JVM, groovy syntax is very similar to the Java language syntax. At the same time, Groovy abandons Java's cumbersome grammar. For the same statement, using groovy can reduce your keystrokes to the greatest extent - this is indeed the "lazy programmers"
    2024-02-26 1 605
  • 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
  • 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
  • mybatis entry to proficiency Chinese WORD version
    mybatis entry to proficiency Chinese WORD 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. Interested friends can come and take a look
    2024-01-28 0 1260
  • Getting Started with Lucene Chinese WORD Version
    Getting Started with Lucene Chinese WORD Version
    Lucene is a Java-based full-text information retrieval toolkit. It is not a complete search application, but provides indexing and search capabilities for your application. Lucene is currently an open source project in the Apache Jakarta family. It is also the most popular open source full-text search toolkit based on Java.
    2024-01-31 0 589
  • Detailed explanation of Android program debugging Chinese WORD version
    Detailed explanation of Android program debugging Chinese WORD version
    When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
    2024-02-26 0 884
  • 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
  • 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
  • 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
  • Example tutorial to learn Python word version in 1 hour
    Example tutorial to learn Python word version in 1 hour
    This article is suitable for experienced programmers to enter the world of Python2.x as soon as possible. Especially, if you master Java and Javascript, you can use Python to quickly and smoothly write useful Python programs in less than an hour.
    2024-01-26 0 903
  • Android seamlessly replaces Dalvik virtual machine Chinese WORD version
    Android seamlessly replaces Dalvik virtual machine Chinese WORD version
    This document mainly talks about the seamless replacement of the Dalvik virtual machine by Android; the Dalvik virtual machine is actually a Java virtual machine, but it does not execute class files, but dex files. Therefore, the most ideal way for the ART runtime is to implement it as a Java virtual machine, so that the Dalvik virtual machine can be easily replaced. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-01 0 493
  • Android data format parsing object JSON usage WORD version
    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.
    2024-01-30 0 1080
  • 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
  • Android2.3 User Programming Manual pdf version
    Android2.3 User Programming Manual pdf version
    Google's official Android 2.3 programming user manual pdf. The Chinese version has not been found yet. The current E version is. I believe Java masters who can write Android are not afraid of E text. Besides, this Google's original Android manual is also Very rare.
    2024-02-01 0 1010
  • Android Studio usage tutorial Chinese WORD version
    Android Studio usage tutorial Chinese WORD version
    This document is a tutorial for using Android Studio; android studio. This is a development tool based on intellij IDE, built using Gradle. I believe everyone who has done Java knows this tool. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1094
  • python tutorial for beginners Chinese WORD version
    python tutorial for beginners Chinese WORD version
    This document is a tutorial for newbies to Python; Python is a computer programming language. You may have heard of many popular programming languages, such as the very difficult to learn C language, the very popular Java language, the Basic language suitable for beginners, the JavaScript language suitable for web programming, and so on. Interested friends can come and take a look
    2024-01-23 0 769
  • Maven Quick Start Chinese WORD version
    Maven Quick Start Chinese WORD version
    This document mainly talks about getting started with Maven; Apache Maven is a potential replacement for the Java-based Apache Ant build tool. Maven is based on central repository compilation, which means that the resources required for compilation are placed in a central repository. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 1077
  • WebService Development Guide Chinese WORD version
    WebService Development Guide Chinese WORD version
    This document mainly describes the WebService development guide; WebService provides mobile commerce access for software developers and system integrators. WebService has the characteristics of stability, cross-platform, cross-development language, and firewall penetration, so it is favored by enterprise developers. SMS communication development interface adapted to WEB, VB, Delphi, .NET, VC, JAVA and other mainstream development languages ​​​​and Windows, Linux, Unix and other operating environments, allowing enterprises to use OA, CRM, ERP, SC
    2024-02-27 0 715
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!