leeyi
leeyi
log.go ` type SLogger struct { *zap.SugaredLogger } var Logger *SLogger /** * 该方法为了兼容 ants.WithLogger(l.Logger) * @param {[type]} sl *SLogger) Printf(format string, args ...interface{} [description] * @return {[type]} [description] */...
**Describe the bug** 老是报如下提示,看了golang源码,还是不知道如何解决问题,也不知道为什么要报这“告警内容”,求解 - 告警内容:2021/11/10 10:00:00 job.go:469: [31m[ERROR][0m {此处为:j.detail.Name}(36) JobEntry.exec time error(2021-11-10 10:00:00 +0800 +0800 not equal 2021-11-10 10:00:00.005917627 +0800 CST m=+2735550.456540623) 软件版本 : jiacrontab v2.1.0 (built w/go1.15.5) 系统信息:...
I have clone poroh/piraha running on macOS. How can I link it with jssip or flutter-webrtc/dart-sip-ua ? I have just touched SIP. May I ask for guidance? https://github.com/flutter-webrtc/dart-sip-ua https://jssip.net/download/
Can you give me some Widgets the effect diagram and corresponding code http://www.layui-vue.com/zh-CN/components/radio
I had the same problem: LOADING a QR code image from an gallery, I couldn't recognize it, the analyzeImage method always returned false on "Redmi 5A mobile" , my env...
我现在的项目后端语言是Erlang实现的,目前用的是RSA非对称算法,想学习学习GM相关的用法,求指导; 前端用的Flutter,也期望GmSSL能够提供flutter的支持
如何解决Android studio 的 如下 info 提示 ``` info: Don't put any logic in 'createState'. (no_logic_in_create_state at [imboy] lib/page/single/upgrade.dart:321) ```
My needs: It is planned to create a function similar to "Favorites inside wechat", where the favorites chat is posted pictures, videos, files and other information that users think is...
Add 3 custom parameters: header Widget, onReset/0 method, onSelected/2 method to solve the problem of external components calling operation FilterState data https://github.com/imboy-pub/imboy-flutter/blob/main/lib/page/user_tag/user_tag_relation/user_tag_relation_view.dart Usage is as follows: ``` import 'package:filter_list/filter_list.dart'; //...