会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
飞鹰之歌
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2025年8月27日
手机号查标记
摘要: 泰迪熊 :http://www.teddymobile.cn/numberComplain 360:http://haomashensu.360.cn/?personal
阅读全文
posted @ 2025-08-27 14:15 飞鹰之歌
阅读(17)
评论(0)
推荐(0)
2024年9月20日
swolle docker 镜像安装
摘要: 拉取镜像docker pull phpswoole/swoole:latest 测试镜像环境:docker run --rm phpswoole/swoole:latest "php -m"docker run --rm phpswoole/swoole:latest "php --ri swool
阅读全文
posted @ 2024-09-20 14:17 飞鹰之歌
阅读(48)
评论(0)
推荐(0)
2023年7月29日
linux 设置目录账号默认权限
摘要: 设置目录默认权限 setfacl -m d:u:st:rx /project/ [root@localhost ~]# getfacle 文件名#查看ACL权限[root@localhost ~]# setfacl 选项 文件名#设定ACL权限 选项: -m:设定 ACL 权限。如果是给予用户 AC
阅读全文
posted @ 2023-07-29 17:40 飞鹰之歌
阅读(101)
评论(0)
推荐(0)
2023年5月12日
[PHP] 按位与& 或| 异或^ 的日常使用
摘要: 按位与:0&0=0; 0&1=0; 1&0=0; 1&1=1;按位或:0|0=0; 0|1=1; 1|0=1; 1|1=1;按位异或,在或的基础上1 1也为0:0^0=0; 0^1=1; 1^0=1; 1^1=0; 1.一个int型字段,存储十进制的数字,比如说是5那么该数字转成二进制是101,我自
阅读全文
posted @ 2023-05-12 16:32 飞鹰之歌
阅读(41)
评论(0)
推荐(0)
2023年4月26日
aigc 相关链接
摘要: ppt 模板生成 :https://www.mindshow.fun/
阅读全文
posted @ 2023-04-26 16:57 飞鹰之歌
阅读(134)
评论(0)
推荐(0)
2023年4月21日
Git的奇技淫巧
摘要: 参考:https://github.com/xiaozhiqi2000/git-tips git的理论基础git分为三大区域:工作区 >暂存区 >版本库 git重要指令1.创建git仓库 git init#会在当前目录下生成.git文件夹,内部是有关于本仓库的所有git配置,不建议手动修改。122.
阅读全文
posted @ 2023-04-21 15:49 飞鹰之歌
阅读(15)
评论(0)
推荐(0)
markdown语法
摘要: 参考:https://github.com/xiaozhiqi2000/Markdown
阅读全文
posted @ 2023-04-21 15:41 飞鹰之歌
阅读(17)
评论(0)
推荐(0)
Docker管理神器Portainer
摘要: 参考:https://www.cnblogs.com/zengwb/p/16880433.html
阅读全文
posted @ 2023-04-21 15:18 飞鹰之歌
阅读(33)
评论(0)
推荐(0)
2023年4月18日
Docker:将文件从 Docker 容器复制到主机
摘要: docker cp 容器名称:文件地址 目标地址 docker cp walle-mysql:/home/walle.sql /home
阅读全文
posted @ 2023-04-18 16:42 飞鹰之歌
阅读(37)
评论(0)
推荐(0)
linux命令-查找包含指定内容的文件
摘要: 1:grep -r “指定内容” 目录 grep -r "get_next_hash" ~/Download/hotspot-69087d08d473 2:grep -r -l “指定内容” 目录 grep -r -l "get_next_hash" ~/Download/hotspot-69087
阅读全文
posted @ 2023-04-18 16:27 飞鹰之歌
阅读(1205)
评论(0)
推荐(0)
1
2
3
下一页
公告