gpt4 book ai didi

c# - 使用 Spring.Net 的不区分大小写的字典

转载 作者:太空宇宙 更新时间:2023-11-03 15:52:21 24 4
gpt4 key购买 nike

有没有办法在 spring.net 中创建不区分大小写的字典?

<dictionary key-type="string" value-type="string">
<entry key="abc">
<ref object="test"/>
</entry>
</dictionary>

有什么办法可以让字典键不区分大小写。这样当我搜索 abc 或 ABC 或 Abc 时,我将获得 test 的值?

谢谢

添加了更多条目

<object id="Test" type="string">
<property name="Process">
<object id="ProcessDictionary" type="System.Collections.Generic.Dictionary&lt;string, string&gt;, mscorlib">
<constructor-arg>
<dictionary key-type="string" value-type="string">
<entry key="abc">
<ref object="test"/>
</entry>
</dictionary>
</constructor-arg>
</object>
</property>
</object>

如何添加构造函数参数以忽略区分大小写?

最佳答案

在尝试了各种spring配置使其工作之后,最后我放弃了,最终在代码中使用了一个private dictionary变量,通过private dictionary来处理。我希望我能找到一种方法来处理 spring 本身

关于c# - 使用 Spring.Net 的不区分大小写的字典,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25264575/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com