current location:Home > 建立 search

Classify:
Found a total of 529 related content
  • Phonegap3.4 environment construction and new project Chinese WORD version
    Phonegap3.4 environment construction and new project Chinese WORD version
    This document mainly talks about Phonegap3.4 environment construction and new projects; I hope this document will help friends in need; interested friends can come and take a look
    2024-01-29 0 1104
  • Use Eclipse to build Maven Web project WORD version
    Use Eclipse to build Maven Web project WORD version
    This document mainly talks about using Eclipse to build Maven's Web project; next, using Eclipse's Maven to build a web project, taking building the SpringMVC project as an example: I hope this document will help friends in need; interested friends can come and see
    2024-02-01 0 746
  • Detailed explanation of eclipse building SSH framework Chinese WORD version
    Detailed explanation of eclipse building SSH framework Chinese WORD version
    The SSH framework is one of the most commonly used frameworks. When building an SSH framework, some people always encounter problems like this. This document will introduce the entire process of building the SSH framework. Friends in need can download and take a look
    2024-02-29 0 719
  • spark2.0 cluster construction Chinese WORD version
    spark2.0 cluster construction Chinese WORD version
    This document mainly talks about spark2.0 cluster construction; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 916
  • Phonegap installation environment construction Chinese WORD full version
    Phonegap installation environment construction Chinese WORD full version
    This document mainly talks about setting up the phonegap installation environment; it mainly talks about setting up the phonegap environment under the windows system, mainly from the android perspective. iOS users can refer to it. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-28 0 698
  • 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
  • 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
  • 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
  • WebSphere MQ transmission environment construction and testing WORD version
    WebSphere MQ transmission environment construction and testing WORD version
    This document mainly talks about the construction and testing of WebSphere MQ transmission environment; it mainly introduces: introduction to MQ core components, construction of MQ environment, and testing MQ by writing simple programs. I hope it can serve as a starting point. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 598
  • Android Studio development environment construction Chinese WORD version
    Android Studio development environment construction Chinese WORD version
    This document mainly describes the establishment of the Android Studio development environment; please directly download the installation package with the SDK version when installing Android Studio. Interested friends can come and take a look
    2024-02-27 0 734
  • windows thinkpad android environment setup problem Chinese WORD version
    windows thinkpad android environment setup problem Chinese WORD version
    This document mainly talks about the problems of setting up the Windows ThinkPad Android environment; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 1 1444
  • Django environment construction for Python website development WORD version
    Django environment construction for Python website development WORD version
    This document mainly talks about setting up the Django environment for Python website development; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-25 1 596
  • Android development environment setup and configuration phoneGap Chinese WORD version
    Android development environment setup and configuration phoneGap Chinese WORD version
    This document mainly talks about building Android development environment and configuring phoneGap; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 2 2313
  • j2me3D game development simple tutorial Chinese WORD version
    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
  • 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
  • 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
  • Detailed explanation of Android NDK environment construction and problems encountered Chinese WORD version
    Detailed explanation of Android NDK environment construction and problems encountered Chinese WORD version
    This document mainly talks about the Android NDK environment construction and detailed explanation of the problems encountered; I hope this document will help friends in need; interested friends can come and take a look
    2024-01-30 0 1227
  • Using Eclipse to build Maven's SpringMVC project Chinese WORD version
    Using Eclipse to build Maven's SpringMVC project Chinese WORD version
    First, Eclipse needs to install the Maven plug-in. Use MyEclipse to install the Maven plug-in. There are some problems with the built Maven project. First, when publishing tomcat, resources are never published to tomcat; second, after changing the classes under WEB-INF to the classes under target, I don’t know why MyEclipse still generates classes under WEB-INF. Either it really doesn’t generate classes in WEB-INF but releases t
    2024-02-28 0 674
  • Use Nexus to build a Maven private server Chinese WORD version
    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
  • Building a React Native Android development environment under Windows Chinese WORD version 1.7MB
    Building a React Native Android development environment under Windows Chinese WORD version 1.7MB
    Recently, I saw that React Native seems to be very powerful. Driven by curiosity, I tried it out and recorded the steps to build a React Native Android environment under Windows for reference by friends in need. (This document refers to the official document); interested friends can come and take a look.
    2024-02-26 0 1302