1.首先安装JAVA环境 2.下载链接 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.2.deb wget https://artifacts.elastic.co/downloads/elas ...
分类:
系统相关 时间:
2021-07-05 17:46:31
阅读次数:
0
与前文中的俄罗斯方块游戏一样都是可以用于强化学习算法的游戏模拟器,这里介绍的是超级玛丽奥(gym-super-mario-bros)游戏的仿真环境。 Python库,代码地址: https://gitee.com/devilmaycry812839668/gym-super-mario-bros ...
分类:
编程语言 时间:
2021-07-05 17:33:37
阅读次数:
0
之前ASP.NET Web API我们处理异常都是通过过滤器(filter)来处理,但在ASP.NET Core Web API中我们需要通过中间件(middleware)或UseExceptionHandler等方法进行异常处理,本文主要介绍一下ASP.NET Core Web API中进行异常处 ...
参见: https://git-scm.com/book/zh/v2 https://www.liaoxuefeng.com/wiki/896043488029600 ...
分类:
其他好文 时间:
2021-07-05 17:30:18
阅读次数:
0
参见: 下载:https://git-scm.com/download/win 安装教程:https://www.jianshu.com/p/bebba0d8038e ...
分类:
其他好文 时间:
2021-07-05 17:28:58
阅读次数:
0
Vue脚手架安装失败 参考链接 https://www.cnblogs.com/LiQingXin/p/14221850.html 进行vue init webpack vue01 命令行失败 可能原因是github访问不了,请求超时 试着去ping github网站发现可以ping通,就是延迟有点 ...
分类:
其他好文 时间:
2021-07-05 17:26:12
阅读次数:
0
https://www.it1352.com/1873377.html #!/bin/sh if [ -n "$TMUX" ]; then case "$1" in prod_*) tmux selectp -P bg=red ;; esac fi ssh "$@" tmux selectp -P ...
分类:
其他好文 时间:
2021-07-05 17:23:38
阅读次数:
0
1 AngularJS xss payload https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/XSS%20Injection/XSS%20in%20Angular.md 2 CVE-2020-11110 Vulnera ...
分类:
其他好文 时间:
2021-07-05 17:22:35
阅读次数:
0
在线HTML转JS/JSON工具在线HTML转JS/JSON工具本工具支持将HTML转JS/JSON工具,将HTML字符串转成JS的变量形式或JSON数组形式,一般用于JS字符串拼接。https://tooltt.com/html2js/ ...
分类:
Web程序 时间:
2021-07-05 17:22:04
阅读次数:
0
查询历史弹幕 https://api.bilibili.com/x/v2/dm/history 时返回的是 ProtoBuf 格式的数据,需要用 protoc 和 google.protobuf 解析。 流程 首次使用,需要下载安装。https://github.com/protocolbuffer ...
分类:
其他好文 时间:
2021-07-05 17:06:05
阅读次数:
0