Loading
top
primary
Programmer's diary

IT technology sharing, Internet complaints, programmer information platform.

2016/01/11 16:25
1.8K
primary
No tests found for given includes

2022/04/15 15:15
five hundred and seventy
primary
Conversion between byte array and object

Byte array to object: ByteArrayInputStream inputStream=new ByteArrayInputStream (object byte array); ObjectInputStream oInputStream=new ObjectInputStream(inputStream); Object obj=oInputS...

2022/02/28 15:02
2.6K
primary
Two large pits used by nacos

Pit 1. The registration center and integrated spring cloud gateway can't route normally. The route configuration is invalid. Reason: Nacos discovery does not include load balancing dependency solutions: Add the following dependencies spring cloud starter loader Pit 2. Configuring

How to delete all git submission history

Deleting the. git folder first may cause problems in the git repository; If you want to delete all the submission history records, but keep the code in the current state, you can safely perform this operation in the following way: Try running git checkout -- alpha latest_b

primary
Spring Boot  Process finished with exit code 0

Spring Boot Process finished with exit code 0! Masking? The simplest way is to try and hit. Exceptions are output smoothly. try { ... SpringApplication.run(MybatisPlusServiceApplic...

2020/08/15 18:05
2.6K
primary
Postgresql primary key ID setting increases automatically

CREATE SEQUENCE standard_detail_id_seq START 1; The primary key ID is set to nextval ('standard_detail_id_seq ':: regclass) by default

2020/08/11 13:52
2.7K
primary
Layui table where cache solution

Table.js adds a.where={} in var d=t.extend (r, a.where); The code is as follows: var d=t.extend (r, a.where); a.where={}

primary
Layui table.js cross domain

Add the following red code dataType: "json", xhrFields: {withCredentials: true}, crossDomain: true, headers: a. headers | | {}

2020/08/07 00:36
5.7K
primary
Spring Gateway Cross domain Request Header Reprocessing Filter

@Component public class CorsResponseHeaderFilter implements GlobalFilter, Ordered {@ Override public int getOrder() {//Specify to remove duplicates after NettyWriteResponseFilter processes the response body

2020/06/04 11:14
4.5K
primary
Visual Studio Setup Disk D

Requirements: By default, Visual Studio installs the C disk. Considering that the allocated space of the C disk is insufficient, we hope that the installation location is not solved by the D disk: Start the Visual Studio Installer installation package, download the installation files, exit the program, delete the C disk, and create the following related directory contents

primary
Windows Server 2019 official original 64 bit system

Windows Server 2019 Simplified Chinese 64 bit (Xunlei download): ed2k://| file | cn_windows_server_2019_x64_dvd_4de40f33. iso | 5086887936 | 7DCDDD6B0C60A0D019B6A93D8F2B6D31 |/Activate (cmd input slmgr. vbs

primary
rust ssl

#! [allow(unused_variables)] extern crate actix; extern crate actix_web; extern crate openssl; use actix_web::*; use openssl::ssl::{SslAcceptor, SslFiletype, SslMethod}; use acti...

2019/12/09 11:32
1.1K
primary
actuator down

As long as one service introduced by Spring Boot is not activated, it will be considered unhealthy. For example, the introduction of redis starter does not configure related connections

2019/03/22 16:32
five hundred and nine

No more

Loading failed, please refresh the page

 Back to top
Top