05 2020 档案
摘要:List 或 Dictionary值如果是类对象,那么要在类中实现IEquatable相关接口 public class Seat : IEquatable<Seat> { #region Field #endregion #region Property /// <summary> /// 名称
阅读全文
posted @ 2020-05-22 17:23
孤獨龍
摘要:1、List List<string> temp = new List<string>(); foreach (PlayAgentItem arg in PlayAgentConfigSection.values.Cast<PlayAgentItem>()) { temp.Add(arg.IpAdd
阅读全文
posted @ 2020-05-22 13:56
孤獨龍
摘要://把图片设置为Border的背景<Grid Width="973" Height="688"> <Border Name="Image_Game" Width="973" Height="688" BorderBrush="#FF2B9EC5" BorderThickness="4" Corner
阅读全文
posted @ 2020-05-20 16:01
孤獨龍
摘要:被这个问题困扰了2天,最后发现原因竟然是编译器设置问题,着实令人郁闷不已啊。 解决方法就是设置项目属性的平台目标为x86就行了,默认为(Any CPU).
阅读全文
posted @ 2020-05-12 21:44
孤獨龍