SSM-based technology company portal

Get the source code at the end Development language: Java Java development tools: JDK1.8 Backend framework: SSM Front-end: developed using JSP technology Database: MySQL5.7 combined with Navicat management tool Server: Tomcat8.5 Development software: IDEA/Eclipse Is it a Maven project: Yes Table of Contents 1. Project Introduction 2. System functions 3. System project screenshots Implementation of […]

Assignment 2: App portal page design and development

1. Function Based on the main page framework of WeChat in Assignment 1, recycleview is used to implement the list on the “Discover” page. After clicking, you can also jump to a new page. 2. Design process 1. Page design The discovery page has many news titles that can be scrolled up and down. The […]

Modify the default MySQL library of cloud package iPortal to POSTGRESQL

Author: John Modify the default MySQL library of cloud package iPortal to POSTGRESQL 1. View iPortal’s configuration persistence directory (iportalOPTs) 2. Modify iportal monitor monitoring 3. Modify iPortal database configuration information 3.1 Modify iPortal database configuration information 3.2 Modify iPortal security database configuration information 3.3 Modify the command executed when the container is started in […]

How is createPortal used in React pop-up component implemented?

I believe everyone has used pop-up components, such as antd’s Modal component: Open devtools and you can see that it is directly hung under the body: This effect is achieved using createPortal: The rendering result is as follows: Pop-up components are all implemented based on this API. So how does this function be implemented in […]

Mobile development design app portal framework

1. Assignment goals 1. Design the portal framework of an app (WeChat) based on the course content, which needs to achieve the switching effect of 3-4 tabs; the technologies required for this function are: activity, xml, fragment; 2. Implement the list effect on any tab page; the implementation of this function requires the use of […]

Mobile Development Technology Assignment 1: App Portal Page Design and Development

1. Assignment goals 1. Please design an app portal framework based on the course content, which needs to achieve 3-4 tab switching effects; the technologies required for this function are: activity, xml, fragment 2. Implement the list effect in any tab page; the implementation of this function requires the use of recycleview; 2. Development background […]

APP portal page design and development

Content introduction: 1. Design the portal framework of an app, which needs to achieve 4 tab switching effects; 2. Realize the list effect on any tab page; 3. Use gitee to describe the project source code; Requirements analysis: UI design: Take the main interface of mobile WeChat as an example: the main interface should be […]

App portal page design and development

Purpose Please design an app portal framework based on the course content, which needs to achieve 3-4 tab switching effects; the technologies required for this function are: activity, xml, fragment Implement the list effect in any tab page; the implementation of this function requires the use of recycleview; Process Implement the UI of each interface […]

APP portal interface design

1. Experimental objectives 1. Please design an app portal framework based on the course content, which needs to achieve 3-4 tab switching effects; the technologies required for this function are: activity, xml, fragment 2. Implement the list effect in any tab page; the implementation of this function requires the use of recycleview; 2. Implementation Ideas […]

APP portal page design and development

1. Goal To design the portal framework of an app, you need to achieve 3-4 tab switching effects; the technologies required for this function are: activity, xml, fragment; and achieve the list effect in any tab page; the implementation of this function requires the use of recycleview. 2.Technical description Create an Android project: Create a […]