一丶页面跳转 1.window.open 2.window.location.href ...
分类:
其他好文 时间:
2018-08-02 17:43:32
阅读次数:
135
摘要: 架构 服务端采用 dotnet core webapi 前端采用: Vue + router +elementUI+axios 问题 使用前后端完全分离的架构,首先遇到的问题肯定是跨域访问。 架构 服务端采用 dotnet core webapi 前端采用: Vue + router +el ...
Tutorials on Inverse Reinforcement Learning 2018-07-22 21:44:39 1. Papers: Inverse Reinforcement Learning: http://citeseerx.ist.psu.edu/viewdoc/downlo ...
分类:
其他好文 时间:
2018-07-22 23:39:18
阅读次数:
364
下载地址: "网盘下载" 在线阅读本书 This book constitutes the joint refereed proceedings of the 4th International Workshop on Approximation Algorithms for Optimizatio ...
分类:
其他好文 时间:
2018-07-19 00:11:10
阅读次数:
678
在CentOS7上安装Oracle的方法,速速get起来
分类:
数据库 时间:
2018-07-12 23:58:51
阅读次数:
339
#include<iostream>#include "strmif.h"#include <initguid.h>#include<vector>#include<string> #pragma comment(lib, "setupapi.lib") using namespace std; # ...
分类:
编程语言 时间:
2018-07-07 17:54:27
阅读次数:
949
一、Zero Shot learning ? 在传统的分类模型中,为了解决多分类问题(例如三个类别:猫、狗和猪),就需要提供大量的猫、狗和猪的图片用以模型训练,然后给定一张新的图片,就能判定属于猫、狗或猪的其中哪一类。但是对于之前训练图片未出现的类别(例如牛),这个模型便无法将牛识别出来,而ZSL就 ...
分类:
其他好文 时间:
2018-07-07 17:34:10
阅读次数:
1018
用django做的第一个小项目 做一个项目首先要把表结构设计好 既表与表之间的关系 models 一对一表查询复习先 ...
分类:
其他好文 时间:
2018-07-07 13:39:15
阅读次数:
253
一.gulp的作用? 1.gulp sass : 编译sass 2.gulp rename : 重命名 3.gulp cssnano : 压缩css 4.gulp concat : 合并文件 5.gulp uglify : 压缩js 6.gulp babel : 将ES6转为ES5 二.如何使用gu ...
分类:
其他好文 时间:
2018-07-06 22:36:36
阅读次数:
207
协议分类 __PPP__(点对点协议 Point To Point)P77 __LCP__(链路控制协议 Link Control Protocol)P78 __NCP__(网络控制协议 Network Control Protocol)P78 __PAP__(口令鉴别协议 Password Aut ...
分类:
其他好文 时间:
2018-07-04 20:07:12
阅读次数:
209