php基础
【CTF】文件上传(知识点+例题)(1)
<h2>【CTF】文件上传(知识点+例题)(1)</h2>
<div class="toc">
<h4>文章目录</h4>
<ul><li>【CTF】文件上传(知识点+例题)(1)</li><li><ul><li>文件上传</li><li>一、前端校验</li><li>二、利用.htaccess和.user.ini上传</li><li>三、过滤关键字之php</li><li>四、过滤一系列符号</li><li><ul><
软件工程毕业设计课题(82)微信小程序毕业设计PHP共享停车位小程序系统设计与实现
<blockquote>
<h2> 项目背景和意义</h2>
</blockquote>
<p><strong>目的</strong>:首先,在社会上“停车难”是一个众所周知的问题,每个小区,每个大厦都有自己的停车场,但是在没有进入停车场之前,我们没办法知道是否有空车位,空车位在哪个地方。为了解决这个问题我们打算做一个停车场车位预约小程序,
Docker部署php运行环境(php-fpm+nginx)
<h4>前言</h4>
<p>如果使用docker去部署一套php的运行环境,我们需要构建出nginx、php-fpm两个容器,nginx通过fast_cgi协议去转发php-fpm中的端口,从而实现web server的搭建,接下来以php的laravel框架为演示例子。</p>
<h4>部署php-fpm</h4>
<h6>第一步 编写php-fpm镜像的Dockerfile:</
PHP反序列化漏洞(最全面最详细有例题)
<div class="toc">
<h4>文章目录</h4>
<ul><li>PHP反序列化漏洞</li><li><ul><li>一.类与对象</li><li>二.反序列化基础知识</li><li>三.魔术方法的构造和折构</li><li><ul><li><ul><li>__construct()</li><li>__destruct()</li><li>__sleep()</li><li>__wakeup()</li></ul>
</li><li>错误调用魔术方法:
【PHP】echo 输出数组报Array to string conversion解决办法
<p>代码:</p>
<pre class="language-php"><code><span class="token delimiter important"><?PHP</span>
<span class="token keyword">echo</span> <span class="token string double-quoted-string">"Hello World!"</span><span class="token punctuation"
外贸独立站必备神器AB斗篷
<p style="margin-left:.0001pt;text-align:justify;">做独立站仿品的都知道,如果需要在FB、Google等平台上打广告,必须先上正品才能通过审核,而且就算通过了审核,后期平台也会不定期地去检查。所以当平台的审核爬虫来,商家必须先跳到正品网页规避审核,当买家过来时,商家就要展示仿牌网页。今天我就给大家好好介绍一下做外贸独立
meta标签name=“referrer“属性的写法和用法
<div class="kdocs-document">
<p style="text-align:null;">HTML<meta>标签name="referrer"属性主要用于控制网页发送给服务器的referrer信息,可以告诉服务器端用户是从哪个页面来到当前网页的。</p>
<h4 style="text-align:left;">什么是referrer?</h4>
<p style
docker + php 如何安装pdo_mysql?
<div class="kdocs-document">
<ol start="1"><li style="margin-left:1.4em;list-style-type:decimal;text-indent:0;"><p>进入PHP容器,我的容器名叫php7.4,大家也可以根据自己设置的php容器名修改</p></li></ol>
<pre class="kdocs-bash"><code class="language
