配置父子路由关系,A.vue和B.vue是Main.vue的子组件: { path: '/main/', name: 'main', component: () => import('components/Main.vue'), children: [ { path: 'a', name: 'a', ...
分类:
其他好文 时间:
2020-07-30 01:54:24
阅读次数:
157
self-attetion 1. 输入 \[ X = EmbeddingLookup(X) + PositionalEncoding \\ X.shape == (batch\_size, seq\_len, embedding\_dim) \] 2. 计算Q,K,V \[ Q = Linear(X ...
分类:
其他好文 时间:
2020-07-30 01:46:15
阅读次数:
87
phpexcel图片获取常见的两种方式: require_once dirname(__FILE__) . '/../Jn/PHPExcel.php'; $filePath = "123.xls"; $inputFileType = PHPExcel_IOFactory::identify($fil ...
分类:
Web程序 时间:
2020-07-29 17:38:51
阅读次数:
81
最近发现在开发环境下出现问题 将HTML页面复制到android/app/src/main/assets文件夹 source = Platform.OS 'ios' ? require('../Static.bundle/**html') : { uri: 'file:///android_asse ...
分类:
移动开发 时间:
2020-07-29 17:35:10
阅读次数:
141
Redis 安装 Window 下安装 下载地址:https://github.com/tporadowski/redis/releases。 Redis 支持 32 位和 64 位。这个需要根据你系统平台的实际情况选择,这里我们下载 Redis-x64-xxx.zip压缩包到 C 盘,解压后,将文 ...
开发1:一个基本的react组件类 代码如下: // 一个基本的react组件类 export default class TableName extends Component { static const extTypes ={ router:PropTypes.any } // 初始化 con ...
分类:
其他好文 时间:
2020-07-29 17:30:08
阅读次数:
67
react-readux组件 https://github.com/reduxjs/react-redux 把一个组件拆成两个部分,一个叫UI组件,一个叫容器组件。 1,UI组件,presentational component,纯租金 特点: 只负责UI的呈现,不带有任何的业务逻辑 无状态组件,没 ...
分类:
其他好文 时间:
2020-07-29 10:34:50
阅读次数:
74
config 配置 1 # -*- coding = utf-8 -*- 2 # @Time : 2020/7/28 17:51 3 # @Author : 贾伟文 4 # @File : config.py 5 # @Software : PyCharm 6 7 DB_URI = 'mysql:/ ...
分类:
其他好文 时间:
2020-07-29 10:28:10
阅读次数:
67
注意:spring4之后,使用注解开发需要导入AOP包org.springframework:spring-aop:5.2.5.RELEASE以及context约束,增加注解的支持 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http:/ ...
分类:
编程语言 时间:
2020-07-28 22:24:12
阅读次数:
70
Buttons Images Containers ProgressIndicators Shapes Miscellaneous ...
分类:
其他好文 时间:
2020-07-28 22:17:13
阅读次数:
62