xyyyy

Results 17 issues of xyyyy

#That just may show after restart windows10 with low probability. #prepare create a VLCplayer in xaml the same as Example. play a MP4 after the Event ContentRendered. restart Windows10 computer...

i have tried to use media.play() and media.pause() to get it. But sometime, it won't work as what it should be, it just show nothing on the panel. Although i...

### Problem statement need help :) i need excute a command like cd C:\Users\Administrator\Desktop\t1\f2 && dotnet Web1.dll so how to write this xml?

希望能有便捷操作的布隆过滤器功能,类似 ![image](https://user-images.githubusercontent.com/32633109/165659937-30b1b164-5bf1-4f3f-a003-72da08f8ffd9.png) 下面这个库的作者只支持了csredis,但是没有支持freeredis, 是否能官方支持该功能, https://github.com/vla/BloomFilter.NetCore

个人在导入导出的时候,遇到了一些认为可以改善体验的地方。 ## 导入时 ### 导入csv文件时,如果某row的cell格子里是中文,使用MiniExcel.Query(path),会出现该字段获取的是不可读字符。但是将csv保存为xlsx后导入是正常的中文字段 ### 导入xlsx时,常遇到第一行没有header, 如何便捷通过MiniExcel.Query(path)的语法正确读取全部行,doc中并没有说明 ## 导出时 ### 保存时,可选强制覆盖 ### 保存时,如果让Head显示是字段对应的中文,文档并不明确 以上是否能使用传入配置文件的模式去进行导入导出 比如利用类型导入的语法 MiniExcel.Query(path, config) 其中config ``` public class QueryConfig { public QueryMode Mode // NoHead, WithHead,...

feature

前几个小时,用远程服务器的docker启动一个TD集群,然后在本地PC客户端,修改`taos.cfg`的firstEp为firstEp 为td1:6030,并修改hosts中td1指向远程服务器。 在此刻,本地taos.exe可以正常启动,并且select表的数据。 之后用drop dnode删除了节点。此时都还是正常的。 然后重新安装PC的客户端,并且重新用docker启动新的集群,并依旧修改hosts,及firstEp 为td1:6030 ``` docker run -itd --name td11 --network test -e TAOS_FQDN=td11 -e TAOS_FIRST_EP=td11 -p 6030:6030 -p 6041:6041 tdengine/tdengine docker run -itd --name td12 --network...

help wanted
question

While I try to use webrtc and connect to zlmediakit, i got some exception. I wish to get some suggestion there is some udp package which length is 2144, so...

bug
webrtc

项目中多处使用到了webrequest 我之前看到资料说webrequest底层现在自动使用了Httpclient, 因此是否可能使用httpclient后资源无法及时释放的问题。这点我也不确定。 是否考虑用现成的比如restsharp库 ![image](https://user-images.githubusercontent.com/32633109/211480659-a5e3ceaf-ebeb-48d7-9cf3-ba200d16d6b6.png)

enhancement

大佬niu B. 感谢大佬的 freesql, 和freeredis 都很好用,但是使用过程中发现有些微感觉疑惑的地方。 例如 var redisclient = new RedisClient("127.0.0.1:6379, defaultDatabase=0"); redisclient.Serialize = (obj) => obj == null ? "" : (obj is string ? (string)obj : JsonSerializer.Serialize(obj));...

这个库真是宝藏,作者nb。 但是使用中发现一个小问题: 使用了库后,会导致项目的热重载功能失效。请问有无解决办法,(没有也问题不大) ![image](https://user-images.githubusercontent.com/32633109/236713377-015600d6-cfbe-4d53-ac1b-4142c2999740.png)

enhancement