current location:Home > -配置 search

Classify:
Found a total of 529 related content
  • Maven+Eclipse+Tomcat configuration detailed explanation Chinese WORD version
    Maven+Eclipse+Tomcat configuration detailed explanation Chinese WORD version
    The content introduced in this document is based on the fact that the JDK configuration is OK. The JDK configuration is not described here. Describes the Maven+Eclipse+Tomcat configuration in detail; friends in need can download it and take a look
    2024-02-03 0 839
  • Configure Eclipse under ubuntu
    Configure Eclipse under ubuntu
    This document mainly talks about configuring the Eclipse-android development environment under ubuntu; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 849
  • Flex development configuration manual Chinese PDF version
    Flex development configuration manual Chinese PDF version
    This document mainly talks about flex (eclipse) development configuration; interested friends can come and take a look.
    2024-01-17 0 2139
  • Selenium+Python configuration Chinese WORD version
    Selenium+Python configuration Chinese WORD version
    This document mainly talks about Selenium+Python configuration; I hope this document will help friends in need; interested friends can come and take a look
    2024-01-23 1 1034
  • eclipse + Maven3.0.4 installation and usage configuration Chinese WORD version
    eclipse + Maven3.0.4 installation and usage configuration Chinese WORD version
    This book mainly talks about the installation and usage configuration of eclipse + Maven3.0.4; friends in need can download it and take a look
    2024-02-27 0 840
  • eclipse maven plugin plug-in installation and configuration Chinese WORD version
    eclipse maven plugin plug-in installation and configuration Chinese WORD version
    This document mainly talks about the installation and configuration of the eclipse maven plugin plug-in; interested friends can come and take a look.
    2024-02-29 0 887
  • Myeclipse10.6+Flash Builder 4.6 installation configuration Chinese WORD version
    Myeclipse10.6+Flash Builder 4.6 installation configuration Chinese WORD version
    This document mainly talks about the installation and configuration of Myeclipse10.6+Flash Builder 4.6; I hope this document will help friends in need; interested friends can come and take a look
    2024-01-17 0 616
  • Ubuntu operating system installation and configuration manual Chinese PDF version
    Ubuntu operating system installation and configuration manual Chinese PDF version
    This document mainly talks about the installation and configuration of the Ubuntu operating system; I hope it will be helpful to everyone. Interested friends can come and take a look.
    2024-02-27 0 585
  • Detailed tutorial on configuring and installing Android in Eclipse Chinese WORD version
    Detailed tutorial on configuring and installing Android in Eclipse Chinese WORD version
    This document mainly talks about the detailed tutorial on configuring and installing Android in Eclipse; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 675
  • 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
  • Eclipse configuration Tomcat tutorial Chinese WORD version
    Eclipse configuration Tomcat tutorial Chinese WORD version
    This document mainly talks about the Eclipse configuration Tomcat tutorial; Eclipse IDE: eclipse IDE is used as the development environment for JSP pages and Java files. Eclipse is a very simple and easy-to-use IDE environment. It has many features that can help programmers quickly write and debug Java programs. With the addition of the tomcat plug-in, this IDE is used to manage the entire web project (including HTML and JSP pages, icons and servlets).
    2024-02-28 0 840
  • Configuring OpenGL development environment in VC 6 Chinese WORD version
    Configuring OpenGL development environment in VC 6 Chinese WORD version
    This document mainly talks about configuring the OpenGL development environment in VC 6; as one of the current mainstream graphics APIs, OpenGL has superior features than DirectX in some situations. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-02 0 1178
  • Eclipse maven project configuration instructions Chinese WORD version
    Eclipse maven project configuration instructions Chinese WORD version
    This document mainly talks about the eclipse maven project configuration instructions; the purpose of writing this article is to solve a series of problems caused by environmental problems, such as class not found exceptions, old and new JARs, resulting in some methods being unavailable, and hot plugging is supported. Modification, when debugging the program, there is no need to restart tomcat and other problems after modification; interested friends can come and take a look
    2024-02-27 0 1226
  • 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
  • Graphic tutorial on setting up Googleplay on Android phone Chinese WORD version
    Graphic tutorial on setting up Googleplay on Android phone Chinese WORD version
    This document mainly talks about the graphic tutorial on setting up Googleplay on Android phones; I hope it will be helpful to everyone’s learning; interested friends can come and take a look.
    2024-02-01 0 557
  • Android resources and internationalization settings Chinese WORD version
    Android resources and internationalization settings Chinese WORD version
    This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 982
  • 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
  • mybatis entry to proficiency Chinese WORD version
    mybatis entry to proficiency Chinese WORD 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. Interested friends can come and take a look
    2024-01-28 0 1260
  • mybatis syntax and introduction Chinese WORD version
    mybatis syntax and introduction Chinese WORD version
    This document mainly talks about the syntax and introduction of mybatis; MyBatis is a persistence layer framework that can customize SQL, stored procedures and advanced mapping. MyBatis eliminates most of the JDBC code, manual setting of parameters and result set retrieval. MyBatis only uses simple XML and annotations to configure and map basic data types, Map interfaces and POJOs to database records. Compared with "one-stop" ORM solutions such as Hibernate and Apache OJB
    2024-01-31 2 1125
  • Using Spring+CXF to develop WebService Chinese WORD version
    Using Spring+CXF to develop WebService Chinese WORD version
    This document mainly talks about using Spring+CXF to develop WebService; Apache CXF provides a convenient Spring integration method, which can expose and consume Web Services through annotations and Spring tag configuration. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-02 0 754