参考:https://leetcode.com/problems/max-points-on-a-line/discuss/47113/A-java-solution-with-notes ...
分类:
其他好文 时间:
2019-03-08 16:53:05
阅读次数:
200
递归解法问题 从键盘输入一个整数(1~20) 则以该数字为矩阵的大小。把1,2,3…n*n 的数字依照顺时针螺旋的形式填入当中。比如: 输入数字2,则程序输出: 1 2 4 3 输入数字3,则程序输出: 1 2 3 8 9 4 7 6 5 输入数字4, 则程序输出: 1 2 3 4 12 13 14 ...
分类:
其他好文 时间:
2019-03-04 12:51:10
阅读次数:
147
1、kaggle数据分析经验:https://medium.com/unstructured/how-feature-engineering-can-help-you-do-well-in-a-kaggle-competition-part-i-9cc9a883514d 2、比赛: https:// ...
分类:
其他好文 时间:
2019-02-25 18:49:38
阅读次数:
198
1.安装 lfs: git lfs install 2.跟踪大文件:git lfs track "file.suffix" 3.添加配置文件:git add .gitattributes 之后正常提交,不过可能会遇到这个问题: Remote "origin" does not support the ...
分类:
Web程序 时间:
2019-02-25 13:32:17
阅读次数:
475
三、用numpy.pad()对图像进行填充及简单的图像处理 https://blog.csdn.net/wang454592297/article/details/80854996 三、用numpy.pad()对图像进行填充及简单的图像处理 https://blog.csdn.net/wang454 ...
分类:
其他好文 时间:
2019-02-22 16:38:33
阅读次数:
505
首先要配置串口时钟: 首先要配置串口时钟: // USART1 clock enable RCC_APB2PeriphClockCmd( RCC_APB2Periph_USART1 | RCC_APB2Periph_GPIOA | RCC_APB2Periph_AFIO, ENABLE); 然后再配 ...
分类:
其他好文 时间:
2019-02-20 12:53:24
阅读次数:
208
sql左外连接和右外连接的区别 sql左外连接和右外连接的区别 sql左外连接和右外连接的区别 sql左外连接和右外连接的区别 两个表:A(id,name)数据:(1,张三)(2,李四)(3,王五)B(id,name)数据:(1,学生)(2,老师)(4,校长)左连接结果:select A.*,B.* ...
分类:
数据库 时间:
2019-02-18 10:18:13
阅读次数:
204
<!-- flowchart 箭头图标 勿删 --> 国庆长假第二天,研究拥塞控制的绝佳时机。我暂时没钱去非洲观测角马斑马在狮子和鳄鱼虎视眈眈的注目下迁徙,但我可以在家门口观测更壮观的…好久没有写点TCP的东西了,只是看着国庆大堵车,喝着啤酒,就想起了TCP,无假期,不TCP,那就整点儿呗… 很多人 ...
分类:
其他好文 时间:
2019-02-17 12:46:09
阅读次数:
585
"If you can't measure it, you can't improve it." The first step when doing performance work is to measure meaningful metrics to establish a baseline f ...
分类:
Web程序 时间:
2019-02-12 09:11:35
阅读次数:
159
准备素材:centos71、新增一块新硬盘,sdb20G,不必reboot,直接可以“echo‘---‘>/sys/class/scsi_host/host0/scan”扫描即可出现。[root@centos7~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTsda8:00200G0disk├─sda18:101G0part/boot├─sda
分类:
其他好文 时间:
2019-02-11 19:45:43
阅读次数:
216