瀑布流的多种实践
瀑布流的多种实践
2024-07-25 17:04:03包子510
【ThinkPHP5】【tp5】通过Ajax实现分页的局部刷新
核心代码服务端,Index控制器中:public function showflower(/*Request ...
2024-04-04 10:43:26包子282
thinkphp6: 使用middleware限制ip黑名单(thinkphp 6.0.9/php 8.0.14)
一,创建一个middlewareliuhongdi@lhdpc:/data/php/admapi$ php think&...
2024-04-04 10:42:01包子407
thinkphp html标签转义/反转义
1.htmlentities()函数:说明:将html标签转换成特殊字符。例如将<script>转换成"<scr...
2024-03-22 18:34:01包子438
rm -f [1] 4225 linux无法删除图片/文件
查看文件列表[root@centos7 opt]# ls 7e2a.jpg few.jpg mydocker s...
2024-03-05 09:59:10包子148
file_get_contents() 访问https链接报错解决方案
原因: 服务器上未能正确配置好...
2024-02-23 15:42:21包子233
PHP查询百度收录API接口源码,对很多站长们很实用,随时查询自己网站域名到底被百度清清楚楚的收录个多少页面统计出来。
<?php header("Access-Control-Allow-Origin:*"); header(&...
2024-02-23 15:40:33包子151
php调用太平洋网络IP地址查询Web接口通过ip地址换具体的地理位置名称
代码: $back_json=file_get_contents("http://whois.pconline.com....
2023-05-05 18:01:40包子283
linux使用iptables屏蔽ip地址
常用的iptables命令: -t<表>:指定要操纵的表; &...
2023-02-25 14:43:22包子165
远程服务器可以ping通,但ssh连接不上的问题解决
远程服务器可以ping通,但ssh连接不上的问题解决
2022-12-02 18:07:44包子295