在消费者模式下运行应用程序时,我的应用程序经常因错误而崩溃Error: Channel closed by server: 406 (PRECONDITION-FAILED) with message "PRECONDITION_FAILED - inequivalent arg 'x-max-priority' for queue 'xyz' in vhost '/': received the value '10' of type 'byte' but current is none"。有谁知道这个问题的解决方法?
我正在尝试更改 bootstrap datepicker 中所选日期的颜色并尝试更改 datepicker 容器的背景颜色,但似乎没有可用于更改和自定义的选项。
请让我知道是否有任何可用于自定义日历设计的内容。
$('#date_of_completion').datepicker({
format: 'dd/mm/yyyy',
autoclose: true
});
Run Code Online (Sandbox Code Playgroud)