Loading
top
primary
Vue3+Vite4.3+Element Plus+TypeScript build enterprise level background management system from 0 to 1 (front and back open source)

Vue3 element admin is a background management front-end solution based on the upgraded Vue3+Element Plus version of vue element admin. The technology stack is Vue3+Vite4+TypeScript+Element Plus+Pinia+Vue Router ..

top
primary
Spring 6 source code compilation and efficient source code reading skills sharing

I Preface The Spring Boot 3 RELEASE version will be officially released on November 24, 2022. It is believed that many students have begun to prepare for the study of the new version, but it is not recommended to upgrade it in the actual project at present. After all, there are still many frameworks and middleware that have not been adapted. ...

top
primary
Building instructions from 0 to 1 for Vue3+TS+Element Plus version upgraded based on vue element admin, another excellent work of open source organizations

Project introduction vue3-element-admin is a background management front-end solution based on the upgraded Vue3+Element Plus version of vue element admin. It is another open source masterpiece of the technical team following the Youlai mall open source full stack mall project. Project use ..

primary
Youlai Lab | Part I: Deployment of Seata1.5.2 and Order Payment Business in Open Source Mall

Online experience: Seata Lab 1 Foreword I believe that you have seen the laboratories of Youlai Mall in the project, but they should still be at an unfamiliar stage. After all, before that, most laboratories existed in a conceptual form, so I would like to take this opportunity to make progress ..

Spring Cloud Practice | Part I: Windows builds Nacos services

Foreword Why did you give up eureka and choose nacos? The local development environment needs to set up a nacos server. It is a simple thing, but it is biased by some articles (lacking key and necessary steps), so I wrote this article after the success of the personal test. Set up the nacos server 1

Time range query of Mybatis and Mybatis Plus, valid through personal testing

I MySQL 1. mapper.xml <if test="queryParams.beginTime!=null and queryParams.beginTime.trim() neq ''"> and date_format(create_time,'%Y-%m-%d %H:%i:%s') >= date_format(#{qu...

Spring Cloud Practice | The seventh chapter: The scheme to disable JWT through logout under the Spring Cloud Gateway+Spring Security OAuth2 integrated unified authentication authorization platform

I Foreword In the last article, which introduced the youlai mall project, the unified authentication and authorization platform under microservices was built by integrating Spring Cloud Gateway, Spring Security OAuth2, JWT and other technologies. At the end of the article, I leave a question worth thinking about ..

primary
Docker installs MySQL 8

1. The environment is ready to create the mount data directory and configuration file mkdir - p/mnt/mysql/data/etc/mysql/conf touch /etc/mysql/conf/my.cnf 2. Pull the image docker pull mysql 3. Start the container docker run -- restart=alw

2022/12/05 12:34
sixty-four
primary
[ASP.NET] DataTable is exported to Excel, and a pop-up window prompts to download and save (complete code)

//New ASPX protected void Page_Load(object sender, EventArgs e) { DataTable dt = new DataTable(); DataColumn dc1 = new DataColumn("name",...

2022/12/05 12:34
eighty-eight
primary
Spring Cloud Practice | Part II: Spring Cloud integrates Nacos to realize the registry

The foreword stops updating with eureka. If you want to implement both the registry and the configuration center, you need two components, SpringCloud Eureka and SpringCloud Config; Spring Cloud Bus message bus is required to send message notification (Kafka, RabbitM

primary
Docker Practice | Chapter 4: Docker installs Nginx to realize online deployment of projects built on the vue element admin framework

I In the preface, the portal realizes the one click deployment of microservices through the IDEA integrated Docker plug-in in the previous article, but youlai mall is a project that separates the front end from the back end. In addition to the deployment of back-end microservices, of course, the front-end project is also necessary. So this article tells how to communicate ..

Docker Practice | Chapter 5: Docker Enables TLS Encryption to Solve the Security Vulnerability Caused by Port 2375, and Lessons Learned from the Blackout of Three Virtual Machines

I Surprise at the end of the preface!! I hope it will be helpful to you~In the previous article, IDEA integrated Docker plug-in realized one click automatic packaging and deployment of microservice project, in which the server 2375 port listening was opened, but this practice caused a security problem, which was reviewed in the previous article ..

primary
Docker actual combat | Part II: Docker deployment nacos server: 1.4.0

1. Pull the nacos server image and enter the Docker Hub. View the latest version of the nacos server as nacos server: 1.4.0 Configure Alibaba Cloud image acceleration sudo mkdir - p/etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { ...

Spring Cloud Practice | Chapter 11: RBAC permission design scheme for RESTful interface under Spring Cloud Gateway unified authentication, with Vue button permission control attached

I Foreword [Youlai] The version of the open source full stack project is updated. Some of the contents of this article are different from the project source code. It is suggested to move to [Spring Cloud&Alibaba Practice | Summary] Spring Cloud Gateway+Spring Security OAuth2+JWT Implementation Micro ..

primary
Docker Practice | Chapter 3: IDEA Integration Docker Plug in to Realize One click Automatic Packaging and Deployment of Micro service Project

I Preface When you play with microservice projects, you often have more than a dozen services, and each modification and deployment is tedious and will waste more and more time. Therefore, this article is organized to implement one click deployment of microservices through one-time configuration, which is really called once and for all. II With ..

Spring Cloud Practice | Chapter 4: Spring Cloud Integration Gateway Implementation API Gateway

I Preface The practical series of microservices is based on the background of the open source microservice project to upgrade the Youlai mall version in the mall. This chapter is about the API gateway replacing Zuul. If you are interested, you can go in and give it to a star. Thank you very much. II What is? ..

Github configures SSH to avoid repeated user name and password input for remote submission

I Foreword Logon failed, use ctrl+c to cancel basic credential prompt Whether the above error will be encountered when submitting. Each time you submit to Github remotely, you need to re-enter the user name and password because you use the HTTPS submission method. This document is explained ..

2022/12/05 12:33
seventy-one
primary
When github meets Halloween, the magic egg appears!

In the past, every Halloween github would change its color scheme. Today, it was discovered that so recorded the extraordinary egg of github in 2020, hoping that everything would gradually improve.

2022/12/05 12:33
seventy-six
primary
Spring Security OAuth2 microservice authentication center custom authorization mode extension and application practice under common login authentication scenarios

Back end of source code address of this article: https://gitee.com/youlaitech/youlai-mall/tree/v2.0.1 front end: https://gitee.com/youlaiorg/mall-admin/tree/v2.0.1 Mobile end: https://gitee.com/youlaiorg/mall-app I ...

primary
[JavaScript] Class inheritance (object impersonation) and prototype inheritance - in-depth understanding of prototype and prototype chain

There are many types and implementation methods of inheritance in JavaScript in many books. Generally, there are two types: class inheritance (object impersonation) and prototype inheritance. Class inheritance (object impersonation): a method that defines its own properties inside a function. When subclasses inherit, call or apply

No more

Loading failed, please refresh the page

 Back to top
Top