焦飞 焦飞
4年前
Pytorch使用CNN实现手写数字识别(详细注释)
环境:python3、torch1.2.0(torch1.5.0也可以)、torchvision0.4.0代码:(注:DOWNLOADMNISTFalse第一次应该设为True,原因在代码注释里)pythonimporttorchfromtorch.autogradimportVariableimporttorch.utils.dataa
Easter79 Easter79
4年前
SpringSecurityOAuth2(9) feign 微服务间调用 token验证
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Stella981 Stella981
4年前
FastReport二维码打印存在的问题
FastReport二维码打印存在的问题 (2018052109:28:38)!(https://oscimg.oschina.net/oscnet/bbfefd5fe1121de221a9b20a843368a007b.gif)转载▼标签:delphi(https://ww
Stella981 Stella981
4年前
Guns 官方介绍
Guns码云地址:https://gitee.com/naan1993/guns/1、项目介绍介绍Guns基于SpringBoot,致力于做更简洁的后台管理系统,完美整合springmvcshiromybatisplusbeetlflowable!Guns项目代码简洁,注
Easter79 Easter79
4年前
SpringSecurityOAuth2(5)自定义登录登出
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Easter79 Easter79
4年前
SpringSecurityOAuth2(8) swagger2 集成OAuth2
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Stella981 Stella981
4年前
C# Modbus 数据读取 使用NModBus4库
ModBus通讯协议    方法名作用所需参数返回值对应功能码ReadCoils读取DO的状态从站地址(8位)byteslaveAddress起始地址(16位)ushortstartAddress读取数量(16位)ushortnumberOfPointsbool\\01Re
Easter79 Easter79
4年前
SpringSecurityOAuth2(3)自定义token信息
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Easter79 Easter79
4年前
SpringSecurityOAuth2(4)根据请求URI动态权限判断
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Wesley13 Wesley13
4年前
JAVA 中的反射(reflact)
获取反射加载类(获取类的字节码)的3种方式:Classclass1Class.forName("lession\_svc.lession\_svc.reflact.Person");Classclass2newPerson().getClass();Classclass3\Person.class;