码迷,mamicode.com
首页 >  
搜索关键字:track changes    ( 2946个结果
用numpy.pad()对图像进行填充及简单的图像处理
三、用numpy.pad()对图像进行填充及简单的图像处理 https://blog.csdn.net/wang454592297/article/details/80854996 三、用numpy.pad()对图像进行填充及简单的图像处理 https://blog.csdn.net/wang454 ...
分类:其他好文   时间:2019-02-22 16:38:33    阅读次数:505
STM32F103串口配置,并且使用printf进行打印
首先要配置串口时钟: 首先要配置串口时钟: // 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左外连接和右外连接的区别 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同步github代码到服务器
我直接用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
关于TCP CORK的一个细节
<!-- flowchart 箭头图标 勿删 --> 国庆长假第二天,研究拥塞控制的绝佳时机。我暂时没钱去非洲观测角马斑马在狮子和鳄鱼虎视眈眈的注目下迁徙,但我可以在家门口观测更壮观的…好久没有写点TCP的东西了,只是看着国庆大堵车,喝着啤酒,就想起了TCP,无假期,不TCP,那就整点儿呗… 很多人 ...
分类:其他好文   时间:2019-02-17 12:46:09    阅读次数:585
git问题解决
1、如果系统中有一些配置文件在服务器上做了配置修改,然后后续开发又新添加一些配置项的时候, 在发布这个配置文件的时候,会发生代码冲突: error: Your local changes to the following files would be overwritten by merge: pr ...
分类:其他好文   时间:2019-02-12 13:24:13    阅读次数:145
[HTML5] Track First Contentful Paint with PerformanceObserver and Google Analytics
"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
clean exit - waiting for changes before restart
在使用nodemon的时候,针对于同一个文件一次使用还好,当多次使用的时候就会出现这样的情况: 解决办法: nodemon clean exit 原因: 可能是因为缓存造成的; ...
分类:其他好文   时间:2019-02-08 19:56:05    阅读次数:1237
5F - Coin Change
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
2946条   上一页 1 ... 38 39 40 41 42 ... 295 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!