码迷,mamicode.com
首页 >  
搜索关键字:file not found    ( 56770个结果
1038 Recover the Smallest Number (30 分)
Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given { 32, 321, 3214, 0229, 87 }, we c ...
分类:其他好文   时间:2021-03-06 14:47:20    阅读次数:0
五十三:代码审计-TP5框架及无框架变量覆盖及代码审计
漏洞关键字 SQL注入: select insert update mysql_query mysqli等 文件上传: $_FILES,type="file",上传,move_upload_file()等 XSS跨站: print print_r echo sprintf die var_dump ...
分类:其他好文   时间:2021-03-06 14:12:18    阅读次数:0
【大爆炸】读取配置文件 yaml
# -*- coding: utf-8 -*- """ File Name: conf.py Description : 读取当前文件上级目录conf 内hcs_conf.yaml的内容,返回yaml 对象 Author : jiaoyaxiong date: 2019/7/22 Change Ac ...
分类:其他好文   时间:2021-03-05 13:08:41    阅读次数:0
MYSQL8 多实例安装
##多实例出现 充分的利用主机资源 拆分数据库,限制单个实例大小 资源隔离,减小相互影响 分担连接数 ##mysql配置文件读取 读取配置文件顺序: /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf --defau ...
分类:数据库   时间:2021-03-05 12:56:30    阅读次数:0
File upload XSS
File upload XSS Description This script is possibly vulnerable to XSS (Cross-site scripting). The web application allows file upload and Acunetix was ...
分类:其他好文   时间:2021-03-04 13:34:27    阅读次数:0
爬虫 | php封装 | file_get_contents
今天无聊,用php封装了一套比较简单的http请求类 细节方面可以再优化 class Creeper { public $url; public $header; public $text; public $responseHeader; public function __construct($u ...
分类:Web程序   时间:2021-03-04 13:21:20    阅读次数:0
修复缺少 Kernel-Headers on CentOS 7,导致 gcc glibc-headers安装失败
问题: --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Error: Package: glibc-hea ...
分类:其他好文   时间:2021-03-04 13:18:15    阅读次数:0
预处理算法_2_类型转换
# <editable> def execute(conn, inputs, params, outputs, reportFileName): # <editable> ''' 载入模块 ''' import sqlalchemy import db_utils ''' 选择目标数据 ''' da ...
分类:编程语言   时间:2021-03-04 13:15:00    阅读次数:0
Java 获取指定目录下的所有文件名打印输出
import java.io.File; import java.io.IOException; /* 获取指定文件夹下所有文件名并打印输出, */ public class FileDemo01 { public static void main(String[] args) throws IOE ...
分类:编程语言   时间:2021-03-04 13:11:12    阅读次数:0
IDEA中Tomcat启动控制台乱码问题
IDEA中Tomcat乱码问题 1、file-setting中修改字符集 2、修改IDEA安装目录bin下的文件,添加-Dfile.encoding=UTF-8 3、Help-- Edit custom vm options 添加-Dfile.encoding=UTF-8 4、重启IDEA 本人经过 ...
分类:其他好文   时间:2021-03-04 12:57:56    阅读次数:0
56770条   上一页 1 ... 48 49 50 51 52 ... 5677 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!