current location:Home > 终端 search

Classify:
Found a total of 529 related content
  • Android client SQLite database upgrade solution Chinese WORD version
    Android client SQLite database upgrade solution Chinese WORD version
    This document mainly talks about the Android client SQLite database upgrade solution; I hope it will be helpful to everyone's study; interested friends can come and take a look.
    2024-02-26 0 604
  • 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
  • Android cooperates with WebService to access remote database Chinese WORD version
    Android cooperates with WebService to access remote database Chinese WORD version
    Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
    2024-02-26 0 903
  • 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
  • Introduction to Adobe Flex Chinese WORD version
    Introduction to Adobe Flex Chinese WORD version
    Flex is a component-based development framework that can generate a rich Internet application run by Flash Player. Flex combines a standards-based language with a variety of extensible user interface and data access components, allowing developers to build applications with rich data presentation, powerful client logic and integrated multimedia. Flex is a rich client application development toolkit built on the Flash platform. As a new technology representative in the Rich Internet Application (RIA) era, Flex has been used by Adobe since 2007.
    2024-01-17 5 3291
  • go language reference manual Chinese CHM version
    go language reference manual Chinese CHM version
    Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. This article brings you the Go reference manual, you can download it if you need it! Go was developed by Robert Griesemer, Rob Pike, Ken Thompson from the end of 2007, and later joined by Ian Lance Taylor, Russ Cox and others. It was finally open sourced in November 2009 and Go 1 stable was released in early 2012. Version. The development of Go is now fully open
    2024-02-27 4 1869
  • Service in-depth analysis WORD version
    Service in-depth analysis WORD version
    This document mainly talks about the in-depth analysis of Service; we start with the analysis of the fundamental meaning of Service. The essence of service is to respond to client requests. To provide services, you must establish a framework for receiving requests, processing requests, and responding to the customer service side. I think Android Service designers will always keep this service essential block diagram in their minds. From a program perspective, the service must have a closed loop framework and a request processing framework. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 728
  • Netty code analysis Chinese WORD version
    Netty code analysis Chinese WORD version
    This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
    2024-02-29 1 1862
  • ActionScript3 Flash Programming No Basics Introductory Tutorial Chinese WORD Version
    ActionScript3 Flash Programming No Basics Introductory Tutorial Chinese WORD Version
    Flash enthusiasts who have done Flash animation all know that to make a Flash animation, AS is indispensable. Even a few simple lines of code can play the finishing touch to the entire Flash. Although AS is not true object-oriented programming, it also has the concept of objects. This concept runs throughout AS, so the understanding of objects is more important than the understanding of grammar or other aspects. Interested friends can come and take a look
    2024-01-17 0 954
  • Android adb application and operation commands Chinese WORD version
    Android adb application and operation commands Chinese WORD version
    Android Debug Bridge (adb) is a multi-purpose tool that helps you manage the state of your device or emulator. You can add adb through the following methods: • Run shell commands on the device • Manage the emulator or device through port forwarding • Copy or copy files from the emulator or device
    2024-02-26 0 826
  • iOS development learning iOS multi-threading and RunLoop Chinese WORD version
    iOS development learning iOS multi-threading and RunLoop Chinese WORD version
    iOS multi-threaded programming is always difficult for iOS development beginners to understand and master. Now I will use several examples to gain a more systematic and comprehensive understanding of iOS multi-threaded programming. I hope it will be helpful to everyone. Some programs are a straight line from the starting point to the end; some programs are a circle that keeps looping until it is cut off. A straight line is like a simple Hello World. After running and printing, its life cycle is over, like a flash in the pan; a round one is like an operating system, which keeps running until you shut down. A running program is a process or a task, a process
    2024-02-03 0 1789
  • Android Camera system analysis Chinese WORD version
    Android Camera system analysis Chinese WORD version
    This document mainly talks about the analysis of Android's Camera system; Android's Camera includes the functions of previewing and taking pictures. Although the current Android release version of the Camera program has relatively simple functions, its program architecture is divided into two parts, the client and the server. They are built on the structure of Android's inter-process communication Binder. The Camera module mainly includes libandroid_runtime.so, l
    2024-02-29 0 922
  • Android application framework principles and programming 36 techniques pdf traditional version
    Android application framework principles and programming 36 techniques pdf traditional version
    Android application framework principles and programming techniques 36 pdf traditional version, the book content is suitable for Android 1.0. Some friends may not be familiar with Android yet, right? Have you ever heard of Google’s customized high-end mobile phone from HTC? Its operating system is based on Android. If you are still not sure about it, you can Google "HTC g2" mobile phone to get a rough understanding of the interface and architectural features of the mobile operating system. Anyway, Andro
    2024-02-26 0 721
  • Sencha touch Development Guide Chinese WORD version
    Sencha touch Development Guide Chinese WORD version
    This document mainly talks about the Sencha touch development guide; it mainly introduces how to use Sencha Touch to develop applications for handheld devices, mainly for high-end mobile phones such as iPhone. We will introduce the entire development process through a detailed example. Sencha Touch is a Javascrt framework specifically developed for mobile devices. With Sencha Touch you can create web apps that are very much like native apps. The user interface components and data management are all based on HTML5 and
    2024-02-01 0 576
  • 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
  • Writing a small database with Delphi Chinese WORD version
    Writing a small database with Delphi Chinese WORD version
    This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
    2024-01-18 0 608
  • 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
  • Python website development guide WORD version
    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
  • 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!