幸福雪糕

文章
5
资源
0
加入时间
2年10月17天

php include_once 路径,php使用include加密路径的方法介绍

本文介绍的这种方法,只能隐藏后台脚本的路径,前端的脚本路径仍然可以在源文件中看得到(baseref)。在地址栏上看到的地址都是形如index.php?xxxxxxxx这样的,是否有种似曾相识燕归来的感觉哦。1、中转程序include.inc复制代码 代码如下:include_once 'include/Base.php';$path = '';$url = isBase::decrypt(urlD...

Go语言开发环境安装(Windows系统)

go安装包下载地址:https://studygolang.com/dl (官方的比较慢,我用go语言中文网的)1.下载安装go编译器安装位置自行选择,尽量不要有中文路径,引起不必要的奇葩问题。2.配置环境变量环境变量需要配置以下3个GOROOT 是go编译器的安装位置 我安装到了E:\Go下,所以环境变量就填E:\GoGOPATH 是go的工作空间 位置可以自己选择PA...

ZOJ--1649--Rescue

题目描述:Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M <= 200) matrix. There are WALLs, ROADs, and GUARDs in the prison.Angel’s friends wa...