current location:Home > EditPlus中文破解版 search
Found a total of 529 related content
-
- 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
-
- Detailed explanation of UML class diagram Chinese WORD version
- This document mainly talks about the detailed explanation of UML class diagram; in the static mechanism of UML, class diagram is a key point. It is not only the core concern of designers, but also the core concern of implementers. Modeling tools also generate code primarily based on class diagrams. Class diagram occupies a very important position among the 9 diagrams of UML. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 1 1245
-
- Detailed explanation of SQLite application in Android Chinese WORD version
- This document mainly talks about the detailed explanation of SQLite application in Android; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-28 0 936
-
- Detailed explanation of the use of AsyncTask in Android Chinese WORD version
- There are two ways to implement asynchronous task mechanism in Android, Handler and AsyncTask. This document mainly describes the use of AsyncTask in Android; I hope this document will help friends in need; interested friends can come and take a look
- 2024-02-26 0 611
-
- Detailed explanation of Python operations on Excel Chinese WORD version
- This document mainly introduces how to read and write office excel through python, using the xlrd, xlwt and xlutils modules. It also demonstrates how to operate excel through the Tcl tcom package. Interested friends can come and take a look
- 2024-01-25 0 1285
-
- Detailed explanation of the use of Python scripts Chinese WORD version
- This document mainly talks about the detailed use of Python scripts; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-23 0 718
-
- Detailed explanation of Matlab7.0 installation tutorial Chinese WORD version
- This document mainly talks about the detailed installation tutorial of Matlab7.0; I hope this document will help friends in need; interested friends can come and take a look
- 2024-01-18 1 2108
-
- Detailed explanation of android interface layout Chinese WORD version
- This document mainly talks about the detailed explanation of the android interface layout; before introducing the layout issues in Android through "Hello World!", I have to introduce the user interface in Android first, because the layout issue is also one of the user interface issues. In an Android application, the user interface is built through View and ViewGroup objects. There are many kinds of Views and ViewGroups in Android, and they all inherit from the View class. V
- 2024-02-28 0 961
-
- 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
-
- Maven+Eclipse+Tomcat configuration detailed explanation Chinese WORD version
- The content introduced in this document is based on the fact that the JDK configuration is OK. The JDK configuration is not described here. Describes the Maven+Eclipse+Tomcat configuration in detail; friends in need can download it and take a look
- 2024-02-03 0 839
-
- Function methods and explanations in Unity3D Chinese WORD version
- This document mainly talks about the function methods and explanations in Unity3D; I hope it will be helpful to everyone; interested friends can come and take a look.
- 2024-02-26 0 553
-
- Practice of XML parsing in Android system Chinese WORD version
- This document mainly talks about the practice of XML parsing in the Android system; I hope it will be helpful to everyone's study; interested friends can come and take a look.
- 2024-02-01 0 607
-
- Detailed explanation of eclipse building SSH framework Chinese WORD version
- The SSH framework is one of the most commonly used frameworks. When building an SSH framework, some people always encounter problems like this. This document will introduce the entire process of building the SSH framework. Friends in need can download and take a look
- 2024-02-29 0 719
-
- 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
-
- Android In-depth understanding of SQLite storage method Chinese WORD version
- This document describes Android's in-depth understanding of SQLite storage methods; SQLite is a lightweight database designed for embedded use, and it takes up very few resources. In embedded devices, it only requires a few hundred KB; there are Friends who need it can download it and take a look
- 2024-02-29 0 1224
-
- Detailed explanation of the basics of texture shaders in Unity3D technology Chinese WORD version
- This document talks about some knowledge related to shaders in Unity3D; in shader programming, there are some terms that are sometimes confusing if you don’t understand them, so I will briefly mention them here. Shading originally refers to painting objects with light and dark tones in sketches. In graphics, it actually means coloring Mesh (Mesh is a bunch of triangular patches, including the left side of the vertex, normal coordinates, UV coordinates, etc.), wiki What is said is that the color of the object is changed according to the angle of the object relative to the light and its distance from the light source to generate a photorealistic effect.
- 2024-02-29 0 849
-
- Detailed explanation of Android NDK environment construction and problems encountered Chinese WORD version
- This document mainly talks about the Android NDK environment construction and detailed explanation of the problems encountered; I hope this document will help friends in need; interested friends can come and take a look
- 2024-01-30 0 1227
-
- Python v2.4 Chinese manual chm
- The Chinese manual of Python v2.4 version in chm format is rich and comprehensive in content. It is not only a manual, you can use it as an introductory tutorial for Python, teaching you how to use the Python interpreter, process control, data structure, templates, Knowledge and skills in input and output, errors and exceptions, detailed explanations of classes and standard libraries, etc. At the same time, the attached manual can facilitate your inquiries.
- 2024-01-26 6 1315
-
- Python essential reference pdf version
- This book provides an essential reference on the beautiful language python. The author brings you into the paradise of python through a complete and clear introductory guide, and then discusses syntax, types and objects, operators and expressions, control flow functions and functional programming, class and object-oriented programming, modules and packages, input and output , execution environment and other aspects are given detailed explanations. If you want to join the world of python, don't miss this book by David M beazley. (The cover is from the latest English version, the Chinese version seems to have only been translated to the second edition)
- 2024-01-26 1 828
-
- 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