current location:Home > 指南 search
Found a total of 529 related content
-
- CI User Guide 2.1.0
- CI User Guide 2.1.0 Download
- 2017-02-09 2198 16455
-
- SHELL Study Guide for Linux Chinese WORD version
- This document mainly talks about the Linux SHELL learning guide; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-28 8 2033
-
- Python Tutorial Beginner's Guide PDF version
- Python Tutorial - Python Beginner's Guide PDF version, content includes: Whetting Your Appetite Using the Python Interpreter More Control Flow Tools Process Control Data Structures Errors and E
- 2024-01-26 0 1369
-
- 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
-
- Delphi Component Writer's Guide word Chinese version
- Delphi Component Writer's Guide Notes on the translation of the "Component Writer's Guide" 1. The pink part in the translation is where the translator thinks there are errors in the original text. I have corrected it and just marked it in pink; 2. For relevant information I did not establish a correlation with the page numbers of each chapter in "Reference" because it was troublesome, so I just used the page number value in the original book and marked it with blue, which can be deleted directly; 3. Since the original book is only divided into chapters, There are no sections. Inconvenient to read. So, I added the chapter number to make it clearer
- 2024-01-19 2 1082
-
- Android Development Guide Chinese chm version
- Android Application Framework Development Guide Chinese version chm, this booklet is a translation of the application framework part of the English development material Android SDK version 1.5, covering all major concepts of Android application development. Some content is compiled from the Internet. This article is for technical learning only, please do not use it for commercial purposes. Contents include: Application Fundamentals. Key classes...
- 2024-01-31 0 880
-
- WebService Development Guide Chinese WORD version
- This document mainly describes the WebService development guide; WebService provides mobile commerce access for software developers and system integrators. WebService has the characteristics of stability, cross-platform, cross-development language, and firewall penetration, so it is favored by enterprise developers. SMS communication development interface adapted to WEB, VB, Delphi, .NET, VC, JAVA and other mainstream development languages and Windows, Linux, Unix and other operating environments, allowing enterprises to use OA, CRM, ERP, SC
- 2024-02-27 0 715
-
- Android Development Guide Chinese PDF version
- Android development guide Chinese pdf version, friends who learn android can refer to it. Application Fundamentals Key Classes Application Components Activation Components: Intent Close Component Manifest File Intent Filter Activity and Task Affinity (Attraction) and New Task Loading Mode Clean Stack Start Task Process and Thread Process Thread Remote Procedure Call Thread Safe Method Component Life cycleActivi
- 2024-02-26 0 614
-
- Maven User Guide Chinese WORD version
- This document mainly talks about the Maven usage guide; Apache Maven is a software (especially Java software) project management and automatic construction tool provided by the Apache Software Foundation. Based on the concept of Project Object Model (abbreviation: POM), Maven uses a central piece of information to manage the construction, reporting and documentation steps of a project. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 682
-
- 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
-
- Sencha touch Development Guide Chinese WORD version
- This document mainly talks about the Sencha touch development guide; it mainly introduces how to use Sencha Touch to develop applications for handheld devices, mainly for high-end mobile phones such as iPhone. We will introduce the entire development process through a detailed example. Sencha Touch is a Javascrt framework specifically developed for mobile devices. With Sencha Touch you can create web apps that are very much like native apps. The user interface components and data management are all based on HTML5 and
- 2024-02-01 0 576
-
- 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
-
- Flash Builder Operation Guide Chinese WORD version
- This document mainly talks about the Flash Builder operation guide; Flash Builder combines the resources (folders and files) that make up the application into a container, which we call a project. A project contains a set of properties that control how the application is built, where the built application resides, how debugging is handled, and the project's relationship to other projects in the workspace. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-17 0 990
-
- 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
-
- ARM assembly instructions
- ARM assembly instruction download
- 2017-02-14 1171 17662
-
- JSON Getting Started Guide Chinese WORD version
- JSON stands for JavaScript Object Natation. It is a lightweight data exchange format that is very suitable for the interaction between the server and JavaScript. This article will quickly explain the JSON format and demonstrate through code examples how to process JSON format data on the client and server respectively.
- 2024-01-27 0 1127
-
- Spark Streaming Programming Guide Chinese WORD version
- Spark Streaming is the core API of Spark, which supports high throughput and fault-tolerant real-time streaming data processing. It can accept data sources from Kafka, Flume, Twitter, ZeroMQ and TCP Socket, use simple API functions such as map, reduce, join, window and other operations, and can also directly use built-in machine learning algorithms and graph algorithm packages to process data . Interested friends can come and take a look
- 2024-02-27 0 908
-
- Advanced Bash Scripting Guide chm version
- This book assumes that you do not have any programming knowledge about scripting or general programming, but if you do, you will easily be able to reach an intermediate to advanced level... All of this is just a small part of the vast knowledge of UNIX® . You can use this book as a textbook, a self-study manual, or a document about shell scripting technology. The exercises in the book and the comments in the sample scripts will better interact with readers, but the most critical premise is: want to The only way to truly learn scripting is to write scripts yourself. This book also
- 2024-02-29 5 1807
-
- 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
-
- Ruby User Guide Chinese HD Version CHM Format
- First, you have to check whether Ruby is installed. At the shell prompt (here represented as "%", so don't type %), type % ruby -v (-v tells the interpreter to print out the Ruby version) , and then press Enter. If Ruby is installed, you will see information similar to the following: % ruby -v ruby 1.6.6 [i586-linux] If Ruby is not installed, you can ask the administrator to install it, or you can do it yourself, Ruby is a language with no installation or usage restrictions
- 2024-01-30 0 1071