原题链接在这里:https://leetcode.com/problems/24-game/ 题目: You have 4 cards each containing a number from 1 to 9. You need to judge whether they could operate ...
分类:
其他好文 时间:
2020-01-16 14:51:19
阅读次数:
97
Question: insert into #tmp exec usp_xxxx 报错 The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server "server_name" w ...
分类:
数据库 时间:
2020-01-16 14:46:48
阅读次数:
98
git 和 github 相信大家都很熟悉,在使用的过程中难免会出现一些问题,更何况我这样的经常换设备以及虚拟机的用户,经常会遇到git的各种问题,下面简单记录一下曾经出现过的问题以及解决的方法,可能部分解决的方法不是很正规,但是不管怎么说在本人的环境下都能回归到正常状态,所以,请不要打击我们小白的 ...
分类:
其他好文 时间:
2020-01-16 00:45:17
阅读次数:
136
This is my first note of CS224N (Natural Language Processing with Deep Learning), hoping could finish this class in the near future! Lecture1 drew an ...
分类:
其他好文 时间:
2020-01-15 21:29:44
阅读次数:
96
启动springboot的时候莫名其妙出现这个错误,我properties里面也没配置数据源啥的,但就是出现这个错误 解决方法: 在启动类上加@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 即在@SpringB ...
分类:
Web程序 时间:
2020-01-15 19:21:45
阅读次数:
90
最近原来的老项目有点问题需要处理一下,运行启动命令,就报了如下错误,提示找不到iPhone 6 模拟器。 老项目是一年前的当时项目的的版本时还是0.57,期间工作电脑的系统版本升级到了10.14.6, XCode的版本也升级到了10.3,使用如下命令可以查看当前项目的具体环境信息: 经过一番查阅资料 ...
分类:
其他好文 时间:
2020-01-15 14:10:46
阅读次数:
70
使用execjs 解析抓取的网页数据时,报错:Could not find an available JavaScript runtime pip install pyPyExecjs 安装 解决方案: 下载:wget https://nodejs.org/dist/v8.11.4/node-v8. ...
分类:
编程语言 时间:
2020-01-14 13:28:17
阅读次数:
154
最近在学习研究pyspark机器学习算法,执行代码出现以下异常: 19/06/29 10:08:26 ERROR Shell: Failed to locate the winutils binary in the hadoop binary pathjava.io.IOException: Cou ...
分类:
编程语言 时间:
2020-01-14 13:18:30
阅读次数:
110
Distinguishing between 32-bit and 64-bit A64 instructionsMost integer instructions in the A64 instruction set have two forms, which operate on either ...
分类:
其他好文 时间:
2020-01-13 20:02:44
阅读次数:
108
今天用JDBCTemplate时,发现启动服务器之后报错: Could not get JDBC Connection; nested exception is java.sql.SQLException: Unknown system variable 'tx_isolation'。 网上说是因为 ...
分类:
数据库 时间:
2020-01-13 19:39:54
阅读次数:
335