Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hyscvnm. It took him only a minut ...
分类:
其他好文 时间:
2020-05-05 17:45:22
阅读次数:
75
型号 屏幕宽高(window.screen.width) 微信浏览器(window.innerWidth) 三星s7edge - 360*568 三星note8 412*846 412*726 iphone X 375*812 375*724 ...
分类:
移动开发 时间:
2020-05-05 10:27:31
阅读次数:
142
最近天气热的电脑都受不了,风扇总是异响,声音很大,感觉是散热不行了,就把电脑清一下灰,虽然之前也清过,但是基本都忘记了,机子比较老,找不到具体教程,清灰过程中因为不熟悉有点费劲,手动记录一下,方便下次使用,也分享给需要的人 一、电脑性能 机子是13年买的惠普HP Pavilion 15 Notebo ...
分类:
其他好文 时间:
2020-05-04 15:52:24
阅读次数:
295
Given a complete binary tree, count the number of nodes. Note: Definition of a complete binary tree from Wikipedia: In a complete binary tree every le ...
分类:
其他好文 时间:
2020-05-04 15:47:22
阅读次数:
55
在开发公司的一个内部系统时,用到了AntDesign框架。我要让Button在可点击和不可点击两种状态之间切换。 <Button disabled={true}>点击</Button> 结果我的Button标签确实不可点击了,但是eslint却报错如下: error Value must be om ...
分类:
Web程序 时间:
2020-05-04 15:22:05
阅读次数:
105
把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。输入一个非递减排序的数组的一个旋转,输出旋转数组的最小元素。例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数组的最小值为1。NOTE:给出的所有元素都大于0,若数组大小为0,请返回0。 考察二分法: import ...
分类:
编程语言 时间:
2020-05-04 15:04:30
阅读次数:
63
如果系统里没有SQF这个tcode,可以参考note 1814328: SQF: Plug In for Source Code Scans进行安装。 ABAP static analysis tool SQF is a static code analysis tool developed in ...
分类:
其他好文 时间:
2020-05-04 13:19:07
阅读次数:
63
常常会碰到各种各样时间序列预测问题,如商场人流量的预测、商品价格的预测、股价的预测,等等。TensorFlow新引入了一个TensorFlow Time Series库(以下简称为TFTS),它可以帮助在TensorFlow中快速搭建高性能的时间序列预测系统,并提供包括AR、LSTM在内的多个模型。 ...
分类:
其他好文 时间:
2020-05-03 23:08:54
阅读次数:
136
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional ...
分类:
其他好文 时间:
2020-05-03 21:57:42
阅读次数:
87