posted @ 2024-06-24 09:51
lshan
阅读(0)
推荐(0)
摘要:
官网:https://tipalti.com/mass-payments/ 文档:https://documentation.tipalti.com/docs/getting-started 沙箱环境:http://developer.sandbox.tipalti.com/
阅读全文
posted @ 2024-06-07 18:40
lshan
阅读(47)
推荐(0)
摘要:
@Aspect @Component @Slf4j public class AESTimeAspect { @Around("execution(* com.trt.sea.xxserx.controller*..*Controller.*(..))") public Object handleA
阅读全文
posted @ 2024-06-06 16:38
lshan
阅读(195)
推荐(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
阅读(758)
推荐(0)
摘要:
塔尔科技,这个名字蕴含着丰富的美好含义和寓意。塔尔羊是一种生活在极端环境下的野生动物,展现出顽强的生存能力和适应力,这象征着我们公司的创立精神:在竞争激烈的科技领域中,我们拥有着不屈不挠的创新精神和坚韧不拔的活力。同时,塔尔羊通常是成群结队生活的动物,这象征着我们注重团队合作和共同发展,我们相信众志
阅读全文
posted @ 2024-03-26 12:10
lshan
阅读(50)
推荐(0)
posted @ 2024-01-11 11:57
lshan
阅读(0)
推荐(0)
posted @ 2024-01-05 14:19
lshan
阅读(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
阅读(211)
推荐(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
阅读(150)
推荐(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
阅读(1013)
推荐(0)