码迷,mamicode.com
首页 >  
搜索关键字:classes    ( 3495个结果
简单工厂模式
模式定义(Simple Factory Pattern)“In simple factory pattern, we have a factory class which has a method that returns different types of object based on giv ...
分类:其他好文   时间:2020-01-22 16:14:08    阅读次数:82
idea将web项目打成war包放在tomcat/webapps上运行
1.进入Project Structure 或者 file -> Project Structure 或者 快捷键ctrl+alt+shift+s 2.选中Artifacts 3、点加号,然后如图 4、war包的默认输出路径 5、点击+号 -> 选择Directory -> 选择web项目根路径 6 ...
分类:移动开发   时间:2020-01-22 14:41:18    阅读次数:190
Spring security - why does RoleVoter supports all classes and WebExpressionVoter only supports subclasses of FilterInvocation?
The secured object is an abstract representing whatever is secured. It may be a MethodInvocation in case of @Secured, @RolesAllowed, @PreFilter and @P ...
分类:编程语言   时间:2020-01-21 14:42:49    阅读次数:84
tensor的维度扩张的手段--Broadcasting
broadcasting是tensorflow中tensor维度扩张的最常用的手段,指对某一个维度上重复N多次,虽然它呈现数据已被扩张,但不会复制数据。 可以这样理解,对 [b,784]@[784,10]+[10]这样一个操作([10]可以理解为偏置项),那么原式可以化为[b,10]+[10],但是 ...
分类:其他好文   时间:2020-01-20 21:03:15    阅读次数:76
常用网站
numpy https://numpy.org/devdocs/user/index.html pandas https://pandas.pydata.org/pandas docs/stable/ sklearn GUIDE https://scikit learn.org/stable/use ...
分类:Web程序   时间:2020-01-20 18:45:12    阅读次数:128
利用浏览器外部协议(URL Procotol)打开本地exe文件
一、利用注册表文件将外部协议写入注册表 [HKEY_CLASSES_ROOT\PCTV] @="PCTVProtocol" "URL Protocol"="\"C:\\Program Files (x86)\\PCTV双模软终端_64位\\PCTV.exe\"" [HKEY_CLASSES_ROOT ...
分类:Web程序   时间:2020-01-15 11:53:27    阅读次数:175
27.Spring-Boot中拦截器中静态资源的处理(踩过坑)以及Spring mvc configuring拓展介绍
一.springboot中对静态资源的处理 默认情况下,springboot提供存放放置静态资源的文件夹: /static /public /resources /META-INF/resources 对于maven项目即就是存在src/main/resources 文件夹下。 ? 如图:stati ...
分类:编程语言   时间:2020-01-15 10:16:57    阅读次数:79
Spring Boot引入某个包下部分Bean
Spring Boot环境下,假如有个第三方包third.jar,内有com.xxx.config目录,在com.xxx.config目录下有3个被@Component注释的类分别是A, B, C,现在我们需要在应用中让A注册到Spring容器中,而B,C不注册进来。有2个方法: ...
分类:编程语言   时间:2020-01-14 23:27:40    阅读次数:175
8.Dubbo-admin管理控制台使用
下载地址: https://github.com/apache/incubator-dubbo 一直往下拉 ? Dubbo2.60之后dubbo-admin使用springboot构建的所以运行不需要依赖tomcat,maven打的包将是Jar包。 ? ? 默认端口是7001 进入:D:\open- ...
分类:其他好文   时间:2020-01-13 16:15:21    阅读次数:90
SpringBoot WebUploader大文件分片上传
后端技术:SpringBoot2.x 页面:freemarker webuploader:http://fex.baidu.com/webuploader/getting-started.html 1.application.properties server.port=9999 spring.fr ...
分类:编程语言   时间:2020-01-13 12:48:58    阅读次数:125
3495条   上一页 1 ... 23 24 25 26 27 ... 350 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!