current location:Home > 网线 search

Classify:
Found a total of 529 related content
  • Multi-threaded programming technology in Android development Chinese WORD version
    Multi-threaded programming technology in Android development Chinese WORD version
    This document mainly talks about multi-threaded programming technology in Android development; threads in Android are widely used in multi-threading in the Android platform. Multi-threading is required in UI updates, game development and time-consuming processing (network communications, etc.) . The technologies involved in Android threads are: Handler; Message; MessageQueue; Looper; HandlerThread. Friends in need can download and take a look
    2024-01-29 2 2067
  • vue.js 2.0 offline manual (CHM version)
    vue.js 2.0 offline manual (CHM version)
    vue.js 2.0 Chinese offline manual (CHM version)
    2019-09-03 1352 22741
  • W3CShcool_JS Chinese offline manual (CHM version)
    W3CShcool_JS Chinese offline manual (CHM version)
    W3CShcool_JS Chinese offline manual (CHM version)
    2019-09-03 1266 19010
  • Hibernate 3.2.0 Chinese offline manual (CHM version)
    Hibernate 3.2.0 Chinese offline manual (CHM version)
    Hibernate 3.2.0 Chinese offline manual (CHM version)
    2019-09-04 235 9364
  • Web page production manual
    Web page production manual
    Web page production manual download
    2017-02-14 2382 27037
  • 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
  • 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
  • iOS development learning iOS multi-threading and RunLoop Chinese WORD version
    iOS development learning iOS multi-threading and RunLoop Chinese WORD version
    iOS multi-threaded programming is always difficult for iOS development beginners to understand and master. Now I will use several examples to gain a more systematic and comprehensive understanding of iOS multi-threaded programming. I hope it will be helpful to everyone. Some programs are a straight line from the starting point to the end; some programs are a circle that keeps looping until it is cut off. A straight line is like a simple Hello World. After running and printing, its life cycle is over, like a flash in the pan; a round one is like an operating system, which keeps running until you shut down. A running program is a process or a task, a process
    2024-02-03 0 1789
  • 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
  • Analysis of linear interpolation Lerp function in Unity3D Chinese WORD version
    Analysis of linear interpolation Lerp function in Unity3D Chinese WORD version
    This document mainly talks about the analysis of the linear interpolation Lerp() function in Unity3D; in unity3D, the linear interpolation function Lerp() is often used to interpolate between two materials. Between vectors, between two floating point numbers, between two colors, friends in need can download it and take a look.
    2024-02-28 0 955
  • Delphi Programming Manual Online Updated Edition
    Delphi Programming Manual Online Updated Edition
    Online updated version of Delphi Programming General Tutorial. This tutorial is updated continuously by the official staff. The content of the tutorial is maintained by official personnel. It is very good for Delphi beginners and friends who want to get started with Delphi. It is rich in content, easy to understand, and as Delphi As technology develops, the content of the tutorial is updated in a timely manner. The prerequisite is that you can connect to the Internet.
    2024-01-19 3 1162
  • 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
  • Laravel-5.3 Chinese documentation (CHM version)
    Laravel-5.3 Chinese documentation (CHM version)
    Offline version CHM format
    2019-09-02 2064 11268
  • vue.jsAPI tutorial (PDF version)
    vue.jsAPI tutorial (PDF version)
    vue.jsAPI Chinese offline tutorial (PDF version)
    2019-09-03 683 15723
  • ThinkPHP5.1 complete development manual (PDF version)
    ThinkPHP5.1 complete development manual (PDF version)
    ThinkPHP5.1 offline manual document (PDF version)
    2019-08-31 6459 23627
  • DelphiBBS 2010 offline package and general index wonderful question and answer tutorial CHM version
    DelphiBBS 2010 offline package and general index wonderful question and answer tutorial CHM version
    A technical forum dedicated to discussing Delphi. There are many experts on it. It is the most popular and highest-quality Delphi discussion station in China. This file is generated based on the forum's offline data package, supports full-text retrieval, topic ID retrieval, and implements automatic line wrapping. Since the HTML tags in the text of some topics will interfere with the generation of CHM, all HTML tags in the text have been converted to plain text. Among them, the topic IDs in 2006 are: 3331380, 3538052, 3562469, 3349720, 3357640, 3384303.
    2024-01-19 0 701
  • XMLHttp Chinese Reference Manual (CHM version)
    XMLHttp Chinese Reference Manual (CHM version)
    XMLHttp Chinese Offline Reference Manual (CHM version)
    2019-09-03 3069 15390
  • Laravel 5.6 Chinese documentation (compatible with 5.5) (PDF version)
    Laravel 5.6 Chinese documentation (compatible with 5.5) (PDF version)
    Laravel 5.6 Chinese offline manual document (compatible with 5.5) (PDF version)
    2019-09-02 2820 11133
  • Android uses JSON for network data exchange WORD version
    Android uses JSON for network data exchange WORD version
    This document mainly talks about Android's use of JSON for network data exchange; JSON (JavaScript Object Notation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. terminal interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 980
  • php7.3.8 offline Chinese manual (official version)
    php7.3.8 offline Chinese manual (official version)
    php7.3.8 official Chinese manual (chm format)
    2019-08-31 42687 37145
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!