<scroll-view class="VerticalNav nav" scroll-y scroll-with-animation :scroll-top="verticalNavTop" style > <view class="cu-item" :class="item.id == sele ...
分类:
移动开发 时间:
2020-07-20 15:33:50
阅读次数:
157
Go versus C++ g++ fastest programs vs C# .NET Core vs C++ vs Java vs Python vs Rust Always look at the source code. These are only the fastest program ...
分类:
其他好文 时间:
2020-07-17 16:05:11
阅读次数:
141
1.在线颜色 https://sunpma.com/other/rgb/ 2.阿里巴巴图库 https://www.iconfont.cn/search/index?spm=a313x.7781069.1998910419.dac382181&searchType=icon&q=%E7%99%BB% ...
分类:
Web程序 时间:
2020-07-15 16:01:30
阅读次数:
93
https://blog.csdn.net/ajianyingxiaoqinghan/article/details/70544159 https://blog.csdn.net/tianya_team/article/details/72454473 https://zhuanlan.zhihu. ...
分类:
系统相关 时间:
2020-07-13 09:24:02
阅读次数:
72
#为网卡设置bond,实现多块网卡使用同一个ip地址以提供网卡负载均衡或容错的能力DEVICE=bond0TYPE=EthernetONBOOT=yesBOOTPROTO=noneIPADDR=192.168.90.80NETMASK=255.255.255.0BONDING_OPTS="mode= ...
分类:
系统相关 时间:
2020-07-12 12:08:20
阅读次数:
103
问题: 给出多次,字母排名次的名次列表。 求的综合名次的结果。(如果两字母分值相同,则按照字母序排列) Example 1: Input: votes = ["ABC","ACB","ABC","ACB","ACB"] Output: "ACB" Explanation: Team A was ra ...
分类:
其他好文 时间:
2020-07-11 17:22:02
阅读次数:
69
告警分析分类: 规则类告警分析 情报类告警分析 日志hunting分析 报告编写 1.规则类告警分析: mimikatz攻击 检测到后需要分析执行命令,是否存在以上特定参数,若有则属实。 powershell无文件攻击 Powershell.exe可以从网络下载脚本内容并在内存中执行。 本地磁盘不会 ...
分类:
其他好文 时间:
2020-07-05 17:12:28
阅读次数:
143
A 温暖的签到题。 #include <bits/stdc++.h> using namespace std; #define ll long long ll input(){ ll x=0,f=0;char ch=getchar(); while(ch<'0'||ch>'9') f|=ch=='- ...
分类:
其他好文 时间:
2020-07-03 23:08:21
阅读次数:
69
打开cmd,输入cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer 输入 witadm ...
分类:
其他好文 时间:
2020-07-02 16:40:08
阅读次数:
58
1. 关闭NetworkManager服务 systemctl stop NetworkManager systemctl disable NetworkManager 2. 加载bond模块 modprobe bonding miimon=100 mode=0 echo "alias bond0 ...
分类:
其他好文 时间:
2020-06-30 12:47:24
阅读次数:
60