04 2019 档案

摘要:1、普通查找:双层循环遍历,第二层循环中找到即break,查找时间复杂度O(M*N/2) List<PtCameraInfo> cameraList = new List<PtCameraInfo>(); List<string> cameraIdList = dataIds.Split(','). 阅读全文
posted @ 2019-04-12 12:53 0611163 阅读(740) 评论(0) 推荐(0)
摘要:效果图: ActiveFunItem.xaml代码: <UserControl x:Class="SunCreate.Vipf.Client.UI.ActiveFunItem" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentat 阅读全文
posted @ 2019-04-12 10:21 0611163 阅读(1248) 评论(0) 推荐(1)
摘要:和WPF数字滚动抽奖有区别,WPF数字滚动抽奖是随机的,而这里是确定的。 为了系统演示,这个效果通宵加班写了整整6个小时,中间就上了次厕所。 代码: RollingNumberItemCtrl.xaml代码: <UserControl x:Class="SunCreate.Common.Contro 阅读全文
posted @ 2019-04-02 05:07 0611163 阅读(1733) 评论(20) 推荐(7)