当前位置:网站首页>Summary of recent bugs
Summary of recent bugs
2022-07-28 22:39:00 【Integral mean value theorem】
There are not many codes in these two weeks , Because new demands have been overturned .
Record the production bug
1. The famous nullPointException.
performance : The abnormal
How to locate : For example, the exception prompt occurs in 30 That's ok , But the actual exception is in the 29 Line generated . So the newspaper 30 That's ok , It represents the end of the program 29 That's ok + Will execute the 30 I encountered a problem when I was ok .
reason : Demand side ( This is an external demand ) Added a city , No sync to us . Leading to the front-end transmission to the city id It's time , We didn't find this in the Library id Corresponding information .
How to solve : Synchronize to the demand side , Equal feedback .
2. Server startup module , Start exception
performance : After script automation deployment , Prompt that the process is running , but ps -ef|grep Keyword without this process .
location : Rerun the script , meanwhile tail -f Start log printing . If startup fails , There will be hints. .
reason : Many people develop a branch , The deployment environment is test. The configuration file written by a member should be reasonable dev, Yes test, Yes prod, But he only wrote dev. Lead to @Value stay test In the deployment environment , Can't load test The value of the configuration file .
How to solve : Two ways . Or deploy the environment test, increase test The configuration file . Or deploy dev Environmental Science , No need to add configuration files .
边栏推荐
- Sword finger offer II 063. replacement word (medium prefix tree string)
- 20-09-27项目迁移到阿里折腾记录(网卡顺序导致服务无法通过haproxy连接到db)
- Qt+ffmpeg environment construction
- Solve the problem that TS node xxx.ts executes TS code and reports errors
- What is time complexity
- PC side web page special effects (offset series, obtain the coordinates of the mouse in the box, pop-up drag effect, magnifying glass effect)
- Imx6q GPIO multiplexing
- Jianzhi offer II 062. implement prefix tree (medium design dictionary tree prefix tree string)
- STM32 board level support package for keys
- Closure, prototype and original link
猜你喜欢

Install PCL and VTK under the background of ROS installation, and solve VTK and PCL_ ROS conflict problem

Qt+FFmpeg环境搭建

Which is the file transfer command in the basic services of the Internet

How about the actual use effect of common source oscilloscope

winform跳转第二个窗体案例

Att & CK Threat Intelligence

STM32 board level support package for keys
![[LiteratureReview]Object Detection and Mapping with Bounding Box Constraints](/img/37/7cb5fa3a9078a5f5947485147c819d.png)
[LiteratureReview]Object Detection and Mapping with Bounding Box Constraints

What is time complexity
![[connect your mobile phone wirelessly] - debug your mobile device wirelessly via LAN](/img/7f/c49fd8c2cbe21585a080852833dcb4.png)
[connect your mobile phone wirelessly] - debug your mobile device wirelessly via LAN
随机推荐
Qt+FFmpeg环境搭建
使用PCL批量将点云.bin文件转.pcd
ES6 concept
internet的基本服务中文件传输命令是哪个
STM32 board level support package for keys
LeetCode刷题系列之-多数之和类型
[connect set-top box] - use ADB command line to connect ec6108v9 Huawei Yuehe box wirelessly
Why doesn't the icon on the elment plus icon input display
What are the main functions and uses of LCR tester
软考网络工程师
STM32 - systick timer (cubemx configures systick)
STM32CUBEIDE(10)----ADC在DMA模式下扫描多个通道
elment-plus图标input上面带的图标为什么不显示
SQL injection less34 (post wide byte injection + Boolean blind injection)
Sword finger offer II 056. Sum of two nodes in a binary search tree (simple binary search tree DFS hash table double pointer iterator)
微信小程序使用canvas绘图,圆形头像,网络背景图,文字,虚线,直线
Use REM to make the font size adaptive to the screen
(翻译)图技术简明历史
MySQL installation and configuration (super detailed, simple and practical)
Can the MySQL create statement be used to create a table structure and append new records