码迷,mamicode.com
首页 >  
搜索关键字:find file    ( 74561个结果
LeetCode1394-找出数组中的幸运数
非商业,LeetCode链接附上: https://leetcode-cn.com/problems/find-lucky-integer-in-an-array/ 进入正题。 题目: 在整数数组中,如果一个整数的出现频次和它的数值大小相等,我们就称这个整数为「幸运数」。 给你一个整数数组 arr, ...
分类:编程语言   时间:2020-11-26 15:13:13    阅读次数:5
unity错误android minimum api level must be set to 23 or higher for the oculus xr plugin
Unity 版本: 2019.4.15f1 解决方法: File > Build Settings > Player Settings > Player > Minimum API Level 将其设为23 ...
分类:移动开发   时间:2020-11-26 14:48:40    阅读次数:13
ansible自动化安装及部署httpd
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:Web程序   时间:2020-11-26 14:48:24    阅读次数:9
nginx配置文件详解
参考帮助文档! 1)全局配置 1、user Syntax: user user [group]; Default: user nobody nobody; Context: main 指定worker进程的运行身份,如组不指定,默认和用户名同名; 2、pid /PATH/TO/PID_FILE 指定 ...
分类:其他好文   时间:2020-11-26 14:47:35    阅读次数:8
运行程序时报go: cannot find main module, but found .git/config in
编写单元测试,运行时报下面的错误 haima@haima-PC:/media/haima/34E401CC64DD0E28/site/go/src/haimait/learn/base/cheshi01$ go test go: cannot find main module, but found ...
分类:其他好文   时间:2020-11-26 14:24:36    阅读次数:5
[HCTF 2018]WarmUp
<?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { // 白名单 $whitelist = ["source"=>"source.php","hint"=>"hint.php" ...
分类:其他好文   时间:2020-11-26 14:17:54    阅读次数:3
UNCTF2020-WEB:ezphp(array反序列化)
源码: <?php show_source(__FILE__); $username = "admin"; $password = "password"; include("flag.php"); $data = isset($_POST['data'])? $_POST['data']: "" ; ...
分类:Web程序   时间:2020-11-25 13:04:51    阅读次数:25
从 3.1 到 5.0 —— OpenReservation 更新记
OpenReservation 从 asp.net core 3.1 升级到 5.0 ...
分类:其他好文   时间:2020-11-25 12:56:39    阅读次数:3
https 解密
概述在复杂的网络环境中,需要通过抓包来排查网络问题,但是有时候https的包是tls加密,无法看到真实它在做什么,需要对其进行解密。工具tcpdumpwiresharkhttps请求工具浏览器curl设置解密变量exportSSLKEYLOGFILE=~/Downloads/ssl.key测试发送https请求curlhttps://baidu.com<html><head>
分类:Web程序   时间:2020-11-25 12:50:13    阅读次数:14
Java的HttpRequest请求工具类
package com.xieh; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io. ...
分类:编程语言   时间:2020-11-25 12:49:28    阅读次数:10
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!