上一页 1 2 3 4 5 6 ··· 82 下一页
摘要: @Aspect @Component @Slf4j public class AESTimeAspect { @Around("execution(* com.trt.sea.xxserx.controller*..*Controller.*(..))") public Object handleA 阅读全文
posted @ 2024-06-06 16:38 lshan 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 测试环境注册地址 https://dashboard.stripe.com/login?redirect=%2Ftest%2Fdashboard stripe支付集成的几种方式: https://docs.stripe.com/payments?payments=popular Stripe测试管理 阅读全文
posted @ 2024-05-24 11:17 lshan 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 塔尔科技,这个名字蕴含着丰富的美好含义和寓意。塔尔羊是一种生活在极端环境下的野生动物,展现出顽强的生存能力和适应力,这象征着我们公司的创立精神:在竞争激烈的科技领域中,我们拥有着不屈不挠的创新精神和坚韧不拔的活力。同时,塔尔羊通常是成群结队生活的动物,这象征着我们注重团队合作和共同发展,我们相信众志 阅读全文
posted @ 2024-03-26 12:10 lshan 阅读(12) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-11 11:57 lshan 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-05 14:19 lshan 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 使用 ffmpeg-python 对rtmp 服务器做压力测试 FFmpeg 下载: https://github.com/BtbN/FFmpeg-Builds/releases ffmpeg-master-latest-win64-gpl.zip #!/usr/bin/env python3 # 阅读全文
posted @ 2023-12-25 11:11 lshan 阅读(86) 评论(0) 推荐(0) 编辑
摘要: sudo docker run -itd --privileged=true --restart=always --name=sea_ngnix_ssl_test --net=host -v /opt/docker/nginx/ssl/log/:/var/log/nginx/ -v /opt/doc 阅读全文
posted @ 2023-11-13 10:02 lshan 阅读(100) 评论(0) 推荐(0) 编辑
摘要: ubuntu 20.04运行内存(缓存)定时清理 数据处理过程,buffer/cache 占用过大,降低了运行速度 解决方法 定时释放缓存 缓存释放脚本vim clear_caches.sh输入 echo "开始清除缓存" sync;sync;sync sleep 20 echo 1 > /proc 阅读全文
posted @ 2023-11-10 12:06 lshan 阅读(430) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-10-19 14:32 lshan 阅读(1) 评论(0) 推荐(0) 编辑
摘要: python dict和ttl支持自动过期缓存 github: https://github.com/mailgun/expiringdict 安装 pip install expiringdict pip install expiring-dict 使用: from expiringdict im 阅读全文
posted @ 2023-10-08 15:29 lshan 阅读(235) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 82 下一页