Popular Headlines
Popular topics
  • query
  • All dictionaries
  • Recent Updates
Programming Dictionary Online technical manual for programmers
query
Popular searches:
  • Recommend
  • Follow
  • Article
  • Course
  • Topic
    hot
  • Q&A
  • Information
  • Download
  • ProgrammingManual
More
MoreArticle
MoreArticle
MoreTopic
MoreQ&A
MoreInformation
MoreDownload MoreDownload MoreDownload MoreDownload
  • php7.3.8 offline Chinese manual (official version)
    php7.3.8 offline Chinese manual (official version) php7.3.8 official Chinese manual (chm format) Downloaded by 42673 people in total Recent Updates Server side development
  • PHP7.2 Chinese manual
    PHP7.2 Chinese manual PHP Chinese manual download|chm|mobile version|pdf Downloaded by 41704 people in total Recent Updates Server side development
  • html5 Chinese manual (CHM version)
    html5 Chinese manual (CHM version) HTML5 Chinese manual download (CHM version) Downloaded by 34310 people in total Recent Updates Front-end development
  • php 5.6 Chinese manual
    php 5.6 Chinese manual PHP 5.6 Chinese manual download Downloaded by 27682 people in total Recent Updates Server side development
  • PHP7.2 manual (latest version)
    PHP7.2 manual (latest version) php7.2 development manual download CHM version Downloaded by 27179 people in total Recent Updates Server side development
  • MySQL 5.1 Reference Manual
    MySQL 5.1 Reference Manual MySQL 5.1 Reference Manual Download Downloaded by 22094 people in total Recent Updates database
  • 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 Downloaded by 0 people in total Recent Updates Front-end development
  • Flex 3 CookBook Chinese pdf version
    Flex 3 CookBook Chinese pdf version A Flex application consists of two language codes: ActionScript and MXML. Since 3.0, ActionScript has evolved from a prototype-based scripting language to a fully object-oriented, strongly typed scripting language that complies with the ECMAScript standard. MXML is a markup language, very similar to the familiar Hypertext Markup Language (HTML) and Extensible Markup Language (XML). This Chinese version of FLEX 3 COOKBOOK is translated by Chang Qing Translation Team, whose main members are Chang Qing and Nigel Downloaded by 0 people in total Recent Updates Front-end development
  • Introduction to Adobe Flex Chinese WORD version
    Introduction to Adobe Flex Chinese WORD version Flex is a component-based development framework that can generate a rich Internet application run by Flash Player. Flex combines a standards-based language with a variety of extensible user interface and data access components, allowing developers to build applications with rich data presentation, powerful client logic and integrated multimedia. Flex is a rich client application development toolkit built on the Flash platform. As a new technology representative in the Rich Internet Application (RIA) era, Flex has been used by Adobe since 2007. Downloaded by 0 people in total Recent Updates Front-end development
  • Flash ActionScript3 Advanced Tutorial pdf version
    Flash ActionScript3 Advanced Tutorial pdf version Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V Downloaded by 0 people in total Recent Updates Front-end development
  • Flex development configuration manual Chinese PDF version
    Flex development configuration manual Chinese PDF version This document mainly talks about flex (eclipse) development configuration; interested friends can come and take a look. Downloaded by 0 people in total Recent Updates Front-end development
  • ActionScript3 design pattern Chinese WORD version
    ActionScript3 design pattern Chinese WORD version This document mainly talks about the ActionScript3 design pattern; I hope this document will help friends in need; interested friends can come and take a look. Downloaded by 0 people in total Recent Updates Front-end development
  • Flash commonly used button codes word version
    Flash commonly used button codes word version Flash Player is a program that can play small and fast multimedia animations, as well as interactive animations, flying logos and images created with Macromedia Flash. This player is very small, takes only a moment to download, and is a great start for experiencing multimedia effects on the web. Flash also supports high-quality mp3 audio streams, text input fields, interactive interfaces, and much more. This latest version can view all flash formats. If you want to watch multimedia content on the web, flash player is almost Downloaded by 0 people in total Recent Updates Front-end development
  • Flex Designer Basics English Text PDF Version
    Flex Designer Basics English Text PDF Version "Foundation Flex for Designers" English text version [PDF] Downloaded by 0 people in total Recent Updates Front-end development
  • Perl learning handbook chm version
    Perl learning handbook chm version Perl Learning Handbook is an article written by a Taiwanese Perl master, specially packaged as a chm version for everyone's convenience. About this book 1. About Perl 1.1 History of Perl 1.2 Concepts of Perl 1.3 Features 1.4 Environment for using Perl 1.5 Getting started with Perl 1.6 Your first Perl program 2. Scalar variables (Scalar) 2.1 About scalars 2.1.1 Numeric values ​​2.1. 2 Strings 2.1.3 Number and string conversion 2.2 Use your own Downloaded by 0 people in total Recent Updates Server side development
  • 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 Downloaded by 0 people in total Recent Updates Server side development
  • Perl DBI Chinese manual pdf version
    Perl DBI Chinese manual pdf version Perl DBI manual Chinese translation pdf, Perl DBI Chinese help document, covering Perl DBI name, overview, description, DBI classes, processor general methods, general properties, DBI database processing objects, database processing methods, etc. In order to make it easier for everyone to learn, Script House has specially packaged the Chinese translation version of Perl+DBI Programming (chm).chm Perl+DBI Programming-[US] Descartes-China Electric Power Press-2001.pdf Perl.DBI Manual. pdfProgram Downloaded by 0 people in total Recent Updates Server side development
  • Install perl module under linux Chinese WORD version
    Install perl module under linux Chinese WORD version This document mainly talks about installing the perl module under Linux; Linux and perl are both free software, and it is really wonderful to combine the two. I hope this document will help friends in need; interested friends can come and take a look. Downloaded by 0 people in total Recent Updates Server side development
  • Ruby skills Chinese WORD version
    Ruby skills Chinese WORD version Ruby is a simple and fast object-oriented (object-oriented programming) scripting language. This document introduces the skills of Ruby in detail; interested friends can come and take a look. Downloaded by 0 people in total Recent Updates Server side development
  • Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version This article will focus on discussing Perl performance optimization techniques. When using Perl to develop some service applications, sometimes you will encounter problems with Perl performance or resource usage. You can use require to load modules, use system functions and XS-based modules, and write yourself with low overhead. Modules, etc. to optimize Perl performance. Perl is a powerful language, a powerful tool, and a very delicious dish:-) Using many of Perl's features, you can achieve some very interesting and practical functions. I hope this document will help friends in need; interested friends can come and take a look. Downloaded by 0 people in total Recent Updates Server side development
  • go language reference manual Chinese CHM version
    go language reference manual Chinese CHM version Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. This article brings you the Go reference manual, you can download it if you need it! Go was developed by Robert Griesemer, Rob Pike, Ken Thompson from the end of 2007, and later joined by Ian Lance Taylor, Russ Cox and others. It was finally open sourced in November 2009 and Go 1 stable was released in early 2012. Version. The development of Go is now fully open Downloaded by 2 people in total Recent Updates Server side development
  • 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. Downloaded by 0 people in total Recent Updates Server side development
  • Summary of information related to Perl DBI programming pdf+chm Script House Special Edition
    Summary of information related to Perl DBI programming pdf+chm Script House Special Edition Mainly includes Perl+DBI programming (chm).chmPerl+DBI programming-[US] Descartes-China Electric Power Press-2001.pdfPerl DBI Tutorial on using DBI in Perl, for beginners to refer to the Chinese translation version of Perl.DBI manual .pdfPerl DBI Chinese help document, covering Perl DBI name, overview, description, DBI classes, processor general methods, general attributes, DBI database processing objects, database processing methods, etc. Programming_the_P Downloaded by 0 people in total Recent Updates Server side development
  • MySQL 8 Cookbook (Chinese version) (PDF version)
    MySQL 8 Cookbook (Chinese version) (PDF version) MySQL 8 Cookbook (Chinese version) (PDF version) Downloaded by 8442 people in total Recent Updates database
  • Comprehensive list of commonly used MySQL commands (PDF version)
    Comprehensive list of commonly used MySQL commands (PDF version) Comprehensive list of commonly used MySQL commands (PDF version) Downloaded by 8081 people in total Recent Updates database
  • oracle knowledge base
    oracle knowledge base oracle knowledge base download Downloaded by 2518 people in total Recent Updates database
  • Android development tutorials and notes pdf version
    Android development tutorials and notes pdf version Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc. Downloaded by 6 people in total Recent Updates Mobile terminal
  • Advanced Bash Scripting Guide chm version
    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 Downloaded by 4 people in total Recent Updates development tools
  • Unity3d game development camera switching Chinese WORD version
    Unity3d game development camera switching Chinese WORD version This document mainly talks about camera switching in unity3d game development; I hope it will be helpful to everyone; interested friends can come and take a look. Downloaded by 1 people in total Recent Updates Other manuals
  • Lucene learning and summary Chinese WORD version
    Lucene learning and summary Chinese WORD version This document mainly talks about the learning and summary of Lucene; Lucene is an efficient, Java-based full-text search library. I hope this document will help friends in need; interested friends can come and take a look. Downloaded by 0 people in total Recent Updates Other manuals
MoreManual
About us Disclaimer Sitemap
PHP Chinese website:Public welfare online PHP training,Help PHP learners grow quickly!