current location:Home > 何用 search

Classify:
Found a total of 529 related content
  • How to use GitHub efficiently Chinese WORD version
    How to use GitHub efficiently Chinese WORD version
    This document mainly talks about how to use GitHub efficiently; it is Github that makes social programming a reality. This article attempts to talk about the culture, skills and influence of GitHub. Interested friends can come and take a look
    2024-01-27 0 559
  • 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
  • How to use Android Tasker Chinese WORD version 2MB
    How to use Android Tasker Chinese WORD version 2MB
    This document mainly describes how to use Android's Tasker; Tasker on Android is definitely one of the artifacts of the Android system. Unlike Auto Memory Manager, Tasker is not an acceleration software, but a system-enhanced software. Because There are many system states that can be controlled, making Tasker the brightest star in the Android system. But Tasker is undoubtedly the most difficult software to use. Because there are so many places you can control, it makes people feel a little overwhelmed.
    2024-01-30 0 668
  • 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
  • How to build PhoneGap development environment on IOS platform WORD version
    How to build PhoneGap development environment on IOS platform WORD version
    This document mainly talks about how to build a PhoneGap development environment under the IOS platform; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1238
  • Using Adobe AIR to develop Android applications English pdf text version with source code
    Using Adobe AIR to develop Android applications English pdf text version with source code
    Put your ActionScript 3 skills to work in mobile app development. This book shows how to develop native applications for Android-based smartphones and tablets using Adobe AIR. You learn the entire development process hands-on, from coding options to getting your app published to the specific functionality of Put your ActionScript 3 skills to work building mobile apps. This book shows you how t
    2024-02-26 0 814
  • 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
    2024-01-17 5 3654
  • Detailed explanation of Python operations on Excel Chinese WORD version
    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 guide to creating and using databases in Android Chinese WORD version
    Detailed guide to creating and using databases in Android Chinese WORD version
    Every application uses data, and Android applications are no exception. Android uses an open source, operating system-independent SQL database--SQLite. This article introduces how to create and operate a SQLite database for your Android application. Database supports the lifeline of every application no matter how big or small. Unless your application only handles simple data, then you need a database system to store your structured data. Android uses SQLite database, which is an open source and supports multiple operating systems. SQ
    2024-02-28 0 504
  • Simple usage of JSON Chinese WORD version
    Simple usage of JSON Chinese WORD version
    This document mainly talks about the simple usage of JSON; JSON (JavaScript Object Notation) is a simple data format that is more lightweight than xml. JSON is a native JavaScript format, which means that processing JSON data in JavaScript does not require any special API or toolkit. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-01 0 953
  • Android programming bundle, server, layout and other tutorials PDF version
    Android programming bundle, server, layout and other tutorials PDF version
    Content: Use Bundle to transfer data between activities, Log and DDMS (view Log and other information), Activity life cycle, Android application development 4 using Service, how to use service, service life cycle, process life cycle, using service for music playback, AndroidUI Layout etc...
    2024-02-26 0 815
  • PHPCMS V9 User Manual
    PHPCMS V9 User Manual
    PHPCMSV9 user manual download
    2017-03-17 4368 15852
  • CI User Guide 2.1.0
    CI User Guide 2.1.0
    CI User Guide 2.1.0 Download
    2017-02-09 2198 16455
  • GNU make Chinese manual pdf version
    GNU make Chinese manual pdf version
    GNU makefile Chinese manual pdf, the article describes the GNU make tool more completely, covering the usage and syntax of GNU make. At the same time, we focus on how to write Makefile for a project. Before reading this book, readers should have a certain understanding of the GNU tool chain and some common programming tools in Linux. Such as: gcc, as, ar, ld, yacc, etc. This article gives a relatively complete description of the GNU make tool, covering the usage and syntax of GNU make. Focus on how to use make to manage software projects,
    2024-01-19 1 564
  • PHPWord Chinese User Manual
    PHPWord Chinese User Manual
    PHPWord Chinese Reference Manual
    2018-09-26 5663 34592
  • SOAP syntax word version
    SOAP syntax word version
    One of SOAP, WSDL (WebServicesDescriptionLanguage), and UDDI (UniversalDescriptionDiscoveryandIntegration), soap is used to describe the format of transmitting information, WSDL is used to describe how to access specific interfaces, and uddi is used to manage, distribute, and query webServices. Specific implementations can search for simple instances of Web Services; SOAP can be used with many existing
    2024-02-28 0 917
  • Perl common module usage examples Chinese WORD version
    Perl common module usage examples Chinese WORD version
    This document mainly talks about the use examples of common modules in Perl; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 1198
  • How to use maven Chinese WORD version
    How to use maven Chinese WORD version
    This document mainly talks about how to use Maven; Maven is a software project management tool based on the project object model (pom), which can manage the construction, reporting and documentation of the project through a short piece of description information. Maven shifts your focus from last night's grassroots to project management. Maven projects already know how to build and bundle code, run tests, generate documentation and host project web pages. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-27 0 842
  • 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)
    2019-09-03 8094 17698
  • Developing Spark applications using Scala language Chinese WORD version
    Developing Spark applications using Scala language Chinese WORD version
    This document mainly talks about developing Spark applications using Scala language; the Spark core is developed by Scala language, so it is natural to use Scala language to develop Spark applications. If you are not familiar with the Scala language, you can read the online tutorial A Scala Tutorial for Java Programmers or related Scala books to learn. This article will introduce 3 Scala Spark programming examples, namely WordCount, Top
    2024-02-27 0 758
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!