# -*- coding: utf-8 -*-import cv2 as cvimport numpy as npfrom matplotlib import pyplot as pltimport cv2img = cv.imread('C:/Users/Administrator/Desktop ...
分类:
其他好文 时间:
2019-05-21 12:46:48
阅读次数:
129
更新Win10,原来的IIS站点访问不了,原因是因为IIS 没有.net 4.5,使用网上的aspnet_regiis.exe -i命令,一点都不靠谱,直接提示: C:\WINDOWS\system32>c:\windows\microsoft.net\framework64\v4.0.30319\ ...
springMVC:HandlerInterceptor拦截器添加系统日志(权限校验)代码收藏 - LinkcOne - CSDN博客https://blog.csdn.net/qq_22815337/article/details/79603530 Spring MVC - 简书https://w ...
分类:
编程语言 时间:
2019-05-20 15:18:34
阅读次数:
182
.lunbo{ height: 640px; width: 100%; background-position: -280px; margin-top: 103px; -webkit-animation: lunbo 5s infinite alternate; } @-webkit-keyfram... ...
分类:
Web程序 时间:
2019-05-19 23:12:52
阅读次数:
213
这几天终于刷完了自己说是要刷完的那几道题,赶紧写几篇博客记录。。 1. 先看看这个网站:https://blog.csdn.net/qq_41289254/article/details/81388343 接下来直接上题: 1.http://123.206.87.240:8005/post/inde ...
分类:
Web程序 时间:
2019-05-19 19:21:30
阅读次数:
179
Diamond Diamond (?; 277), n. Old English. diamaund Resembling a diamond; made of, or abounding in, diamonds; as, a diamond chain; a diamond field. A p ...
分类:
其他好文 时间:
2019-05-19 14:00:29
阅读次数:
85
mysql 8创建远程访问用户 [root@demo /]# mysql -u root -p #登录服务器数据库 Enter password:123xxx >user mysql; >CREATE USER 'rtuser'@'%' IDENTIFIED BY 'gs@2019#'; >ALTE ...
分类:
数据库 时间:
2019-05-19 11:47:26
阅读次数:
341
究其原因, 原来spring 扫包时候 扫了Webfilter 注解,注册了一次过滤匹配路径,扫了Component注解(又注册了一次过滤匹配路径,默认是全路径)。 Component注解后于WebFilter注解加载,所以导致Component注解覆盖了前面的匹配路径。 ...
分类:
编程语言 时间:
2019-05-19 09:21:51
阅读次数:
230
相关概念 基础类型 在java中: 位运算符 在java中,int数据底层以补码形式存储。int型变量使用32bit存储数据,其中最高位是符号位,0表示正数,1表示负数,可通过Integer.toBinaryString()转换为bit字符串, 左移<< 例如:5 << 2 = 20 右移>> 例如 ...
分类:
其他好文 时间:
2019-05-17 14:05:53
阅读次数:
153
首先,canvas:固定在浏览器上的画布,浏览器支持Internet Explorer 9、Firefox、Opera、Chrome 以及 Safari 支持 及其属性和方法。canvas为我们敞开了新一扇大门。属于HTML5中新增的一个标签,看起来与其他标签区别不大,在验证码之前,应该学习canv ...
分类:
其他好文 时间:
2019-05-16 13:56:08
阅读次数:
118