码迷,mamicode.com
首页 >  
搜索关键字:builds has been thro    ( 12534个结果
Angular变更检测策略报错
报错信息: ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'null: 8'. Current value: ...
分类:其他好文   时间:2020-05-18 19:00:31    阅读次数:94
利用 谷歌 python 快速翻译 英文字幕
前期准备 准备好srt字幕文件 格式例如: 100:00:04,990 --> 00:00:07,759for a long time now I've been wanting to 200:00:07,759 --> 00:00:11,690shoot an episode where I di ...
分类:编程语言   时间:2020-05-18 16:44:54    阅读次数:113
配置c3p0连接池出现错误:java.sql.SQLException: An attempt by a client to checkout a Connection has timed
mysql是8版本的,在学习c3p0链接池配置的时候出现了一些问题,记录一下错误.. 刚开始出现的是这个错误 :java.lang.NoClassDefFoundError: com/mchange/v2/ser/Indirector 查了一下是缺少了mchange commons java 0.2 ...
分类:数据库   时间:2020-05-18 12:17:28    阅读次数:80
JUnit 5 Jupiter API
第 1 部分: JUnit 5 Jupiter API 第 2 部分: JUnit 5 Vintage 和 JUnit Jupiter 扩展模型 本教程介绍 JUnit 5。我们首先介绍如何在您的计算机上安装并设置 JUnit 5。我将简要介绍 JUnit 5 的架构和组件,然后展示如何使用 JUn ...
分类:Windows程序   时间:2020-05-18 01:02:08    阅读次数:104
AttributeError: 'OneHotEncoder' object has no attribute 'categories_'
解决办法: 更新sklearn库 具体方法: 1.打开anaconda下的anaconda的Promote 2.输入 pip list 可以查看当前已经安装的包和版本 3.更新sklearn: 输入”conda update scikit-learn” 参考: https://blog.csdn.n ...
分类:Web程序   时间:2020-05-17 17:55:46    阅读次数:208
D. Game With Array
Petya and Vasya are competing with each other in a new interesting game as they always do. At the beginning of the game Petya has to come up with an a ...
分类:其他好文   时间:2020-05-17 13:32:47    阅读次数:135
ubuntu Boot空间不够问题“The volume boot has only 5.1MB disk space remaining”
开机就有这个问题 查看空间BOOT空间告警 解决问题也很简单,就是选择几个版本老一点的文件移除, 然后就恢复正常了 后记: boot 目录中是系统引导文件和内核,更新内核之后旧内核还存放在里面,安装软件的时候就会提示 /boot 空间不足,解决办法就是将旧内核删除。 ...
分类:系统相关   时间:2020-05-17 01:07:49    阅读次数:105
Codeforces Round #643 (Div. 2) D. Game With Array(构造)
Petya and Vasya are competing with each other in a new interesting game as they always do. At the beginning of the game Petya has to come up with an a ...
分类:其他好文   时间:2020-05-16 23:37:41    阅读次数:129
ssh连接的时候出现Host key verification failed
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ...
分类:其他好文   时间:2020-05-16 18:52:21    阅读次数:113
前后端数据接口对接练习
练习要求: 1.1搭建项目(ubuntu): 终端操作(搭建前端项目): cd ./Desktop //进入桌面 moluo@ubuntu:~/Desktop$ mkvirtualenv homework //创建虚拟环境 (homework) moluo@ubuntu:~/Desktop$ mkd ...
分类:其他好文   时间:2020-05-16 16:33:57    阅读次数:61
12534条   上一页 1 ... 31 32 33 34 35 ... 1254 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!