X icon indicating copy to clipboard operation
X copied to clipboard

Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance...

Results 18 X issues
Sort by recently updated
recently updated
newest added

CreateFromDirectory压缩文件夹为zip压缩文件后,无法打开压缩文件,提示缺少压缩分卷

机器信息如下: "OSName": "Windows 11 专业版", "OSVersion": "6.2.9200.0", "Product": "HP Pavilion Gaming Laptop 17-cd1xxx", "Processor": "Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz",

由于blob字段大小不定,在批量操作时经常会出现数据量过大导致出错。能不能在生成xml时,在字段里加入一个说明,表示是否生成,或者生成时自动生成其为扩展属性。

参数化开启后,sqlserver datetime字段可以为null的情况下,如果不给这个字段赋值,也会报错 ``` XCode.Exceptions.XSqlException: 参数化查询 '(' 需要参数 '@FinishTime',但未提供该参数。[SQL:SET NOCOUNT ON;Insert Into SatelliteWarehouse(AddTime,IsAvailable,IsFinish,FinishTime,RetryTime) Values(@AddTime,@IsAvailable,@IsFinish,@FinishTime,@RetryTime);Select SCOPE_IDENTITY() [@AddTime=2020-12-03 09:19:50, @IsAvailable=True, @IsFinish=False, @FinishTime=, @RetryTime=2020-12-03 10:35:09]][DB:Test/SqlServer] ```

CsvFile 不支持多行文本,即使有双引号

HttpServer怎么实现Server-Sent Event(SSE)功能 context.Response.SetResult()方法不能传递异步stream

我只用了其中的缓存功能,这个配置和日志能关掉吗

var log = TextFileLog.Create("WorkFlow"); log.Write(LogLevel.Info, "测试测试"); 代码执行后没看到WorkFlow文件夹

【日志级别】:Warning 【日志类名】:上传设备:RabbitMQ上传设备 【日志时间】:2023-07-14 09:40:14:9631989 +08 【日志内容】: RabbitMQClient IP:localhost Port:5672 【异常信息】:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Cannot access child value on Newtonsoft.Json.Linq.JValue. at Newtonsoft.Json.Linq.JToken.get_First()...