current location:Home > 编码转换 search

Classify:
Found a total of 529 related content
  • Android Coding Standards Chinese WORD version
    Android Coding Standards Chinese WORD version
    This book talks about Android coding standards; friends in need can download it and take a look.
    2024-02-26 0 947
  • React Native For Android source code compilation Chinese WORD version
    React Native For Android source code compilation Chinese WORD version
    This document mainly talks about React Native For Android source code compilation; I hope it will be helpful to everyone; interested friends can come and take a look
    2024-02-28 0 585
  • JSON.NET simple use Chinese WORD version
    JSON.NET simple use Chinese WORD version
    This document mainly talks about the simple use of JSON.NET; JSON.NET is used to convert objects in .NET into JSON strings (serialization), or to convert JSON strings into objects of existing types in .NET ( Deserialization?). I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1233
  • PowerDesigner usage tutorial chm version
    PowerDesigner usage tutorial chm version
    PowerDesigner usage tutorial, covering basic concepts of interface and operation, data projects and entities, defining relationships and roles between entities, defining and using domains and inheritance, converting CDM objects into PDM objects, generating reports, etc.
    2024-01-19 1 1073
  • Detailed explanation of Android program debugging Chinese WORD version
    Detailed explanation of Android program debugging Chinese WORD version
    When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
    2024-02-26 0 884
  • Using JSON for network data exchange and transmission Chinese WORD version
    Using JSON for network data exchange and transmission Chinese WORD version
    This document mainly talks about using JSON for network data exchange and transmission; JSON (JavaScript ObjectNotation) 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. 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. Like XML, JSON is a plain text-based data format. Since JSON is born
    2024-02-29 0 902
  • 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
  • Quick Start with Python
    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
  • 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
    2024-01-17 5 3166
  • Delphi Component Writer's Guide word Chinese version
    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
  • doxygen official manual
    doxygen official manual
    Doxygen is a useful programmer's auxiliary tool. It can make it easier to add batch code to the program. It is compatible with mainstream programming languages ​​​​such as C++, C, Java, Objective-C, Python, etc. The Chinese manual of doxygen provided by the editor includes The basic introduction, grammar skills and advanced skills can help you get started quickly. If you need it, you are welcome to download it. Basic introduction Doxygen already supports generating ANSI encoded chm directory files (index.hhc)! Doxygen is usually used to generate English
    2024-01-30 0 717
  • Android data format parsing object JSON usage WORD version
    Android data format parsing object JSON usage WORD version
    This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-30 0 1080
  • Written for students who are new to Android pdf version
    Written for students who are new to Android pdf version
    This pdf is written for students who are new to Android. It is an article to encourage friends who are new to Android. It does not involve coding and allows you to adjust your mentality and learn Android programming well. If you are interested, you can take a look.
    2024-02-26 0 538
  • Proverbs of Programmers chm version
    Proverbs of Programmers chm version
    This book is a summary of the author's technology and experience in more than ten years of programming career. The content covers everything from understanding the operating mechanism of CPU, Windows, and programming language to code specifications and styles, analysis methods, debugging methods and kernel optimization. It contains the author's cognitive process and thorough analysis of many issues, as well as excellent and a wonderful programming experience.
    2024-01-19 0 1204
  • JSON Getting Started Guide Chinese WORD version
    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
  • Things about JNI programming in Android Chinese WORD version
    Things about JNI programming in Android Chinese WORD version
    This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 671
  • 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
  • Delphi7 basic grammar tutorial Chinese WORD version
    Delphi7 basic grammar tutorial Chinese WORD version
    Delphi is a Windows rapid application development tool (RAD Rapid Application Development) based on the client/server system launched by the American Borland Company. It is an object-oriented visual programming tool based on the visibility of Delphi and combined with the Object Pascal language. With programming skills, you can develop powerful Windows applications and database applications. Delphi is the first visual development environment, optimized source code compiler and
    2024-01-18 1 1059
  • [Top] Detailed summary of JSON in Android Chinese WORD version
    [Top] Detailed summary of JSON in Android Chinese WORD version
    JSON (JavaScript Object Notation) Definition: A lightweight data exchange format that is highly readable and easy to write quickly. The mainstream technology in the industry provides a complete solution (somewhat similar to regular expressions, supported by most languages ​​today), so that data can be exchanged between different platforms. JSON adopts a highly compatible text format and also has behavior similar to the C language system. Friends in need can download and take a look
    2024-02-26 0 926
  • 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
    2024-02-29 5 2204
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!