react路由跳转: 1.DOM跳转 <Link href={`/device/list`} to={`/device/add`}></Link> 2.js跳转 this.props.history.push("/device/add") 具体路由跳转细节,请自行百度 问题: 父组件: <TabPa ...
分类:
其他好文 时间:
2019-12-06 13:50:32
阅读次数:
346
前端 <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head> <body> <h1>获得服务器更新</h1> <div id="r ...
分类:
其他好文 时间:
2019-12-06 13:43:38
阅读次数:
113
1、生成一个UUID 1 [root@localhost ~]# uuidgen ens33 2 223bdb47-2fed-4773-b984-5f5733e61904 2、UUID号写入网络配置文件ifcfg-ens33 1 NAME=ens33 2 DEVICE=ens33 3 ONBOOT= ...
分类:
系统相关 时间:
2019-12-06 11:41:33
阅读次数:
804
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2019-12-06 00:27:06
阅读次数:
80
i.MXRTxxx Boot有三类行为模式:Serial ISP、Serial Boot、Device Boot,后两种都是跟App启动执行相关的行为模式,而Serial ISP模式则是相对独立的Flash下载功能,有了Serial ISP,便可省去专用Flash编程器,今天痞子衡就来详细聊一聊Se... ...
分类:
其他好文 时间:
2019-12-06 00:16:57
阅读次数:
121
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2019-12-06 00:09:17
阅读次数:
95
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2019-12-05 23:58:51
阅读次数:
183
In bus network,each device in the network handles its own communications control. 在总线网络中,每一个设备处理自己的通信管理,并没有主机. A ring network doesm' t use a central h ...
分类:
其他好文 时间:
2019-12-05 21:59:29
阅读次数:
149
Layer类简介 Layer是caffe中搭建网络的基本单元,caffe代码中包含大量Layer基类派生出来的各种各样的层,各自通过虚函数 Forward() 和 Backward() 实现自己的功能。 Forward() 函数用于前向计算过程,由 bottom blob 计算 top blob 和 ...
分类:
其他好文 时间:
2019-12-05 01:00:27
阅读次数:
110