码迷,mamicode.com
首页 >  
搜索关键字:salient region detec    ( 2773个结果
System.TypeCode.cs
ylbtech-System.TypeCode.cs 1.返回顶部 1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Files (x86) ...
分类:其他好文   时间:2020-04-10 22:54:29    阅读次数:144
获取客户端IP和归属地
1:新建一个Net.cs类 /// <summary> /// 网络操作 /// </summary> public class Net { #region Ip(获取Ip) /// <summary> /// 获取Ip /// </summary> public static string Ip ...
分类:其他好文   时间:2020-04-07 14:18:27    阅读次数:85
ServiceStack.Caching.IRemoveByPattern.cs
ylbtech-ServiceStack.Caching.IRemoveByPattern.cs 1.返回顶部 1、 #region 程序集 ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12 ...
分类:其他好文   时间:2020-04-07 14:16:29    阅读次数:64
内网安全:01.域环境的搭建(这里使用aws云服务器)
说明:因为最近弄了一个免费的aws一年使用,因此使用aws进行搭建域环境,进行内网*0x1创建模板**进入aws官网:https://us-east-2.console.aws.amazon.com/console/home?region=us-east-2登陆后就进入到管理控制台,找到服务->搜索“cloudformation”找到创建堆栈->使用示例模板,选择“WindowsAct
分类:其他好文   时间:2020-04-06 23:33:28    阅读次数:85
System.Collections.IList.cs
ylbtech-System.Collections.IList.cs 1.返回顶部 1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Fi ...
分类:其他好文   时间:2020-04-05 20:43:01    阅读次数:70
AE DataTable转换为ITable(内存工作空间中)
public static ITable ToITable(DataTable mTable) { try { #region 新建表字段 IFields fields = new FieldsClass(); IFieldsEdit fieldsEdit = (IFieldsEdit)fields ...
分类:其他好文   时间:2020-04-03 23:45:42    阅读次数:100
springcloud一些基本知识
一、eureka(服务注册中心) <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId></depend ...
分类:编程语言   时间:2020-04-03 15:09:42    阅读次数:75
Prism 源码解读1-Bootstrapper和Region的创建
原文:Prism 源码解读1-Bootstrapper和Region的创建目录介绍开始0、PrismApplicationBase1、BootstrapperShell2、Regions3、CustomRegions总结 回到顶部介绍 之前也研究过Prism框架但是一直没有深入理解,现在项目上想把一... ...
分类:移动开发   时间:2020-03-31 10:36:13    阅读次数:107
Prism 源码解读2-View的加载和控制
原文:Prism 源码解读2-View的加载和控制目录介绍4、ViewDiscovery5、ViewInjection6、ViewActivationDeactivation总结 回到顶部介绍 上一篇介绍了Region,这一篇跟Region息息相关,讲一下Region中View的加载方式及控制。 回... ...
分类:其他好文   时间:2020-03-31 10:27:19    阅读次数:67
BFS
" 由斜杠划分区域" 在由 1 x 1 方格组成的 N x N 网格 中,每个 1 x 1 方块由 、`\` 或空格构成。这些字符会将方块划分为一些共边的区域。 (请注意,反斜杠字符是转义的,因此 用 表示。)。 返回区域的数目。 解题思路 我们可以将斜杠转换成3 3的矩阵,因为必须3 3之后才不会 ...
分类:其他好文   时间:2020-03-30 23:34:20    阅读次数:71
2773条   上一页 1 ... 17 18 19 20 21 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!