current location:Home > 版本更新 search
Found a total of 529 related content
-
- 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
-
- The latest version of ArcGIS For Android Eclipse environment configuration Chinese WORD version
- The latest version of ArcGIS for Android SDK is 10.2.5. Starting from this version, ESRI no longer provides plug-in support for Eclipse, and official help is also provided for Android Studio support. This document mainly describes the environment configuration of the latest version of ArcGIS For Android Eclipse. Interested friends can come and take a look
- 2024-02-27 0 687
-
- Android4.0 new SDK new features Chinese WORD version
- Android 4.0 is a major platform release that adds a host of new features for users and app developers. Of all the new features and APIs we'll discuss below, Android 4.0 is an important platform release because it brings the widely used APIs and hologram themes of Android 3.x versions to small-screen devices. Interested friends can come and take a look
- 2024-01-29 2 1942
-
- PHP7.2 manual (latest version)
- php7.2 development manual download CHM version
- 2017-02-22 27186 81877
-
- Alibaba's latest 2019 Java Development Manual 1.5.0 full version (PDF)
- Alibaba's latest 2019 Java Development Manual 1.5.0 full version (PDF)
- 2019-09-04 369 10501
-
- Git version control and workflow Chinese WORD version
- This article is a summary of git version control and workflow. If some friends have not used git before and are not very familiar with the basic concepts and commands of git, you can start with the following basic tutorials: Git is a distributed version control system, and Compared with centralized version control systems similar to SVN, although centralized version control systems can enable multiple team members to collaborate on development, sometimes if the central server goes down, no one can submit updates and collaborate on development during the downtime. Even sometimes, if the central server disk fails and there happens to be no backup or the backup is not timely, then there may be losses.
- 2024-02-27 1 1003
-
- Delphi2006 tutorial DbExpress efficient database development chm version
- When the author decided to update this book, it was hard to believe that nearly 4 years had passed from Delphi 7 to Delphi 2006. During this time, Borland's database access technology has also undergone considerable changes. First let's introduce the subject of this book: dbExpress. dbExpress has developed from version 2.0 of Delphi 7 to version 3.0 of Delphi 2006. In addition to updating support for the latest versions of various databases, the more important progress lies in the continuous improvement of execution efficiency and the improvement of Win32
- 2024-01-19 0 723
-
- Quick Start with Python
- The Second Edition of the Quickly Learn Python Book is a concise and clear introduction to python3, targeting programmers who are new to learning python. This updated version includes all the changes in Python 3, that is, the feature changes of Python from earlier versions to the new version. The book starts with basic but useful procedures to teach readers about the core features of Python, including syntax, control flow and data structure. This book then uses large-scale applications including code management, object-oriented programming, web development, and converting older versions of Python programs to newer versions.
- 2024-01-26 0 1195
-
- 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
-
- Phonegap3.4 environment construction and new project Chinese WORD version
- This document mainly talks about Phonegap3.4 environment construction and new projects; I hope this document will help friends in need; interested friends can come and take a look
- 2024-01-29 0 1104
-
- python tutorial for beginners Chinese WORD version
- This document is a tutorial for newbies to Python; Python is a computer programming language. You may have heard of many popular programming languages, such as the very difficult to learn C language, the very popular Java language, the Basic language suitable for beginners, the JavaScript language suitable for web programming, and so on. Interested friends can come and take a look
- 2024-01-23 0 769
-
- 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
-
- 17 common Python runtime errors for newbies Chinese WORD version
- This document mainly talks about 17 common Python runtime errors for novices; when you first learn Python, it may be a bit complicated to understand the meaning of Python error messages. Here are some common runtime errors that can cause your program to crash. Interested friends can come and take a look
- 2024-01-23 0 812
-
- Android local data storage Chinese WORD version
- This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
- 2024-02-26 0 808
-
- Detailed explanation of Android WebView examples Chinese WORD version
- This document mainly describes the detailed explanation of Android WebView examples; Android phones have a high-performance webkit kernel browser built into them, which is encapsulated in the SDK as a component called WebView. WebKit is a software framework included in Mac OS X v10.3 and above (v10.2.7 and above can also be obtained through software updates). At the same time, WebKit is also the basis for Mac OS X's Safari web browser. WebKit is an open source project mainly developed by KDE's K
- 2024-02-28 0 1091
-
- fortran language grammar WORD version
- This document mainly talks about the syntax of the fortran language; FORTRAN is the earliest high-level programming language in the world and the most commonly used programming language in the engineering community. It is used in scientific computing (such as aerospace, geological exploration, weather forecasting, construction engineering and other fields ) plays an extremely important role. After more than 40 years of development, with the updates of multiple versions of the FORTRAN language and the emergence of corresponding development systems, its functions have been continuously improved. The latest version of the development system has almost all the features of VC and VB, such as graphical interface programming, databases, etc. I hope this document will help friends in need
- 2024-02-03 0 1239
-
- Novice OllyDBG introductory tutorial chm version
- The cracking software OllyDBG introductory tutorial e-book in chm format is very suitable for novices to learn. The content is detailed and has examples.
- 2024-01-19 0 1030
-
- Android linux kernel introduction Chinese WORD version
- This document mainly talks about the introduction of Android linux kernel; Android kernel is based on Linux 2.6 kernel (the latest development version is 2.6.31). It is an enhanced kernel version. In addition to modifying some bugs, it provides functions to support Android Platform device driver, I hope this document will help friends in need; interested friends can come and take a look
- 2024-02-29 0 1209
-
- Introduction to TTS on Android WORD version
- This document mainly talks about the introduction of TTS on Android; TextToSpeech is referred to as TTS, which is called speech synthesis. It is a new function supported by the Android system starting from version 1.6. It can convert specified text into audio output in different languages. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-28 3 2293
-
- Summary of basic usage of Fortran WORD version
- This document mainly talks about a summary of the basic usage of Fortran; I hope it can bring some help to students who have learned C but have not been exposed to Fortran. Fortran is a programming language. It is the world's earliest high-level computer programming language and is widely used in scientific and engineering computing fields. The FORTRAN language plays an important role in the fields of numerical, scientific and engineering computing with its unique functions. Fortran laid the foundation for the development of high-level languages. Fortran is now widely used in scientific research and machinery. I hope this document will bring it to friends in need
- 2024-02-27 0 898