https://www.8btc.com/article/117510 本来并没有计划写这篇文章,只是这两天微信里有一篇文章传播的比较厉害,叫:《其实并没有什么比特币,只有UTXO》。其中有这么一句话:HyperLedger 和Ethereum 一开始并没有采用 UTXO,现在前者已经切换回 UTX ...
分类:
其他好文 时间:
2020-05-19 10:36:23
阅读次数:
82
题目 Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is yes, if 6 is a decimal number and 110 i ...
分类:
其他好文 时间:
2020-05-19 01:04:00
阅读次数:
58
1 /// 2 /// 编码 把解码出来的jpg文件,再编码成UV420P 3 /// 4 private static unsafe void EncodeImagesToH264() 5 { 6 7 //获取解码出来的文件队列 8 var fr... ...
分类:
其他好文 时间:
2020-05-18 22:50:16
阅读次数:
161
题目 Given a sequence of K integers { N?1?? , N?2?? , ..., N?K?? }. A continuous subsequence is defined to be { Ni?? , N?i+1?? , ..., N?j?? } where 1≤i≤ ...
分类:
其他好文 时间:
2020-05-18 22:37:14
阅读次数:
57
前言 最近小程序项目需要一个 弹框 展示 轮播图 。项目用的 mpvue 框架,使用 colorUi 的轮播图时, <swiper class="card-swiper round-dot" indicator-dots="true" circular="true" autoplay="true" ...
分类:
其他好文 时间:
2020-05-18 18:13:12
阅读次数:
169
package com.example.demo; /** * 1108. IP 地址无效化 给你一个有效的 IPv4 地址 address,返回这个 IP 地址的无效化版本。 所谓无效化 IP 地址,其实就是用 "[.]" 代替了每个 "."。 示例 1: 输入:address = "1.1.1. ...
分类:
其他好文 时间:
2020-05-18 14:21:34
阅读次数:
41
The statement of this problem is the same as the statement of problem C1. The only difference is that, in problem C1, nn is always even, and in C2, nn ...
分类:
其他好文 时间:
2020-05-17 20:38:11
阅读次数:
558
基于最新的Apache POI 4.0.1版本来总结一下整个读取和写入Excel的过程。 代码编写前准备-》 添加POI 4.0.1 maven依赖: <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId ...
分类:
Web程序 时间:
2020-05-17 17:38:36
阅读次数:
132
网络图片链接的格式:http://www.example.com/picture.jpg 图片爬取代码 import requests import os #url = 'https://image.baidu.com/search/detail?ct=503316480&z=&tn=baiduim ...
分类:
其他好文 时间:
2020-05-17 17:26:51
阅读次数:
55
package com.example.demo; /** * 5413. 重新排列句子中的单词 * 显示英文描述 * 我的提交 * 返回竞赛 * <p> * 通过的用户数 * 1668 * 尝试过的用户数 * 2012 * 用户总通过次数 * 1678 * 用户总提交次数 * 3409 * 题目难 ...
分类:
其他好文 时间:
2020-05-17 13:34:13
阅读次数:
81