检查日志的时候发现 mariadb 报了好多错,最近一段时间 一直有崩溃的;并且正好赶上要修改数据库看表字段,较多表要修改。 虽然修改表理论上是不会蹦了书库的,单最后结果是崩溃频率增加,当天下午到晚上就起不来数据库库了,我也要崩了!!!∑(?Д?ノ)ノ 1. 解决启动崩溃 然后 根据错误查找解决办法 ...
分类:
数据库 时间:
2021-07-14 18:42:01
阅读次数:
0
一、简介 基于matlab GUI小波、中值、维纳及频域上的滤波 二、源代码 function varargout = dsp1_2(varargin) % DSP1_2 MATLAB code for dsp1_2.fig % DSP1_2, by itself, creates a new DS ...
分类:
其他好文 时间:
2021-06-28 20:33:26
阅读次数:
0
一、简介 1 设计要求及条件 2 设计分析 二、源代码 function varargout = simulation_GUI(varargin) % SIMULATION_GUI M-file for simulation_GUI.fig % SIMULATION_GUI, by itself, ...
分类:
其他好文 时间:
2021-06-21 20:59:08
阅读次数:
0
http://log4jdbc.brunorozendo.com Log4jdbc-log4j2 JDBC proxy driver for logging SQL and other interesting information. Home Downloads How to use This p ...
分类:
数据库 时间:
2021-04-08 13:11:48
阅读次数:
0
一、环境 靶机:centos7虚拟机 ip:192.168.8.11 物理机:windows10 burp suite 二、原理 SSRF原理: 是指Web服务提供从用户指定的URL读取数据并展示功能又未对用户输入的URL进行过滤,导致攻击者可借助服务端实现访问其本无权访问的URL。 攻击者无权访问 ...
分类:
Web程序 时间:
2020-11-16 14:06:05
阅读次数:
22
3.2 settings.py 外加跨域 """ Django settings for django01 project. Generated by 'django-admin startproject' using Django 2.2. For more information on this ...
分类:
其他好文 时间:
2020-11-01 21:33:22
阅读次数:
23
问题原因:缺少cookie导致解决方法1:在Headers中添加cookie参数,value值从浏览器的请求接口中复制解决方法2(推荐):选择Network找到对应的请求,右键选择Copy-CopyascURL(bash)然后在Postman中选择Import-PasteRawText,将复制的cURLbash命令黏贴进去,导入即可。这样测试带登陆态的接口就方便多了。可以随意复制,修改URL及bo
分类:
其他好文 时间:
2020-10-10 17:29:05
阅读次数:
20
Recently I was struggled with a customer incident and finally I realized that I didn’t understand the Edm.DateTime quite clearly. So I spend some time ...
分类:
其他好文 时间:
2020-09-17 17:05:10
阅读次数:
27
在Admintool中配置时,测试连接是通的,但在directorweb页面显示是不通的状态,如下图:在MOS上查到,CannotGetDirectorToRecognizeGoldenGateInstances--EOFfromGGSCI-unexpectedendofstream.Closingconnection(DocID1568098.1)APPLIESTO:ManagementPack
分类:
Web程序 时间:
2020-07-19 11:29:07
阅读次数:
86
To perform a cold boot (also called a "hard boot") means to start up a computer that is turned off. It is often used in contrast to a warm boot, which... ...
分类:
其他好文 时间:
2020-07-18 00:38:36
阅读次数:
268