老大哥

Results 13 comments of 老大哥
trafficstars

> 我可以给你介绍个我自己的处理方法,这种问题我会在根目录下新建一个`GlabalApi.lua`的文件(文件名你随意,只要保证内容代码别require这个文件就可以)。然后在文件内写入例如: > > ```lua > ---@class sys > sys = {} > > --- 如果你想书写代码是还能够享受自动提示,那么推荐你把方法定义也填入一下,可以让后面你一劳永逸的,例如: > ---@class log > ---@field printError fun(...):void > ---@field printWarning fun(...):void > log =...

> There's a very similar issue with CollectionView when adding and clearing items quickly that even existed on XF: [xamarin/Xamarin.Forms#13268](https://github.com/xamarin/Xamarin.Forms/issues/13268) > > In my own app, I have to use...

After Nuget references SkiaSharp, it is normal. I only need to generate QR code images. Is this necessary

创建一个项目,再Nuget中引用 ![image](https://user-images.githubusercontent.com/13432299/205831693-5e526277-bef8-4003-8f2b-8a206f807653.png) 写一些测试代码 ``` using (var generator = new QRCodeGenerator()) { var qr = generator.CreateQrCode("ITLDG SkiaSharp.QrCode", ECCLevel.H, quietZoneSize: 1); var info = new SKImageInfo(200, 200); using (var surface = SKSurface.Create(info))...

My side of the test WeChat access is normal, But the result always shows `No QR code found`. Chrome is normal

这个新版本体验很棒,已经可以用llcom模拟DTU的运行了,可以更加便利的开发代码了,省去了下载的时间,点赞支持

体验很棒,但是这个不好分享,没什么共用性 我们是从设备上采集一些协议,然后解析,转成json后发给我们的平台 平台有监控之类的,通知DTU做下操作 等后续有什么通用类的,可以帮到大家的,我会分享脚本出来

今天我也碰到了这个需求,目前是通过office和wps的com组件来实现的转换

欢迎提交Pr 或者等我日后工作不忙时考虑增加