current location:Home > 日期操作 search

Classify:
Found a total of 529 related content
  • Introduction to Android operating system Chinese WORD version
    Introduction to Android operating system Chinese WORD version
    This document mainly describes the introduction of the Android operating system; Android is an operating system based on the Linux kernel. It is a mobile operating system announced by Google on November 5, 2007. It was developed by Google in the early days and later by the Open Handheld Device Alliance (Open Developed by Handset Alliance. It adopts a software stack (also known as software stack) architecture, which is mainly divided into three parts. The underlying Linux kernel only provides basic functions; other application software is provided by each company.
    2024-02-28 0 575
  • Detailed explanation of Python operations on Excel Chinese WORD version
    Detailed explanation of Python operations on Excel Chinese WORD version
    This document mainly introduces how to read and write office excel through python, using the xlrd, xlwt and xlutils modules. It also demonstrates how to operate excel through the Tcl tcom package. Interested friends can come and take a look
    2024-01-25 0 1285
  • Ubuntu operating system installation and configuration manual Chinese PDF version
    Ubuntu operating system installation and configuration manual Chinese PDF version
    This document mainly talks about the installation and configuration of the Ubuntu operating system; I hope it will be helpful to everyone. Interested friends can come and take a look.
    2024-02-27 0 585
  • Quickly get started with Android database operations Chinese WORD version
    Quickly get started with Android database operations Chinese WORD version
    Android uses the relational database SQLite3, which is a lightweight embedded database that supports SQL and is widely used in embedded operating systems. WM also uses SQLite3; more details about the principles and principles are in this article I won’t mention it, but if you want to quickly learn to operate SQLite3, then this is the article you are looking for! Interested friends can come and take a look
    2024-02-28 0 909
  • 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
  • Flash Builder Operation Guide Chinese WORD version
    Flash Builder Operation Guide Chinese WORD version
    This document mainly talks about the Flash Builder operation guide; Flash Builder combines the resources (folders and files) that make up the application into a container, which we call a project. A project contains a set of properties that control how the application is built, where the built application resides, how debugging is handled, and the project's relationship to other projects in the workspace. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-17 0 990
  • MyBatis stored procedures, MyBatis paging, MyBatis one-to-many add, delete, modify and query operations Chinese WORD version
    MyBatis stored procedures, MyBatis paging, MyBatis one-to-many add, delete, modify and query operations Chinese WORD version
    This document mainly talks about MyBatis stored procedures, MyBatis paging, and MyBatis one-to-many add, delete, modify, and check operations; I hope it will be helpful to everyone; interested friends can come and take a look.
    2024-02-29 0 875
  • SQLite syntax and Android database operations Chinese WORD version
    SQLite syntax and Android database operations Chinese WORD version
    This document mainly talks about SQLite syntax and Android database operations; Android's SQLiteDatabase does not originally depend on Android, but exists independently as an individual, with its own unique system and language, and this is SQL syntax . SQLite is a lightweight database with few functions for large databases, so you only need to learn some common SQL syntax to easily master it, and these SQL syntaxes are basically unchanged for other databases. needed
    2024-02-27 0 563
  • Delphi SQLLite application example packaging
    Delphi SQLLite application example packaging
    Delphi operation of SQLLite database, practical exercises
    2024-01-22 0 835
  • Android development training PPT version
    Android development training PPT version
    The original meaning of the word Android refers to "robot". Android is the name of the open source mobile operating system based on the Linux platform announced by Google on November 5, 2007. The platform consists of an operating system, middleware, user interface and application software. Domestically, manufacturers such as Lenovo, Dell, Dopod, Philips, ZTE, Samsung, and Motorola have launched smartphones based on the Android platform. In the field of 3G application development, the development prospects of Android cannot be underestimated and will become the mainstream in the future.
    2024-01-30 0 988
  • abaqus Python example
    abaqus Python example
    This document mainly talks about the abaqus Python example - operating excel files; currently processing data cannot be done without excel, so pythoners must learn to use python to operate excel tables. There are also many ways to interact between Python and excel; friends in need can download it and take a look
    2024-01-25 0 531
  • Smart home based on Android Chinese WORD version
    Smart home based on Android Chinese WORD version
    Android: Android is an open source operating system based on Linux, mainly used in portable devices. Android is an open source operating system designed specifically for mobile phones. Android phones will open up new applications and make home intelligence available to ordinary families. The Android interface display (Cortex_A8) comes from the Cortex_m0 analog quantity and can control or operate Cortex_m0. Friends in need can download and take a look
    2024-02-29 0 689
  • Android adb application and operation commands Chinese WORD version
    Android adb application and operation commands Chinese WORD version
    Android Debug Bridge (adb) is a multi-purpose tool that helps you manage the state of your device or emulator. You can add adb through the following methods: • Run shell commands on the device • Manage the emulator or device through port forwarding • Copy or copy files from the emulator or device
    2024-02-26 0 826
  • Subversion Installation and Instructions Document WORD Version
    Subversion Installation and Instructions Document WORD Version
    This document mainly describes the installation and use instructions for Subversion; Subversion is a free/open source version control system that is gradually replacing CVS. Subversion's repository can be accessed through the network, allowing users to operate on different computers. Subversion supports versioned directories, true version history, atomic commits, versioned dataless, an optional network layer, consistent data operations, efficient branch and tag operations, and modifiability. I hope this document will help those in need; those who are interested
    2024-02-28 0 811
  • 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
  • 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
  • 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
  • Basic knowledge of PLC programming Chinese doc version
    Basic knowledge of PLC programming Chinese doc version
    Programmable controller, called Programmable Controller in English, or PC for short. However, because PC is easily confused with Personal Computer (Personal Computer), people are still accustomed to using PLC as the abbreviation of programmable controller. It is an electronic system device with a microprocessor as the core for digital operation. It is specially designed for industrial field applications. It uses programmable memory to store and execute logical operations, sequence control, timing/ Operation instructions such as counting and arithmetic operations, and through digital or analog input
    2024-02-29 0 958
  • Python Overview Chinese WORD Version
    Python Overview Chinese WORD Version
    This document provides an overview of Python; Python's built-in interfaces to operating system services make it an ideal tool for writing portable management tools and components (sometimes called shell tools) that maintain operating systems. Python programs can search files and directory trees, run other programs, use processes or threads for parallel processing, and more. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-23 0 703
  • AutoIt3 Chinese help document packaging
    AutoIt3 Chinese help document packaging
    AutoIt v3 version, which is a free software that uses a BASIC-like scripting language, is designed for automating operations in a Windows GUI (Graphical User Interface). It utilizes simulated keyboard keys, mouse movements, and window/control combinations to implement automated tasks. This is impossible to achieve in other languages ​​or has no reliable method (such as VBScript and SendKeys). AutoIt is very small and runs completely on all windows operating systems. (thesnow note: It is no longer available.
    2024-01-19 21 699
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!