current location:Home > 提取 search

Classify:
Found a total of 529 related content
  • Flash Builder Tips and Tricks Chinese WORD version
    Flash Builder Tips and Tricks Chinese WORD version
    This document is primarily about Flash Builder tips and tricks; it provides several simple yet effective tips, time-saving shortcuts, and other practical information that can improve your productivity in Flash Builder. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-17 0 827
  • Matlab reads CSV file WORD version
    Matlab reads CSV file WORD version
    This document mainly talks about Matlab reading CSV files; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-19 0 691
  • Reading Excel data in delphi Chinese WORD version
    Reading Excel data in delphi Chinese WORD version
    This document mainly talks about reading Excel data in Delphi; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-18 0 957
  • 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
  • Databases for Android data access Chinese WORD version
    Databases for Android data access Chinese WORD version
    This document mainly talks about Databases for Android data access; databases can be operated on the Android platform, which is one of the surprises when you first come into contact with Android. On the Android platform, a SQLite database is bound. This database system is also very unique. Its largest application scenario is embedded systems. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 542
  • Usage examples of Android database SQLite Chinese WORD version
    Usage examples of Android database SQLite Chinese WORD version
    Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
    2024-02-29 0 930
  • Python operation Mysql example code tutorial
    Python operation Mysql example code tutorial
    This article introduces various code examples and detailed introductions such as Python operating MYSQL, executing SQL statements, obtaining result sets, traversing result sets, obtaining a certain field, obtaining table field names, inserting pictures into the database, executing transactions, etc. Most of the code is A sumptuous and beautiful code feast. If you want to view the online version, please visit: https://www.jb51.net/article/34102.htm
    2024-01-26 0 1364
  • Getting Started with Lucene Search Chinese WORD Version
    Getting Started with Lucene Search Chinese WORD Version
    This document mainly talks about getting started with Lucene search; searching means using a given keyword (key) to find the key in the content library (contents). The general principle of Lucene's search is to extract predetermined keywords (preKey) from contents to make an index database (indexTable). I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-30 0 1232
  • Android Studio V0.1 User Manual Chinese PDF version
    Android Studio V0.1 User Manual Chinese PDF version
    Android Studio is a new Andorid development environment based on IntelliJ IDEA. Similar to Eclipse + ADT plugin. Android Studio provides an integrated work platform for Android development and debugging. Provides the best features in IntelliJ IDEA. Interested friends can come and take a look
    2024-02-28 0 1125
  • Android development tutorials and notes pdf version
    Android development tutorials and notes pdf version
    Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
    2024-02-29 12 2490
  • 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 rtsp streaming media playback introduction Chinese WORD version
    Android rtsp streaming media playback introduction Chinese WORD version
    This document mainly talks about the introduction of android rtsp streaming media playback; the real-time streaming protocol (RTSP) is an application-level protocol that controls the sending of real-time data. RTSP provides an extensible framework that makes it possible to control and on-demand real-time data, such as audio and video. Data sources include live data and data stored in clips. The purpose of this protocol is to control multiple data sending connections, provide a way to select a sending channel, such as UDP, multicast UDP and TCP, and provide a method to select a sending mechanism based on RTP. I hope this document will help friends in need; interested
    2024-02-26 0 965
  • 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
  • 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
  • Introduction to COM components Chinese WORD version
    Introduction to COM components Chinese WORD version
    This document mainly talks about an introduction to COM components; COM not only proposes specifications for interaction between components, but also provides an environment for realizing interaction. Because the specifications for interaction between component objects do not depend on any specific language, COM can also It is a standard for collaborative development of different languages. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-02 0 1124
  • Android Developer Guide Part 1: Getting Started
    Android Developer Guide Part 1: Getting Started
    Android Documentation - Developer Guide - Part 1: Getting Started - Chinese and English Version Android provides a rich application framework, which allows you to build innovative applications and games for mobile devices in the Java language environment. The documents listed in the left navigation provide detailed information on how to build applications using Android's various APIs. Part One: Introduction 0. Introduction to Android (Introduction to Android) 1. Application
    2024-01-29 2 1920
  • Vuex Reference Manual Chinese CHM version
    Vuex Reference Manual Chinese CHM version
    Vuex is a state management model + library specially designed for Vue.js applications. It provides a centralized storage service for all components within the application, with rules ensuring that state can only change in expected ways. It can be integrated with the Vue official devtools extension to provide advanced features, such as zero-configuration time travel-like (timeline-based) debugging, and state snapshot export/import. This article brings you the Vuex reference manual. Friends who need it can come and take a look!
    2024-02-29 0 1219
  • 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
  • Writing a small database with Delphi Chinese WORD version
    Writing a small database with Delphi Chinese WORD version
    This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
    2024-01-18 0 608
  • Delphi classic programming introduction chm version
    Delphi classic programming introduction chm version
    Delphi is a new visual programming environment that provides us with a convenient and fast Windows application development tool. It uses many advanced features and design ideas of the Microsoft Windows graphical user interface, adopts a flexible and reusable complete object-oriented programming language (Object-Oriented Language), the fastest editor in the world today, and the most leading database technology . For the majority of program developers, using Delphi to develop application software will undoubtedly greatly improve programming efficiency.
    2024-01-17 2 1263
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!