current location:Home > java技能 search

Classify:
Found a total of 529 related content
  • Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    This article will focus on discussing Perl performance optimization techniques. When using Perl to develop some service applications, sometimes you will encounter problems with Perl performance or resource usage. You can use require to load modules, use system functions and XS-based modules, and write yourself with low overhead. Modules, etc. to optimize Perl performance. Perl is a powerful language, a powerful tool, and a very delicious dish:-) Using many of Perl's features, you can achieve some very interesting and practical functions. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1883
  • Android mobile phone development course standards Chinese WORD version
    Android mobile phone development course standards Chinese WORD version
    This course is designed based on the general idea of ​​understanding methods and emphasizing application, highlighting the skill-based and applied characteristics of vocational education, focusing on cultivating students' practical application skills, and striving to achieve the goal of sufficient theoretical methods and excellent technical skills. Through the study of this course, students will be equipped with knowledge related to Android platform application development, good programming habits and the ability to develop mobile application software, and be competent in tasks such as mobile phone software development based on the Android platform. Interested friends can come and take a look
    2024-01-30 0 1189
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • Using Adobe AIR to develop Android applications English pdf text version with source code
    Using Adobe AIR to develop Android applications English pdf text version with source code
    Put your ActionScript 3 skills to work in mobile app development. This book shows how to develop native applications for Android-based smartphones and tablets using Adobe AIR. You learn the entire development process hands-on, from coding options to getting your app published to the specific functionality of Put your ActionScript 3 skills to work building mobile apps. This book shows you how t
    2024-02-26 0 814
  • Research on MATLAB and VB hybrid programming technology WORD version
    Research on MATLAB and VB hybrid programming technology WORD version
    This document mainly talks about the research on mixed programming technology of MATLAB and VB; it focuses on four methods of integrating MATLAB in VB applications to achieve program optimization, namely using Matrix VB, calling DLL dynamic link library, applying Active automation technology and dynamic data exchange technology, and analyzes the key issues and basic steps in the integration process. This hybrid programming combines the visual interface of VB with the powerful numerical analysis capabilities of MATLAB. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-19 0 1251
  • 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
  • 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
  • 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
  • Android Game Development Journey Chinese WORD Version
    Android Game Development Journey Chinese WORD Version
    This document mainly talks about the Android game development journey; today Android123 starts a new Android game development journey series, mainly from the control method (buttons, trackball, touch screen, gravity sensor, camera, microphone airflow, light brightness), graphics View (efficient drawing technology such as double buffering), sound effects (game music) and finally OpenGL ES (Java layer) and NDK's OpenGL and J2ME game porting methods to Android. Of course, there are also some game implementation idiomatic methods, such as map editors, In Andr
    2024-02-28 0 1115
  • Android cooperates with WebService to access remote database Chinese WORD version
    Android cooperates with WebService to access remote database Chinese WORD version
    Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
    2024-02-26 0 903
  • Android basic tutorial translated by Zhang Bo and others pdf version
    Android basic tutorial translated by Zhang Bo and others pdf version
    "Basic Android Tutorial" is complete and rich in content and has strong versatility. Readers can quickly learn Android development and improve related skills through "Basic Android Tutorial". Android is a new open source mobile phone platform developed by Google. "Basic Android Tutorial" is a basic tutorial on Android development, using a step-by-step approach to discuss Android. The book also explains the basic process of Android development more vividly with examples such as Sudoku games, and there is a & at the end of each chapter.
    2024-02-26 0 676
  • Intermediate Perl e-book chm version
    Intermediate Perl e-book chm version
    From a Perl enthusiast to a Perl programmer. "Intermediate Perl" will teach you how to use Perl as a programming language, not just a scripting language. Perl is a flexible and powerful programming language that can be used in many aspects, from system management to network programming to database operations. People often say that Perl makes easy things easy and hard things doable. Intermediate Perl is all about taking the leap from simple to difficult tasks
    2024-02-01 0 903
  • Maven User Guide Chinese WORD version
    Maven User Guide Chinese WORD version
    This document mainly talks about the Maven usage guide; Apache Maven is a software (especially Java software) project management and automatic construction tool provided by the Apache Software Foundation. Based on the concept of Project Object Model (abbreviation: POM), Maven uses a central piece of information to manage the construction, reporting and documentation steps of a project. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 682
  • Delphi7 basic grammar tutorial Chinese WORD version
    Delphi7 basic grammar tutorial Chinese WORD version
    Delphi is a Windows rapid application development tool (RAD Rapid Application Development) based on the client/server system launched by the American Borland Company. It is an object-oriented visual programming tool based on the visibility of Delphi and combined with the Object Pascal language. With programming skills, you can develop powerful Windows applications and database applications. Delphi is the first visual development environment, optimized source code compiler and
    2024-01-18 1 1059
  • Android application framework principles and programming 36 techniques pdf traditional version
    Android application framework principles and programming 36 techniques pdf traditional version
    Android application framework principles and programming techniques 36 pdf traditional version, the book content is suitable for Android 1.0. Some friends may not be familiar with Android yet, right? Have you ever heard of Google’s customized high-end mobile phone from HTC? Its operating system is based on Android. If you are still not sure about it, you can Google "HTC g2" mobile phone to get a rough understanding of the interface and architectural features of the mobile operating system. Anyway, Andro
    2024-02-26 0 721
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!