Souleigh ✨ Souleigh ✨
4年前
PHP程序员必须会的 45 个PHP 面试题(第二部分)
Q20:require\_once和require在什么场景下使用?Topic:PHPDifficulty:⭐⭐⭐require\_once()作用与require()的作用是一样的,都是引用或包含外部的一个php文件,require\_once()引入文件时会检查文件是否已包含,如果已包含,不再包含(requir
Wesley13 Wesley13
3年前
ThinkPHP 5.0.x 反序列化漏洞 PoC
因为写入的文件名包含特殊符号,所以该漏洞只能在Linux中写入webshell,不能在Windows系统写入。这个漏洞的重点在于体会ThinkPHP的反序列化利用链。演示环境:Kali、ThinkPHP/5.0.24演示代码:application/index/controller/Index.php<?p
Stella981 Stella981
3年前
NetBeans Weekly News 刊号 # 27
刊号27Sep24,2008日程表注册NetBeansDay圣保罗,巴西(十月一日)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.netbeans.info%2Fnewsletter%2Fstory.php%3Fid%3D2683)
Stella981 Stella981
3年前
PHPConChina 2019 PHP开发者大会将于8月在上海举办!
​​​​​​​PHPConChina2019PHP开发者大会即将召开!大会时间:8月10日8月11日大会地点:上海主办单位:Think技术社区票务合作伙伴:活动家!(https://oscimg.oschina.net/oscnet/cff6076b00763612a1baf3365
Wesley13 Wesley13
3年前
PHP关联三个表进行查询
$sql"selectoepre_user.username,oepre_weibo.content,oepre_user_photo.uploadfilesfromoepre_useroepre_userleftjoinoepre_weibooepre_weiboonoepre_weibo.useridoepre_use
Wesley13 Wesley13
3年前
ThinkPHP视频学习教程,thinkcmf基础入门
主要介绍thinkcmf,基于thinkphp开发应用,学习本课程前推荐阅读的材料和需要掌握的基础知识。了解thinkphp应用开发,thinkcmf安装方法,以及thinkcmf系统代码架构!http://www.lerhe.cn/index.php?g&marticle&aindex&id11(https://www.oschina.n
Wesley13 Wesley13
3年前
Ubuntu 下 Apache、php、mysql默认安装路径
apache:如果采用RPM包安装,安装路径应在/etc/httpd目录下apache配置文件:/etc/httpd/conf/httpd.confApache模块路径:/usr/sbin/apachectlweb目录:/var/www/html如果采用源代码安装,一般默认安装在/usr/local/apache2目录下
Stella981 Stella981
3年前
HDU1005 Number Sequence
HDU1005NumberSequence(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Facm.hdu.edu.cn%2Fshowproblem.php%3Fpid%3D1005)对于公式f\n\A\f\n1\B\f\n2\,因为对于f\n1\
Wesley13 Wesley13
3年前
Ubuntu18.04.1
Ubuntu18.04.1LTS64配置php、nginx、redis重要的说在前面:1.以下安装均在系统根目录进行,即:ubuntu@VM08ubuntu:/$这里执行命令;2.以下配置文件修改最好先把原始文件备份1.安装nginx,输入命令:sudoapt
Wesley13 Wesley13
3年前
PHP轮子之图片局部马赛克
<?phpclassMosaic{publicfunctionrun(){$filename'./image.jpg';//要被打马赛克的图片路径$saveFileName'./image_mosaic.jpg';//打上马赛克后的保存