Results 12 comments of pemako

I have the same problem. - VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 23 2022 20:41:15) - Nerdtree Git commit: fc85a6f07c2cd694be93496ffad75be126240068

公司:蓝色光标 产品:scrm 阶段:生产,50+服务,100+实例节点 建议:配置中心可以独立使用不依赖服务发现;配置中心增加相应的权限控制

I think the first minute parameter cannot be `*`. The following example works for me. `new, _ := cron.Parse("0 */10 * * * *") // every 10th minute`

@tokers the feat has been closed without any description, can this feature be supported? I really hope that this feat can be supported. Thank you very much. Looking forward to...

@Dot-Liu 你好,我这边也遇到了问题,麻烦看下是我设置的有问题吗 1. 我这边的yaml文件如下 ```yml --- version: '3' services: mysql: image: mysql:5.7.34 privileged: true restart: always container_name: apinto_mysql hostname: apinto_mysql command: - "--character-set-server=utf8mb4" - "--collation-server=utf8mb4_unicode_ci" ports: - "33307:3306" environment: -...

dashboard 的详细日志如下 ``` docker logs bd42badc8a90 mysql: user_name: root password: 123456 ip: apinto_mysql port: 3306 db: "apinto" redis: user_name: password: 123456 addr: - 172.100.0.1:7201 port: 8080 error_log: dir: /apinto-dashboard/work/logs file_name:...

非常感谢,我已经按照提示的部署命令进行调整了,服务都可以正常启动,但是访问 dashboard 404;看错误日志如下,我需要如何调整呢。再次感谢 1. docker-compose.yml ```yml --- version: '3' services: mysql: image: mysql:5.7.34 privileged: true restart: always container_name: apinto_mysql hostname: apinto_mysql command: - "--character-set-server=utf8mb4" - "--collation-server=utf8mb4_unicode_ci" ports: - "33307:3306" environment:...

See https://github.com/wensonsmith/YoudaoTranslator/pull/148

Hello team Thank you for maintaining this amazing project! I really appreciate all the hard work you’ve put into it. I was wondering if there’s been any progress on the...