current location:Home > 准确 search

Classify:
Found a total of 529 related content
  • Python3.6 Standard Library Reference Manual (PDF version)
    Python3.6 Standard Library Reference Manual (PDF version)
    Python3.6 Standard Library Reference Manual (PDF version)
    2019-09-03 5851 13003
  • The correct way to import Android or other JAVA projects into Eclipse WORD version
    The correct way to import Android or other JAVA projects into Eclipse WORD version
    This document mainly talks about the correct way to import Android or other JAVA projects into Eclipse; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 5 1589
  • DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and commonly used functions 1. TmainMemu control This control is a standard menu control, which is used to provide menus for windows. The hierarchical structure of the object is: TObject—TPersistent—TCompoment—TMenu. Attribute 1-AutoMetge: Boolean Function: Used to determine whether the menu on the non-main Form in the non-MID program should be merged with the menu of the main Form. Main Form menu
    2024-01-19 0 1206
  • Lucene index optimization Chinese WORD version
    Lucene index optimization Chinese WORD version
    This document mainly talks about Lucene index optimization; this article mainly introduces how to improve the indexing speed of Lucene. Most of the ideas introduced are easy to try, but of course others may increase the complexity of your program. So please confirm that the indexing speed is indeed very slow, and the reason for the slowness is indeed caused by Lucene itself; I hope this document will help friends in need; interested friends can come and take a look
    2024-02-27 0 1190
  • Android mobile phone development course standards Chinese WORD version
    Android mobile phone development course standards Chinese WORD version
    This course is designed based on the general idea of ​​understanding methods and emphasizing application, highlighting the skill-based and applied characteristics of vocational education, focusing on cultivating students' practical application skills, and striving to achieve the goal of sufficient theoretical methods and excellent technical skills. Through the study of this course, students will be equipped with knowledge related to Android platform application development, good programming habits and the ability to develop mobile application software, and be competent in tasks such as mobile phone software development based on the Android platform. Interested friends can come and take a look
    2024-01-30 0 1189
  • Detailed introduction to basic learning of Linux shell scripts Chinese WORD version
    Detailed introduction to basic learning of Linux shell scripts Chinese WORD version
    This document mainly describes the basic learning of Linux shell scripts in detail; we will slowly explain the basic learning of Linux shell scripts in several lectures, hoping to have a clear help for beginners who want to learn Linux shell script programming, and their level will be improved. improve. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-27 7 2139
  • How to use Visual Studio 2010 WORD document doc format
    How to use Visual Studio 2010 WORD document doc format
    How to use Visual Studio 2010 1. Open the interface and click File---→New---→Project. The new project interface will pop up. Select Visual C++ on the left, select an empty project on the right, then enter the name and storage location below, and finally click OK. After that, the interface (Solution Explorer) will pop up, then select the header file, or source file, right-click---→Add---→New project, pop-up Add
    2024-02-29 0 1299
  • Groovy Getting Started Tutorial Chinese WORD Version
    Groovy Getting Started Tutorial Chinese WORD Version
    This document is an introductory tutorial to Groovy; simply put, Groovy is the next generation of Java language. Like Java, it also runs in the JVM. As another language running in the JVM, groovy syntax is very similar to the Java language syntax. At the same time, Groovy abandons Java's cumbersome grammar. For the same statement, using groovy can reduce your keystrokes to the greatest extent - this is indeed the "lazy programmers"
    2024-02-26 1 605
  • python basic tutorial to lesson 60_python basic information word version
    python basic tutorial to lesson 60_python basic information word version
    Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
    2024-01-25 0 1072
  • Sencha Touch Quick Start 2.0 Chinese WORD version
    Sencha Touch Quick Start 2.0 Chinese WORD version
    This document mainly talks about Sencha Touch Quick Start 2.0; Sencha Touch can make your Web App look like a Native App. Beautiful user interface components and rich data management are all based on the latest HTML5 and CSS3 WEB standards, and are fully compatible with Android and Apple iOS devices. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1085
  • Android programming virtual machine Dalvik tutorial pdf version
    Android programming virtual machine Dalvik tutorial pdf version
    Android programming virtual machine Dalvik tutorial pdf, introduces the difference between Dalvik and the standard Java virtual machine and the difference between the operating environment, as well as the situation and prospect analysis of Dalvik, the functional description of various Java packages in Android, related file types, application structure analysis, Introduction to Android Adb tools, etc. This knowledge is a perfect prelude for junior friends who are about to engage in Android programming.
    2024-02-28 0 622
  • Python v2.4 Chinese manual chm
    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
  • WebService calling technical documentation Chinese WORD version
    WebService calling technical documentation Chinese WORD version
    This document mainly talks about WebService calling technical documents; on the surface, Web service is an application, which exposes an API that can be called through the Web to the outside world. This means that you can programmatically call this application through the Web. A more precise explanation of Web services: Web services are a new platform for building interoperable distributed applications. As a Windows programmer, you may have built component-based distributions using COM or DCOM
    2024-02-26 0 993
  • Vuex Reference Manual Chinese CHM version
    Vuex Reference Manual Chinese CHM version
    Vuex is a state management model + library specially designed for Vue.js applications. It provides a centralized storage service for all components within the application, with rules ensuring that state can only change in expected ways. It can be integrated with the Vue official devtools extension to provide advanced features, such as zero-configuration time travel-like (timeline-based) debugging, and state snapshot export/import. This article brings you the Vuex reference manual. Friends who need it can come and take a look!
    2024-02-29 0 1219
  • How Android uses WebService interface Chinese WORD version
    How Android uses WebService interface Chinese WORD version
    This document mainly describes how Android uses the WebService interface; WebService is a remote calling standard based on the SOAP protocol. Different operating system platforms, different languages, and different technologies can be integrated through WebService. The OPhone SDK does not provide a library for calling WebService. Therefore, you need to use a third-party class library (KSOAP2) to call WebService. This article will introduce the specific details of calling WebService in OPhone, and
    2024-01-28 1 2472
  • JSON introductory tutorial Chinese WORD version
    JSON introductory tutorial Chinese WORD version
    This document mainly talks about the introductory tutorial of JSON; like XML, JSON is also a data format based on plain text. Since JSON is inherently prepared for JavaScript, the data format of JSON is very simple. You can use JSON to transmit a simple String, Number, Boolean, an array, or a complex Object. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-03 3 1743
  • Introduction to COM components Chinese WORD version
    Introduction to COM components Chinese WORD version
    This document mainly talks about an introduction to COM components; COM not only proposes specifications for interaction between components, but also provides an environment for realizing interaction. Because the specifications for interaction between component objects do not depend on any specific language, COM can also It is a standard for collaborative development of different languages. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-02 0 1124
  • 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
    2024-01-17 5 3501
  • Use HTML, CSS, JavaScript to develop Android applications English text pdf version with source file
    Use HTML, CSS, JavaScript to develop Android applications English text pdf version with source file
    If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android apps. This hands-on book shows how to use these open source web standards to design and build applications that work on any Android device—no Java required. You'll learn how to create an Android-friendly web app on the platform of your choice, then convert it to a native Android app with the free PhoneGap framework
    2024-02-27 7 1276
  • UNIX Technical Manual Unix in a Nutshell, 4th Edition English PDF text version
    UNIX Technical Manual Unix in a Nutshell, 4th Edition English PDF text version
    Unix in a Nutshell also covers many important, industry-standard open source tools. The book also fully discusses commonly used shells (bash, ksh, and tcsh) and important elements such as regular expressions, as well as old tools such as sed, awk, and vi. Unix is ​​not a huge thing: it is a complex, and the Unix Technical Manual is the book that brings it all together. What is unix? The original unix source code is owned by sco, and the registered trademark of unix is ​​owned by open grou
    2024-02-29 2 1812
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!