会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
飞鹰之歌
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2023年2月17日
mysql 全文索引fulltext及解析器
摘要: 字段设置fulltext索引,中文内容解析器设置为ngram
阅读全文
posted @ 2023-02-17 11:46 飞鹰之歌
阅读(108)
评论(0)
推荐(0)
2022年9月27日
redis 连续签到功能
摘要: redis实现方案使用bitmap来实现,bitmap是redis 2.2版本开始支持的功能,一般用于标识状态, 另外 ,用bitmap进行当天有多少人签到非常的方便,使用bitcount $count = 0;$count = Redis::BITCOUNT($key);设置两个bitmap ,
阅读全文
posted @ 2022-09-27 17:00 飞鹰之歌
阅读(242)
评论(0)
推荐(0)
2022年1月24日
ELK+filebeat+redis 日志分析平台
摘要: 参考:https://www.cnblogs.com/Su-per-man/p/10775109.html
阅读全文
posted @ 2022-01-24 11:26 飞鹰之歌
阅读(27)
评论(0)
推荐(0)
2021年7月28日
swagger接口文档生成扩展
摘要: https://www.kancloud.cn/chengguang/swagger-php/1172136
阅读全文
posted @ 2021-07-28 22:05 飞鹰之歌
阅读(49)
评论(0)
推荐(0)
laykefu 在线客服php代码
摘要: laykefu thinkphp5+Gatewayworker搭建的web客服系统 体验地址:https://www.laykefu.com 客服地址:https://www.laykefu.com/service 账户密码: 客服小美 123456 后台管理地址:https://www.layke
阅读全文
posted @ 2021-07-28 22:01 飞鹰之歌
阅读(443)
评论(0)
推荐(0)
2021年7月17日
常用使用工具
摘要: redis操作:RedisDesktopManager
阅读全文
posted @ 2021-07-17 10:17 飞鹰之歌
阅读(29)
评论(0)
推荐(0)
2021年6月15日
指定ip访问网址
摘要: function get($url,$rerror = 0,$ip = ''){ $ch = curl_init(); if(stripos($url,"https://")!==FALSE){ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); cur
阅读全文
posted @ 2021-06-15 17:58 飞鹰之歌
阅读(280)
评论(0)
推荐(0)
2021年4月8日
浏览器跨域cookie问题
摘要: 浏览器中输入 chrome://flags/
阅读全文
posted @ 2021-04-08 18:02 飞鹰之歌
阅读(66)
评论(0)
推荐(0)
2021年2月27日
查看php-fpm 或者nginx运行的用户
摘要: #nginxps aux | grep -v root | grep nginx | cut -d\ -f1 | sort | uniq#php-fpmps aux | grep -v root | grep php-fpm | cut -d\ -f1 | sort | uniq原文链接:https
阅读全文
posted @ 2021-02-27 16:38 飞鹰之歌
阅读(363)
评论(0)
推荐(0)
2019年12月27日
nginx、Apache重写规则
摘要: apache ErrorDocument 404 /404.phpRewriteEngine OnRewriteBase /RewriteCond %{http_host} ^qa8.chinajm.cn [NC]RewriteRule ^(.*)$ http://www.qa8.chinajm.c
阅读全文
posted @ 2019-12-27 10:14 飞鹰之歌
阅读(339)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告