gitlsl
gitlsl
i use ExcelNPOIStorage, class A { public int a; public int? b; } i can insert A[] into excel, but can not ExtractRecords because FileHelpers\Core\RecordOperations.cs#218line values[i] = RecordInfo.Fields[i].CreateValueForField(values[i]); value.length
配置加密问题
虽然找了历史记录你说可以 自己加密 , 但这个需求还是一个比较通用的, 建议 增加这么一个配置, 起码不能明文被抓包到吧。。
https://github.com/neil3d/excel2json/issues/51 这个issue里的中文也能看到问题。。。 当然复制出来是好的
我是想 在 发出请求前, 加个 协议头 对 post的内容进行 签名, 但如果 post的是一个对象 beforerequest 事件里 获取到的还是一个对象。。 不是字符串或者说byte[] 无法签名,请问这个可以做到吗, 同样 服务端返回的时候也要做这个这样的校验
好像.net自身对这个cookie 的处理上又有bug,网上也没什么好的解决方法,搜了 stackoverflow 几乎也都相同的解决方法,解析回来的cookie还跟原来的不一样。不知道鱼儿能解决这问题么
1. 内网可能有多个网卡, 通过一定方法 提供 设置 绑定ip的选项 2. 既然 内网与公网已经建立连接, 内网程序 也可以走 内网的mouse.client 来上网
.NET Core 3.0 and later versions support unloadability through AssemblyLoadContext can we use `AssemblyLoadContext ` for hot reload dll `https://github.com/dotnet/coreclr/blob/release/3.0/Documentation/design-docs/unloadability.md` [demo](https://github.com/dotnet/samples/tree/master/core/tutorials/Unloading)
Peachpie 1.1.9 .net7 vs2022 win11 [https://github.com/prasathmani/tinyfilemanager](url) I want to use tinyfilemanager by peachpie use ` peachpie asp.net core web app template` replace into `index.php ` when complie it show some...
get_forward_msg?id=%2FJACq%2B719gmOMMAoIzCioSgJpO5nVM34%2B562MllIUZKh1ggcjzt6ub7RXiCGld1p github 用模板 反馈问题 一直报错, 只能这样写了 版本是 v1.0.0-beta8-fix2 不管id 填的 对不对, 都是过好几秒返回 消息不存在 ```` [2021-12-14 10:47:59] [ERROR]: Protocol -> panic on decoder MultiMsg.ApplyDown : runtime error: index out of range...
```` .AddClasses(classes => classes.AssignableTo().WithoutAttribute()) .AsImplementedInterfaces(x => x != typeof(ISingletonService)) .AsSelf() .WithSingletonLifetime() // A .AddClasses(classes => classes.AssignableTo().WithoutAttribute()) .AsSelfWithInterfaces() .WithSingletonLifetime() //B public class TestService2 : ISingletonService { public TestService2() { Console.WriteLine("ctor2 in...