current location:Home > 部署 search
Found a total of 529 related content
-
- Deploy maven project to tomcat7 WORD version
- This document mainly talks about the deployment of maven project to tomcat7; I hope this document will help friends in need; interested friends can come and take a look
- 2024-02-26 0 1142
-
- Maven compiles, packages and deploys Liferay project WORD version
- This document mainly talks about Maven compilation, packaging and deployment of Liferay projects; it mainly introduces the combination of maven and liferay-poerlet-archetype to change the traditional ant compilation, packaging and deployment. I hope this document will help friends in need; interested Friends can come and have a look
- 2024-02-29 0 710
-
- Websphere deployment and release steps Chinese WORD version
- This book mainly describes the steps of Websphere deployment and release; WebSphere is IBM's software platform. It encompasses the entire middleware infrastructure, such as servers, services, and tools, required to write, run, and monitor 24/7, industrial-strength, on-demand web applications and cross-platform, cross-product solutions. WebSphere provides reliable, flexible, and robust software. Interested friends can come and take a look
- 2024-01-29 0 744
-
- 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 Developer Guide Part 1: Getting Started
- Android Documentation - Developer Guide - Part 1: Getting Started - Chinese and English Version Android provides a rich application framework, which allows you to build innovative applications and games for mobile devices in the Java language environment. The documents listed in the left navigation provide detailed information on how to build applications using Android's various APIs. Part One: Introduction 0. Introduction to Android (Introduction to Android) 1. Application
- 2024-01-29 2 1920
-
- Android GUI system development instructions pdf version
- Relevant development knowledge of Android GUI system. Part 1 Android GUI system overview Part 2 pixelflinger and libui library Part 3 Surface system Part 5 Skia system Part 6 OpenGL system architecture
- 2024-02-02 0 919
-
- Use Nexus to build a Maven private server Chinese WORD version
- This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a look
- 2024-02-28 0 1018
-
- SCA introduction and application examples Chinese WORD version
- This document mainly talks about the introduction and application examples of SCA; SCA (Service Component Architecture) is a set of service system construction framework protocols proposed for SOA. It not only integrates the idea of IOC, but also combines object-oriented reuse with code reuse. It has been upgraded to the reuse of business module components, and at the same time, the service interface, implementation, deployment, and invocation are completely separated, and the assembly and binding can be flexibly assembled through configuration. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 844
-
- Websphere tutorial Chinese WORD version
- This document is a Websphere tutorial; WebSphere is the infrastructure software of the Internet, which is what we call middleware. It enables enterprises to develop, deploy, and integrate a new generation of e-commerce applications (such as B2B electronic transactions), and supports business applications ranging from simple Web publishing to enterprise-level transaction processing. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 755
-
- Android Development Guide Chinese chm version
- Android Application Framework Development Guide Chinese version chm, this booklet is a translation of the application framework part of the English development material Android SDK version 1.5, covering all major concepts of Android application development. Some content is compiled from the Internet. This article is for technical learning only, please do not use it for commercial purposes. Contents include: Application Fundamentals. Key classes...
- 2024-01-31 0 880
-
- Basic introduction to python unittest Chinese WORD version
- Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
- 2024-01-25 0 862
-
- Selected Delphi examples to fully master CHM
- The DELPHI programming blog from Wan Yi is the crystallization of high-quality experience and actual combat. Thank you Wan Yi for your selfless dedication. I believe it will definitely be useful to friends of DELPHI programming. Most of the source codes in CHM are compiled and passed under D7, and third-party controls are rarely used. It is a masterpiece for learning. Note: If the e-book cannot be displayed normally, you need to click "Properties" -> "Unlock" of the e-book.
- 2024-01-22 0 542
-
- Big data processing with Apache Spark
- This document mainly talks about using Apache Spark for big data processing - Part 1: Getting Started; Apache Spark is a big data processing framework built around speed, ease of use and complex analysis. It was originally developed by AMPLab at the University of California, Berkeley, in 2009, and became one of Apache's open source projects in 2010. In this first part of the Apache Spark article series, we will learn what Spark is, how it differs from typical Map
- 2024-01-29 0 985
-
- 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
-
- j2me3D game development simple tutorial Chinese WORD version
- This document mainly talks about a simple tutorial on j2me3D game development; Nowadays, 3D graphics are a key part of almost any game, and even some applications have achieved success by using 3D forms to describe information. As mentioned earlier, developing in immediate mode and manually coding all 3D objects is slow and complex. All corner points of polygons in your application must be encoded independently in an array. In JSR 184, this is called immediate mode. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 1640
-
- Android security and permissions WORD version
- This document mainly talks about the security and permissions of Android; Android is a multi-process system, and each application (and system component) runs in its own process. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-28 2 1925
-
- Android local data storage Chinese WORD version
- This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
- 2024-02-26 0 808
-
- Shell scripting basics Chinese WORD version
- Shell itself is a program written in C language, which is a bridge for users to use Linux. Shell is both a command language and a programming language. As a command language, it interactively interprets and executes commands entered by the user; as a programming language, it defines various variables and parameters, and provides many control structures found only in high-level languages, including loops and branches. Although it is not part of the Linux system core, it calls most of the functions of the system core to execute programs, create files, and coordinate the running of various programs in a parallel manner. Therefore, for
- 2024-02-03 6 2665
-
- MATLAB language and control system simulation experiment Chinese WORD version
- "MATLAB Language and Control System Simulation Experiment" includes four parts: MATLAB language basics, MATLAB language basic experiments, control theory simulation experiments and experimental assignments. Each student is required to complete the experimental assignments independently after completing the prescribed experimental content to consolidate knowledge and enhance application capabilities. Interested friends can come and take a look
- 2024-01-18 2 2111
-
- Flash ActionScript3 Advanced Tutorial pdf version
- Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V
- 2024-01-17 5 3166