current location:Home > dos导入导出 search

Classify:
Found a total of 529 related content
  • PowerDesigner exports PDM to generate WORD document WORD version
    PowerDesigner exports PDM to generate WORD document WORD version
    This document mainly talks about how PowerDesigner exports PDM to generate WORD documents; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 759
  • AndroidStudio imports Cordova project Chinese WORD version
    AndroidStudio imports Cordova project Chinese WORD version
    This document mainly talks about the import of AndroidStudio into the Cordova project; I hope it will be helpful to everyone's learning; interested friends can come and take a look.
    2024-02-28 0 1115
  • Python module import and installation use Chinese WORD version
    Python module import and installation use Chinese WORD version
    This document mainly talks about the import, installation and use of python modules; I hope it will be helpful to everyone's learning; interested friends can come and take a look.
    2024-01-25 0 775
  • Use PowerDesigner to import SQL to generate data table model Chinese WORD version
    Use PowerDesigner to import SQL to generate data table model Chinese WORD version
    This document mainly talks about using PowerDesigner to import SQL to generate a data table model; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1056
  • 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
  • on Android
    on Android
    This document mainly talks about importing the Vitamio framework in Android-Studio; it introduces how to add the Vitamio framework to your own project in the form of a Module. This method is also suitable for importing other module implementation steps. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 499
  • 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 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
  • OpenMP Multi-Threaded Programming Guide WORD Edition
    OpenMP Multi-Threaded Programming Guide WORD Edition
    This document mainly talks about the OpenMP multi-threaded programming guide; OpenMP was proposed by the OpenMP Architecture Review Board and has been widely accepted as a set of guiding notes (Compiler Directive) for multi-threaded programming of shared memory parallel systems. ). OpenMP is a multi-processor multi-thread parallel programming language for shared memory and distributed shared memory. It can be used to display and guide multi-threaded and shared memory parallel application programming interfaces. It is hoped that this document will provide
    2024-02-03 0 1276
  • Python module learning Chinese WORD version
    Python module learning Chinese WORD version
    This document mainly talks about module learning in Python; Python is composed of a series of modules. Each module is a file with the suffix py. At the same time, the module is also a namespace, thus avoiding the problem of variable name conflicts. We can understand modules as lib libraries. If you need to use a function or object in a certain module, you must import this module before it can be used. Except for the system default modules (built-in functions), which do not need to be imported. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-25 2 1042
  • Android Google mobile programming tutorial PDF version
    Android Google mobile programming tutorial PDF version
    Android Google Mobile Phone Programming Tutorial Traditional Edition, the content of the book is mainly related to the knowledge of Google mobile operating system, introduces the principles and methods of programming on the Google mobile platform, and guides Google programmers into the Google Phone in the form of examples. The palace of programming art.
    2024-02-27 0 1065
  • RMI remote method call word version
    RMI remote method call word version
    Raza Microelectronics, Inc. (RMI) is a leader in innovative semiconductor solutions for information infrastructure. Its products are widely used to improve the evolving information infrastructure. In this evolution process, the connections between data centers and homes are gradually upgraded in terms of strength and speed; security and intelligence have become requirements for every network system environment; at the same time, edge networks are increasingly becoming bottlenecks, prompting the industry to need more Intelligent network access method with scalability and cost advantages. RMI designs and provides a variety of information infrastructure
    2024-01-27 0 933
  • Introductory Tutorial on WeChat Public Platform Development Chinese WORD Version
    Introductory Tutorial on WeChat Public Platform Development Chinese WORD Version
    Due to the popularity of WeChat, in order to better facilitate users who use WeChat to query some information, this article is an entry-level WeChat public platform development tutorial. Friends in need can refer to this introductory tutorial, which will guide you to complete the following tasks: Create Baidu Cloud Platform application enables WeChat public platform development model to obtain subscription, text, picture, voice, video message reply text, graphic and music message program development
    2024-02-26 0 917
  • Android driver development examples Chinese WORD version
    Android driver development examples Chinese WORD version
    This document describes how to completely develop a driver on Android 2.1 to control the hardware port and write an application to test the driver. Through such an example, it analyzes the application calling process of the driver development process under Android, which can be said to be a good introductory guide. The effect achieved: Through the Android application, the driver is called to control the on and off of 4 LEDs on the development board. Interested friends can come and take a look
    2024-02-28 0 972
  • Python website development guide WORD version
    Python website development guide WORD version
    This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
    2024-01-25 0 979
  • mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
    2024-01-25 0 923
  • python basic tutorial to lesson 60_python basic information word version
    python basic tutorial to lesson 60_python basic information word version
    Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
    2024-01-25 0 1072
  • Python introductory tutorial Chinese WORD version
    Python introductory tutorial Chinese WORD version
    Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
    2024-01-25 0 656
  • Basic introduction to python unittest Chinese WORD version
    Basic introduction to python unittest Chinese WORD version
    Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
    2024-01-25 0 862
  • 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!