current location:Home > 网站域名 search

Classify:
Found a total of 529 related content
  • 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
  • Django environment construction for Python website development WORD version
    Django environment construction for Python website development WORD version
    This document mainly talks about setting up the Django environment for Python website development; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-25 1 596
  • Maven series
    Maven series
    Some companies do not provide external networks for programmers, so maven cannot be used to access remote warehouse addresses, so it is necessary to find a machine in the LAN that has external network permissions; build a nexus private server, and then programmers connect to this private server In this case, you can access the maven remote warehouse through this computer with a nexus private server. Interested friends can come and take a look
    2024-02-29 6 1571
  • Perl Lwp documentation chm version
    Perl Lwp documentation chm version
    LWP is the abbreviation of Library for Web access in Perl. The purpose is very clear, it is a Perl package for accessing the Web server. Using the LWP package, we can easily access resources on external web servers in our perl scripts. Why use LWP? Today's website applications are becoming more and more complex. It is simply impossible to simply write a Sockettelnet to obtain resources using the GET command, especially for some websites that require passwords to log in. If you just want to simply get
    2024-02-29 5 1679
  • 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
  • Use Nexus to build a Maven private server Chinese WORD version
    Use Nexus to build a Maven private server Chinese WORD version
    This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a look
    2024-02-28 0 1018
  • The most awesome Linux Shell command collection PDF version
    The most awesome Linux Shell command collection PDF version
    This article is compiled from Catonmat's series Top Ten One-Liners from CommandLineFu Explained. As a website that recommends the most useful shell commands by users, it records tens of thousands of shell commands of various colors, many of which are quite practical and interesting. This article will break down some of the commands with the highest votes, draw materials from them and add them to Detailed explanation, hope readers can benefit from it. Introduction Shell is the most attractive and indispensable component of Unix operating systems.
    2024-02-03 13 2699
  • Flash CS3 animation production basic tutorial lesson plan Chinese WORD version
    Flash CS3 animation production basic tutorial lesson plan Chinese WORD version
    Flash is a classic and excellent vector animation editing software launched by Adobe. The size of animations produced using this software is much smaller than that of bitmap animation files (such as GLF animations). Users can not only add sound and video to animations and bitmap images, you can also create interactive movies or fully functional websites. This software does not require high computer knowledge of animators, is simple and easy to learn, and has smooth and vivid effects. It is a very suitable software for beginners in animation production. Before learning to create animations, through the study of this chapter, readers should be familiar with the characteristics of Flash animations
    2024-01-17 0 1140
  • 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!