current location:Home > 格式化硬盘 search

Classify:
Found a total of 529 related content
  • Win32 API Function Manual chm version
    Win32 API Function Manual chm version
    Win32_API_Function Detailed Query Manual chm format, divided into restricting program function functions, registry processing functions, dialog box functions, time processing functions, disk processing functions, process functions, file processing functions, breakpoint setting lists and other related contents.
    2024-01-19 5 944
  • 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
  • Android resources and internationalization settings Chinese WORD version
    Android resources and internationalization settings Chinese WORD version
    This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 982
  • Git version control and workflow Chinese WORD version
    Git version control and workflow Chinese WORD version
    This article is a summary of git version control and workflow. If some friends have not used git before and are not very familiar with the basic concepts and commands of git, you can start with the following basic tutorials: Git is a distributed version control system, and Compared with centralized version control systems similar to SVN, although centralized version control systems can enable multiple team members to collaborate on development, sometimes if the central server goes down, no one can submit updates and collaborate on development during the downtime. Even sometimes, if the central server disk fails and there happens to be no backup or the backup is not timely, then there may be losses.
    2024-02-27 1 1003
  • 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
  • python matplotlib drawing Chinese WORD version
    python matplotlib drawing Chinese WORD version
    Matplotlib.pyplot is a method used to draw pictures, similar to the plot command in matlab, and its usage is basically the same. This document mainly talks about drawing with python matplotlib; interested friends can come and take a look.
    2024-01-25 0 1180
  • matplotlib function manual Chinese PDF version
    matplotlib function manual Chinese PDF version
    This document is a matplotlib function manual; I hope it will be helpful to everyone's study. Interested friends can come and take a look.
    2024-01-25 0 686
  • 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
  • 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
  • Using Python for socket programming Chinese WORD version
    Using Python for socket programming Chinese WORD version
    This document mainly talks about using Python for socket programming; as an interpreted language, Python is easy to use and can quickly verify our ideas and develop prototype software. A Python program can be interpreted as a whole or line by line. Friends in need can download and take a look
    2024-01-23 0 1006
  • Python road numpy usage Chinese WORD version
    Python road numpy usage Chinese WORD version
    This document mainly talks about the usage of numpy in Python; I hope it will be helpful to everyone; interested friends can come and take a look.
    2024-01-23 2 1318
  • Python study notes and concise tutorials Chinese WORD version 2.03MB
    Python study notes and concise tutorials Chinese WORD version 2.03MB
    This document is python learning notes and concise tutorial; why use Python as an introductory programming language? 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 a lot of criticisms about it, such as rigid format and low efficiency. , there are very few people using it in China. However, the weighing of these advantages and disadvantages is a worry for programmers. As someone who wants to learn some programming
    2024-01-23 0 1274
  • 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
  • 17 common Python runtime errors for newbies Chinese WORD version
    17 common Python runtime errors for newbies Chinese WORD version
    This document mainly talks about 17 common Python runtime errors for novices; when you first learn Python, it may be a bit complicated to understand the meaning of Python error messages. Here are some common runtime errors that can cause your program to crash. Interested friends can come and take a look
    2024-01-23 0 812
  • python entry examples Chinese WORD version
    python entry examples Chinese WORD version
    This document mainly talks about Python entry examples; I hope it will be helpful to everyone; interested friends can come and take a look.
    2024-01-23 0 592
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!