三、用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
我直接用git pull的时候遇到这个错误: error: Your local changes to the following files would be overwritten by merge: protected/config/main.phpPlease, commit your ch ...
分类:
其他好文 时间:
2019-02-17 20:37:03
阅读次数:
178
<!-- flowchart 箭头图标 勿删 --> 国庆长假第二天,研究拥塞控制的绝佳时机。我暂时没钱去非洲观测角马斑马在狮子和鳄鱼虎视眈眈的注目下迁徙,但我可以在家门口观测更壮观的…好久没有写点TCP的东西了,只是看着国庆大堵车,喝着啤酒,就想起了TCP,无假期,不TCP,那就整点儿呗… 很多人 ...
分类:
其他好文 时间:
2019-02-17 12:46:09
阅读次数:
585
1、如果系统中有一些配置文件在服务器上做了配置修改,然后后续开发又新添加一些配置项的时候, 在发布这个配置文件的时候,会发生代码冲突: error: Your local changes to the following files would be overwritten by merge: pr ...
分类:
其他好文 时间:
2019-02-12 13:24:13
阅读次数:
145
"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
在使用nodemon的时候,针对于同一个文件一次使用还好,当多次使用的时候就会出现这样的情况: 解决办法: nodemon clean exit 原因: 可能是因为缓存造成的; ...
分类:
其他好文 时间:
2019-02-08 19:56:05
阅读次数:
1237
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of mone ...
分类:
其他好文 时间:
2019-02-08 10:25:11
阅读次数:
207