current location:Home > 减少 search

Classify:
Found a total of 529 related content
  • Groovy Getting Started Tutorial Chinese WORD Version
    Groovy Getting Started Tutorial Chinese WORD Version
    This document is an introductory tutorial to Groovy; simply put, Groovy is the next generation of Java language. Like Java, it also runs in the JVM. As another language running in the JVM, groovy syntax is very similar to the Java language syntax. At the same time, Groovy abandons Java's cumbersome grammar. For the same statement, using groovy can reduce your keystrokes to the greatest extent - this is indeed the "lazy programmers"
    2024-02-26 1 605
  • Adobe official Flash animation optimization guide pdf version
    Adobe official Flash animation optimization guide pdf version
    Tutorials from Adobe's official Flash animation optimization guide, including the following content: How to save memory How to minimize CPU usage How to improve ActionScript 3.0 performance Speed ​​up rendering Speed ​​Optimize network interaction Use audio and video Optimize SQ
    2024-01-17 5 3654
  • 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
  • Android In-depth understanding of SQLite storage method Chinese WORD version
    Android In-depth understanding of SQLite storage method Chinese WORD version
    This document describes Android's in-depth understanding of SQLite storage methods; SQLite is a lightweight database designed for embedded use, and it takes up very few resources. In embedded devices, it only requires a few hundred KB; there are Friends who need it can download it and take a look
    2024-02-29 0 1224
  • Python Getting Started Guide Python Tutorial pdf text version
    Python Getting Started Guide Python Tutorial pdf text version
    The most authoritative Python tutorial, written by Python author Guido van Rossum, has a little academic flavor. The Chinese electronic version was translated by Liu Xin, Li Mengyi, and Kernel1983. The content of the document is bilingual in Chinese and English. About the author: Guido van Rossum is the founder of the Python programming language and now works at Google, but for most of his time he is still working hard on the development of the Python language. Since 1989 Guido was created on the basis of ABC and language
    2024-01-26 3 822
  • Selected Delphi examples to fully master CHM
    Selected Delphi examples to fully master CHM
    The DELPHI programming blog from Wan Yi is the crystallization of high-quality experience and actual combat. Thank you Wan Yi for your selfless dedication. I believe it will definitely be useful to friends of DELPHI programming. Most of the source codes in CHM are compiled and passed under D7, and third-party controls are rarely used. It is a masterpiece for learning. Note: If the e-book cannot be displayed normally, you need to click "Properties" -> "Unlock" of the e-book.
    2024-01-22 0 542
  • Tutorial on using SQLite database in Android development chm version
    Tutorial on using SQLite database in Android development chm version
    Tutorial on Android development using SQLite database, chm format. SQLite is a very popular embedded database that supports SQL queries and uses only a small amount of memory. Android integrates SQLite at runtime, so every Android application can use a SQLite database. For developers familiar with SQL, using SQLite is fairly simple. Yes, since JDBC is not suitable for memory-constrained devices such as mobile phones, Android
    2024-02-28 0 1067
  • ActionScript3 Flash Programming No Basics Introductory Tutorial Chinese WORD Version
    ActionScript3 Flash Programming No Basics Introductory Tutorial Chinese WORD Version
    Flash enthusiasts who have done Flash animation all know that to make a Flash animation, AS is indispensable. Even a few simple lines of code can play the finishing touch to the entire Flash. Although AS is not true object-oriented programming, it also has the concept of objects. This concept runs throughout AS, so the understanding of objects is more important than the understanding of grammar or other aspects. Interested friends can come and take a look
    2024-01-17 0 954
  • Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
    Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
    Perl is a powerful tool for UNIX-like system management. If you do not know Perl when maintaining the system, you should at least be familiar with SHELL. It is best to be comfortable with both. Perl is a scripting language. The original designer was Larry Wall and it was published on December 18, 1987. Perl borrowed features from C, sed, awk, shell scripting, and many other programming languages. The most important feature is its internal integration of regular expression functions and the huge
    2024-02-01 0 1459
  • 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
  • The use of multi-threading technology in iOS development WORD version
    The use of multi-threading technology in iOS development WORD version
    This document mainly talks about the use of multi-threading technology in iOS development; the so-called process corresponds to an application, which is responsible for opening up memory space for application use, but the process cannot execute tasks (instructions). A process contains at least one thread, which is the execution flow of the program. When an iOS program starts, while creating a process, it will start running a thread, which is called the main thread; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1125
  • wxPython 2.8 Application Development Cookbook English PDF version
    wxPython 2.8 Application Development Cookbook English PDF version
    In today's desktop application world there are massive incentives to be able to develop applications that can run in multiple environments. Currently, there are a handful of cross-platform frameworks to choose from for developing desktop applications in Python. wxPython is such a cross-platform GUI toolkit for the Python programming language. It allows Python programmers to create a complete, powerful graphical user interface program, simply and conveniently. wxPython's coding style has changed quite a bit over the years, and is getting more Pythonic. Examples you will find in this
    2024-01-26 3 1375
  • 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!