yangyz
yangyz
first ,i will say it's really a good idea and a great project for programmers to read source code, but there is a little regret, it can't support Function jump...
i have a problem when using log4qt in windows, The more debug or error log info taked ,the more memory will be occupied. is there any memory leak in windows?...
有个地方双屏异显用到了下拉列表这个功能,发现nice-spinner无论如何也弹不出下拉列表框。 这个原因可能是nice-spinner中使用的是PopupWindow,而Presentation本身是个dialog, 在dialog中无法使用PopupWindow,是这个原因吧?有没有解决办法呢,在Presentation中使用nice-spinner?
hello, i have a question,does anyone knows ? how can i output msssage with relative file path Pattern? the "%l " configuration will output the full path of my code...
国产化是未来趋势,逆全球化已成定局。 Android哪天不让用了多少公司备受打击,核心技术只有掌握在自己手中才不至于受制于人。 但目前openharmony生态不够好,而weex在多端适配上做的不错,开发效率高。 那么适配开源openharmony是否可行?有没有思路或文档指导下也行? 同一套app若可以直接跨端运行在openharmony上能够极大丰富openharmony生态,带动国产创新之路。 虽然openharmony官方带有arkTs这种全新的UI开发范式,但是还是没有前端的这种开发快吧? 期待能有开源的openharmony国产系统平台的适配。
您好,Valine很不错。但是我翻遍文档没找到相关的话题。 想问下Valine有事件回调机制吗?想在提交评论成功能触发回调,做些其他处理。 如提交评论成功后,可以在回调事件里向后台发个消息告知后台。 目前Valine好像没有暴露出来事件接口, 希望有类似 onCommentSubmitted的回调接口,这样在外层,提交评论成功能触发可以做些其他处理。
翻看了下接口定义和使用的demo,发现确实没有定时任务执行的接口。 ExpireAt()接口也只是定时时间到,执行一次的任务,然后就结束了。 有没有定时间隔时间到,连续触发执行的接口?这样才真是适用,是个定时器timer.
里面文件大都是utf-8编码的,没问题。但是其中有个:libgo\common\config.h文件编码竟是gb18130 一大堆编译警告: warning C4828: 文件包含在偏移 0x725 处开始的字符,该字符在当前源字符集中无效(代码页 936) (注:使用vcpkg.exe安装的存在此问题,源码里config.h头文件编码格式是ok的) 还有这个编译警告: libgo\common\dbg_timer.h(26): note: see reference to function template instantiation 'std::pair::pair(_Other1,_Other2 &&) noexcept' being compiled [build] with [build] [ [build] _Rep=__int64, [build]...
hello, I encountered a problem when porting the Powerlink protocol stack. i want to porting the Powerlink protocol stack by using W5500 module. I need to directly operate on the...
E/dalvikvm: Could not find class 'cn.jesse.nativelogger.NLoggerConfig$Companion', referenced from method cn.jesse.nativelogger.NLoggerConfig. 05-16 18:38:04.238 20226-20226/com.newcapec.smartorder E/dalvikvm: Could not find class 'cn.jesse.nativelogger.logger.AndroidLogger', referenced from method cn.jesse.nativelogger.NLoggerConfig. //日志框架 自动写入文件 implementation 'com.github.hijesse:android-logger:2.5.0' ext { applicationId...