链接: "https://nanti.jisuanke.com/t/42582" Description Bob is hungry now and he needs to eat some food. Alice puts n dishes of food in front of him, num ...
分类:
其他好文 时间:
2020-01-13 17:57:32
阅读次数:
88
一、JWT:JSON Web Token ( JWT)是一种开放的标准( RFC 7519 ), JWT 定义了一种紧凑且自包含的标准,该标准旨在将各个主体的信息包装为 JSON 对象。主体信息是通过数字签名进行和验证的。常使用 HMAC算法或 RSA (公钥/私钥 非对称性 密〉算法对 JWT 进 ...
分类:
编程语言 时间:
2020-01-13 16:01:06
阅读次数:
126
1.简介 RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion level capacity and flexib ...
分类:
其他好文 时间:
2020-01-12 21:41:26
阅读次数:
105
Shuffle a set of numbers without duplicates. Example: // Init an array with set 1, 2, and 3. int[] nums = {1,2,3}; Solution solution = new Solution(nu ...
分类:
其他好文 时间:
2020-01-12 10:10:14
阅读次数:
101
port-channel 碰到的问题我拿2台H3C -SL3100-P52 做port-channel。 port link-aggregation group 1 mode static interface Ethernet1/0/47port link-type trunkport trunk ...
分类:
其他好文 时间:
2020-01-11 22:22:37
阅读次数:
162
Find工具实战 Find工具实战,Find工具主要用于操作系统文件、目录的查找,其语法参数格式为: option常用参数详解如下: Find工具 name参数案例: Find工具 type参数案例: Find工具 size参数案例: Find工具 perm参数案例: Find工具 mtime参数案 ...
分类:
系统相关 时间:
2020-01-11 20:33:45
阅读次数:
96
19.如何在管理后台中一个模型只允许创建一个对象? 假设UMSRA后台只能创建一个Category分类。他们希望每个Entity对象都属于同一个Category分类。 实现方式如下: 一旦创建了一个对象,添加按钮便会隐藏。你可以MAX_OBJECTS为设置为其他值,以允许最创建指定数量的对象。 "返 ...
分类:
其他好文 时间:
2020-01-10 10:28:35
阅读次数:
79
升级使用最新的Electron 7.x以上版本,运行提示electron不存在,其实是因为electron install时候对应平台的可执行文件没有下载成功,错误提示如下: 在官方的Git Issues找到了解决方案,就是修改使用另一个淘宝镜像地址。执行命令: ...
分类:
其他好文 时间:
2020-01-08 14:46:59
阅读次数:
220
如何在众多异常性能指标中,找出最核心的那一个,进而定位性能瓶颈点,最后进行性能调优。整篇文章会按照代码、CPU、内存、网络、磁盘等方向进行组织,针对对某一各优化点,会有系统的「套路」总结,便于思路的迁移实践。 ...
分类:
其他好文 时间:
2020-01-06 14:52:42
阅读次数:
80
pytorch官方文档 :https://pytorch.org/docs/stable/index.html 1. pytorch的数学基本运算:https://blog.csdn.net/weicao1990/article/details/93738722 2. pytorch中一些向量的拼接 ...
分类:
其他好文 时间:
2020-01-04 22:21:31
阅读次数:
125