current location:Home > 和 search

Classify:
Found a total of 529 related content
  • mybatis syntax and introduction Chinese WORD version
    mybatis syntax and introduction Chinese WORD version
    This document mainly talks about the syntax and introduction of mybatis; MyBatis is a persistence layer framework that can customize SQL, stored procedures and advanced mapping. MyBatis eliminates most of the JDBC code, manual setting of parameters and result set retrieval. MyBatis only uses simple XML and annotations to configure and map basic data types, Map interfaces and POJOs to database records. Compared with "one-stop" ORM solutions such as Hibernate and Apache OJB
    2024-01-31 2 1125
  • 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
  • Socket programming based on TCP and UDP WORD version
    Socket programming based on TCP and UDP WORD version
    This document mainly talks about Socket programming based on TCP and UDP; I hope this document will help friends in need; interested friends can come and take a look
    2024-02-29 0 927
  • eclipse maven plugin plug-in installation and configuration Chinese WORD version
    eclipse maven plugin plug-in installation and configuration Chinese WORD version
    This document mainly talks about the installation and configuration of the eclipse maven plugin plug-in; interested friends can come and take a look.
    2024-02-29 0 887
  • 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
  • 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
  • Design of virtual instrument based on USB and LabVIEW word version
    Design of virtual instrument based on USB and LabVIEW word version
    The interface technology of virtual instruments and USB has received close attention in the field of instrument research and development. The use of USB interfaces for intelligent peripherals for data acquisition and control has improved its bottleneck phenomenon and also strengthened its "affinity" with general-purpose computers. Ordinary MCS-51 The microcontroller does not have a USB interface, and LabVIEW, one of the virtual instrument application software development platforms, does not provide a driver for the USB interface. For this reason, the design principles of virtual instruments based on USB and LabVIEW and the USB development method are introduced, and a method of USB development is proposed.
    2024-01-28 0 1145
  • WebSphere MQ transmission environment construction and testing WORD version
    WebSphere MQ transmission environment construction and testing WORD version
    This document mainly talks about the construction and testing of WebSphere MQ transmission environment; it mainly introduces: introduction to MQ core components, construction of MQ environment, and testing MQ by writing simple programs. I hope it can serve as a starting point. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 598
  • Examples of AJAX and JSON based on jQuery Chinese WORD version
    Examples of AJAX and JSON based on jQuery Chinese WORD version
    This document mainly talks about examples of AJAX and JSON based on jQuery; through the built-in AJAX function of jQuery, you can directly access the background to obtain data in JSON format, and then bind the data to the pre-designed html template through jQuer, directly on the page displayed on. Friends in need can download and take a look
    2024-01-27 1 763
  • View and manage sqlite database in Android Chinese WORD version
    View and manage sqlite database in Android Chinese WORD version
    This document mainly talks about viewing and managing sqlite database in Android; you can use the Eclipse plug-in DDMS to view it in Android, or you can use the adb tool in the Android tool kit to view it. The sqlite database in the android project is located in /data/data/project package/databases. Friends in need can download and take a look
    2024-02-02 0 852
  • iOS development learning iOS multi-threading and RunLoop Chinese WORD version
    iOS development learning iOS multi-threading and RunLoop Chinese WORD version
    iOS multi-threaded programming is always difficult for iOS development beginners to understand and master. Now I will use several examples to gain a more systematic and comprehensive understanding of iOS multi-threaded programming. I hope it will be helpful to everyone. Some programs are a straight line from the starting point to the end; some programs are a circle that keeps looping until it is cut off. A straight line is like a simple Hello World. After running and printing, its life cycle is over, like a flash in the pan; a round one is like an operating system, which keeps running until you shut down. A running program is a process or a task, a process
    2024-02-03 0 1789
  • Detailed guide to creating and using databases in Android Chinese WORD version
    Detailed guide to creating and using databases in Android Chinese WORD version
    Every application uses data, and Android applications are no exception. Android uses an open source, operating system-independent SQL database--SQLite. This article introduces how to create and operate a SQLite database for your Android application. Database supports the lifeline of every application no matter how big or small. Unless your application only handles simple data, then you need a database system to store your structured data. Android uses SQLite database, which is an open source and supports multiple operating systems. SQ
    2024-02-28 0 504
  • Life cycle of Flex3 components and frameworks Chinese WORD version
    Life cycle of Flex3 components and frameworks Chinese WORD version
    Throughout this book we refer to a lot of Flex framework source code, but for the sake of brevity we don't always show the code we refer to. As you read this book, you will be asked to open Flex Builder, or have access to the source code of the Flex3 framework, as we discuss how the source code works and why. If you follow along with the source code, please note that we often skip functionality or specific code so that we can stay relevant to the current topic. This prevents us from getting too far away from the current topic, which is mainly explaining the subtleties of the code. This is not to say that the function of those codes is not important, but that those
    2024-01-16 0 872
  • Proverbs of Programmers chm version
    Proverbs of Programmers chm version
    This book is a summary of the author's technology and experience in more than ten years of programming career. The content covers everything from understanding the operating mechanism of CPU, Windows, and programming language to code specifications and styles, analysis methods, debugging methods and kernel optimization. It contains the author's cognitive process and thorough analysis of many issues, as well as excellent and a wonderful programming experience.
    2024-01-19 0 1204
  • Python Pocket Reference Manual Covers Python 2.6 and 3.X English PDF version
    Python Pocket Reference Manual Covers Python 2.6 and 3.X English PDF version
    This is the book to reach for when you're coding on the fly and need an answer now. It's an easy-to-use reference to the core language, with descriptions of commonly used modules and toolkits, and a g
    2024-01-26 0 892
  • Websphere deployment and release steps Chinese WORD version
    Websphere deployment and release steps Chinese WORD version
    This book mainly describes the steps of Websphere deployment and release; WebSphere is IBM's software platform. It encompasses the entire middleware infrastructure, such as servers, services, and tools, required to write, run, and monitor 24/7, industrial-strength, on-demand web applications and cross-platform, cross-product solutions. WebSphere provides reliable, flexible, and robust software. Interested friends can come and take a look
    2024-01-29 0 744
  • 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
  • Perl basic tutorial chm
    Perl basic tutorial chm
    A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.
    2024-02-26 0 1716
  • Sencha Touch Quick Start 2.0 Chinese WORD version
    Sencha Touch Quick Start 2.0 Chinese WORD version
    This document mainly talks about Sencha Touch Quick Start 2.0; Sencha Touch can make your Web App look like a Native App. Beautiful user interface components and rich data management are all based on the latest HTML5 and CSS3 WEB standards, and are fully compatible with Android and Apple iOS devices. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1085
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!