要点速记 命令添加到右键菜单 [MenuItem("Assets/Copy Asset Path")] 或 [MenuItem("Assets/Copy Asset Path",priority = 0)] (priority值决定命令在菜单中的排序) 获取选中文件或者夹 AssetDatabase... ...
分类:
编程语言 时间:
2018-12-21 16:06:51
阅读次数:
688
一 简介 spark核心是RDD,官方文档地址:https://spark.apache.org/docs/latest/rdd-programming-guide.html#resilient-distributed-datasets-rdds官方描述如下:重点是可容错,可并行处理 Spark r ...
分类:
其他好文 时间:
2018-12-20 21:35:21
阅读次数:
159
1.uptime,uptime告诉我们这个机器活了多久,以及它的平均的负载是多少。 2.dmesg T | tail,告诉我们系统日志里边有没有什么报错。 3.vmstat 1,告诉我们虚拟内存的状态,页的换进换出有没有问题,swap有没有使用。 4.mpstat P ALL,告诉我们CPU压力在各 ...
分类:
系统相关 时间:
2018-12-18 21:50:41
阅读次数:
262
第一步:预装daq所需程序 snort使用数据采集器(daq)监听防火墙数据包队列,所以按照daq。需预装的程序有:flex、bison、libcap。 第二步:安装daq 第三步:安装snort所需程序 第四步:安装snort 第五步:运行 snort 会要求你安装响应包,安装即可 ...
分类:
系统相关 时间:
2018-12-18 15:51:21
阅读次数:
494
因为版本问题 原:foreach(Element elem in selections.Elements){ } 现: ElementSet selections = new ElementSet(); foreach (ElementId elementId in commandData.Appl ...
分类:
其他好文 时间:
2018-12-17 11:40:05
阅读次数:
219
在IdentityServer中好多地方出现这几个词,这单词的解释也有好多大神解释过: chaim: ASP.NET Core 之 Identity 入门(一),这个是asp.net identity中chaim的解释,虽然不是identityServer,但解释相当精准。 IdentityServ ...
分类:
其他好文 时间:
2018-12-14 13:08:29
阅读次数:
357
设计思想: 遍历一遍ID列表,进行两两比较 如两个ID不同就都删掉 如果相同,出现这个ID的次数加一 水王的帖子超过一半,遍历到最后剩下的只有水王的ID 实现数据 :{ 8,9,8,7,8,1,2,5,4,8,8,5} 截图: 代码实现: #include<iostream>using namesp ...
分类:
其他好文 时间:
2018-12-10 15:51:03
阅读次数:
142
{ // Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is ...
分类:
Web程序 时间:
2018-12-10 11:26:25
阅读次数:
494
题目描述: 每周一题之2 Mineweep(扫雷) Minesweeper (扫雷) PC/UVa IDs: 110102/10189, Popularity: A, Success rate: high Level: 1 测试地址:https://vjudge.net/problem/UVA-10 ...
分类:
其他好文 时间:
2018-12-10 00:46:51
阅读次数:
262