[2020-11-20 15:39:11,703] [16792 XNIO-1 task-1(io.undertow.request) : ERROR]io.undertow.servlet.api.LoggingExceptionHandler.handleThrowable(LoggingExc ...
分类:
编程语言 时间:
2020-11-24 12:44:38
阅读次数:
7
攻击: 1、新建文件elfload.pl.head 内容: #!/usr/bin/env perl use warnings; use strict; $|=1; my $name = ""; my $fd = syscall(319, $name, 1); if (-1 == $fd) { die ...
分类:
系统相关 时间:
2020-11-24 12:34:44
阅读次数:
13
问题一:[root@cdeba90ec46e~]#./configure--prefix=/usr/local/nginx--user=www--group=www--with-http_stub_status_modulebash:./configure:Nosuchfileordirectory//解决思路:表示在执行预编译./configure没有找到configure执行文件,改文件不存在
分类:
其他好文 时间:
2020-11-24 12:21:39
阅读次数:
7
ERROR Failed to compile with 4 errors These relative modules were not found: * ../../../public/ueditor/lang/zh-cn/zh-cn.js in ./node_modules/babel-loa ...
分类:
Web程序 时间:
2020-11-23 12:09:09
阅读次数:
11
这个错误是缺少权限的意思 访问这个路径需要指定的角色,代码中是这样的: 主要这里配置的是访问任意路径都需要USER角色 然后数据库角色表中必须是这样的: 带有ROLE_前缀!!! ROLE_USER!!!!!!!! 参考: https://blog.csdn.net/qq_27093097/arti ...
分类:
其他好文 时间:
2020-11-23 12:07:52
阅读次数:
7
问题: udp发送数据时候报错sendto error : Permission denied 改正方法: 在创建了套接字后,加上下列代码: int on=1; setsockopt(sock,SOL_SOCKET,SO_REUSEADDR | SO_BROADCAST,&on,sizeof(on) ...
分类:
其他好文 时间:
2020-11-23 12:00:57
阅读次数:
5
###定义方式 ######内嵌脚本 像style标签一样,在Html文档中使用script标签嵌入js代码: <script> alert('test'); </script> ######外部引用 通过src属性引入外部js文件: <script src="test.js"> </script> ...
分类:
Web程序 时间:
2020-11-21 12:48:28
阅读次数:
42
container和image是两种不同的概念,image即指存在的镜像,container指docker运行起来后image的实例。 当使用docker kill 把某个正在运行的实例kill掉之后,再次运行,会提示: Error response from daemon: Conflict. T ...
分类:
数据库 时间:
2020-11-21 12:09:25
阅读次数:
10
# -*- coding: utf-8 -*- import SimpleITK as sitk import matplotlib.pyplot as plt import time import os import sys import re import csv import numpy as ...
分类:
其他好文 时间:
2020-11-21 11:45:47
阅读次数:
4
yarn start yarn run v1.22.10$ cross-env APP_TYPE=site umi dev'cross-env' 不是内部或外部命令,也不是可运行的程序或批处理文件。error Command failed with exit code 1. 启动不成功,证明这个项目 ...
分类:
其他好文 时间:
2020-11-20 11:57:12
阅读次数:
5