package erase; import java.util.Scanner; public class 杨辉三角形 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner in=n ...
分类:
编程语言 时间:
2020-06-06 11:26:29
阅读次数:
85
Iterator接口 也是 Java 集合框架的成员 , 但它与 Collection 系列 、 Map 系列 的集合不 一样 : Collection系列集合、 Map 系列集合主要用于盛装其他对象,而 Iterator 则主要用于遍历(即迭代访问) Collection集合中的元素, Itera ...
分类:
编程语言 时间:
2020-06-06 01:01:43
阅读次数:
67
https://www.unboundtech.com/cryptocurrency-exchange-hacks/ 2018-9 continues to be the year of the hack, with 23 recorded exchange hacks within the pas ...
分类:
其他好文 时间:
2020-06-05 15:22:30
阅读次数:
135
https://coincodex.com/article/6630/crypto-exchange-security-approaches-and-trends/ Key highlights: Centralized cryptocurrency exchanges are facing a n ...
分类:
移动开发 时间:
2020-06-05 15:12:46
阅读次数:
215
完成了关于定位之后点击按钮显示当地天气的相关操作。遇到的主要的问题是。有的时候在第二次进入的是时候存在显示不及时的情况。 自己的就觉办法是。添加了下拉刷新的时事件。完美解决问题。实验的主要代码如下记忆运行的程序结果: package com.weather; import android.conte ...
分类:
其他好文 时间:
2020-05-29 21:43:23
阅读次数:
83
1.先在服务器添加证书 makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=TestServer -sky exchange -pe 2.设置证书的权限,everyone添加读取权限 3.服务器端配置 ` 这里设置成None因为我们创建的是不受信任的 ...
分类:
其他好文 时间:
2020-05-29 16:23:23
阅读次数:
82
public class ResponseBodyModifyGlobalFilter implements GlobalFilter, Ordered { @Override public Mono<Void> filter(ServerWebExchange exchange, GatewayF ...
分类:
编程语言 时间:
2020-05-25 17:45:52
阅读次数:
207
本文参考自:【RabbitMQ】如何进行消息可靠投递【上篇】 rabbitmq channel参数详解 Channel相关API channel.exchangeDeclare() /** * Declare an exchange. * @see com.rabbitmq.client.AMQP. ...
分类:
其他好文 时间:
2020-05-17 16:08:29
阅读次数:
73
使用 PuTTY 通过 SSH 访问出现错误:"expected key exchange group packet from server"。 解决:在 PuTTY 的左侧窗格中,导航到“连接” > SSH > Kex。在算法选择策略下,选择 "Diffie-Hellman group excha ...
分类:
其他好文 时间:
2020-05-16 21:02:42
阅读次数:
78
一、RabbitMQ的两个概念 使用RabbitMQ来实现延迟消息必须先了解RabbitMQ的两个概念:消息的TTL和死信Exchange,通过这两者的组合来实现上述需求。 1、消息的TTL(Time To Live) 消息的TTL就是消息的存活时间。RabbitMQ可以对队列和消息分别设置TTL。 ...
分类:
其他好文 时间:
2020-05-16 18:26:49
阅读次数:
75