current location:Home > 创始 search

Classify:
Found a total of 529 related content
  • Android game programming from scratch pdf version
    Android game programming from scratch pdf version
    Android game programming from scratch pdf version, friends who learn Android can refer to it.
    2024-02-27 0 458
  • Creative Android programming pdf version
    Creative Android programming pdf version
    Creative Android Programming.pdf, friends who learn android can refer to it. Creative Android Programming.pdf, including: Ubuntu Topic Fedora Topic RedHat Topic SUSE Topic Red Flag Linux Topic Android Topic
    2024-02-28 0 913
  • Maven project creation based on Eclipse Chinese WORD version
    Maven project creation based on Eclipse Chinese WORD version
    This document mainly talks about the creation of Maven projects based on Eclipse; interested friends can come and take a look.
    2024-02-29 0 1755
  • Maven creation web project tutorial Chinese WORD version
    Maven creation web project tutorial Chinese WORD version
    This document mainly talks about the tutorial of creating a web project with Maven; I share it with you, I hope it will be helpful to you; interested friends can come and take a look.
    2024-01-29 0 793
  • CXF creates webservice server Chinese WORD version
    CXF creates webservice server Chinese WORD version
    This document mainly talks about CXF creating webservice server; Apache CXF is an open source Services framework. CXF helps you use Frontend programming API to build and develop Services, like JAX-WS. These Services can support multiple protocols, such as SOAP, XML/HTTP, RESTful HTTP or CORBA, and can run on multiple transport protocols, such as HTTP, JMS or JMS.
    2024-02-28 0 909
  • Python Getting Started Guide Python Tutorial pdf text version
    Python Getting Started Guide Python Tutorial pdf text version
    The most authoritative Python tutorial, written by Python author Guido van Rossum, has a little academic flavor. The Chinese electronic version was translated by Liu Xin, Li Mengyi, and Kernel1983. The content of the document is bilingual in Chinese and English. About the author: Guido van Rossum is the founder of the Python programming language and now works at Google, but for most of his time he is still working hard on the development of the Python language. Since 1989 Guido was created on the basis of ABC and language
    2024-01-26 3 822
  • 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
  • Introduction to Android basics pdf version
    Introduction to Android basics pdf version
    Introduction to Android basics pdf, which introduces what Android is, the functions that Android can complete, Android architecture, Android application framework, Android function library, etc., starting from installing Android, to environment configuration, to writing complex applications step by step. This book will take you through basic but meaningful introductory knowledge of Android.
    2024-02-29 0 1135
  • Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
    Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
    As we all know, during the development process of J2EE projects, if you only modify the page during the debugging phase, you do not need to restart the application server. For example, you do not need to restart Tomcat. Just refresh the page in the browser. In fact, the fundamental reason why there is no need to restart application servers such as Tomcat is because we can set a virtual directory in the configuration file of the application server, so that we can know the directory where the web project is located, so we can save the need to package and then re-publish to Server steps. Interested friends can come and take a look
    2024-02-26 0 1063
  • Android development tutorials and notes pdf version
    Android development tutorials and notes pdf version
    Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
    2024-02-29 12 2490
  • The use of multi-threading technology in iOS development WORD version
    The use of multi-threading technology in iOS development WORD version
    This document mainly talks about the use of multi-threading technology in iOS development; the so-called process corresponds to an application, which is responsible for opening up memory space for application use, but the process cannot execute tasks (instructions). A process contains at least one thread, which is the execution flow of the program. When an iOS program starts, while creating a process, it will start running a thread, which is called the main thread; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1125
  • The latest version of ArcGIS For Android Eclipse environment configuration Chinese WORD version
    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
  • Introduction to TTS on Android WORD version
    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
  • Android data storage SQLite database storage Chinese WORD version
    Android data storage SQLite database storage Chinese WORD version
    This document mainly talks about Android data storage SQLite database storage; each database in Android is private to the application package suite that created it. By default, other applications cannot directly access this private database. Friends in need can download and take a look
    2024-02-26 0 1036
  • mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
    2024-01-25 0 923
  • Ruby Reference Manual Chinese CHM Edition
    Ruby Reference Manual Chinese CHM Edition
    Ruby is a pure object-oriented programming language. It was founded in 1993 by Yukihiro Matsumoto from Japan. You can find Yukihiro Matsumoto on the Ruby mailing list at www.ruby-lang.org. In the Ruby community, Matsumoto is also known as Matz. Ruby is "a programmer's best friend". Ruby
    2024-01-27 1 966
  • 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
  • iOS interface design size specifications Chinese WORD version
    iOS interface design size specifications Chinese WORD version
    This document mainly talks about the iOS interface design size specifications; in the latest iOS7 style, Apple has begun to slowly weaken the existence of the status bar and combine the status bar and navigation bar. However, no matter how it changes, the size and height will also change. There is still no change, but everyone should pay more attention when designing the iOS7 style interface. Interested friends can come and take a look
    2024-02-28 0 838
  • ANDROID Bluetooth programming WORD document doc format
    ANDROID Bluetooth programming WORD document doc format
    Using the BluetoothAdapter class, you can find surrounding Bluetooth devices on your Android device and then pair (bind) them. Bluetooth communication is transmitted to each other based on the unique address MAC. Considering security issues, Bluetooth communication needs to be paired first. Then start to connect to each other. After the connection, the devices will share the same RFCOMM channel to transmit data to each other. Currently, these implementations are implemented on Android 2.0 or higher SDK. 1. Finding/discovering dev
    2024-02-27 0 977
  • MyBatis3.2.3 Help Document Chinese CHM Version
    MyBatis3.2.3 Help Document Chinese CHM Version
    MyBatis is an excellent persistence layer framework that supports ordinary SQL queries, stored procedures and advanced mapping. MyBatis eliminates almost all JDBC code and manual setting of parameters and retrieval of result sets. MyBatis uses simple XML or annotations for configuration and original mapping, mapping interfaces and Java POJOs (Plan Old Java Objects, ordinary Java objects) into records in the database. Friends in need can download and take a look
    2024-02-29 1 840
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!