应用日志提示错误:create connection error, url: jdbc:mysql://10.45.236.235:3306/db_wang?useUnicode=true&characterEncoding=UTF-8, errorCode 1129, state HY000jav ...
分类:
数据库 时间:
2019-01-30 16:10:05
阅读次数:
260
1. ngOnChanges is called before ngOnInit but after constructor() 2. ngOnChanges is called because of @Input() obj, obj's reference changes. If you mut ...
分类:
其他好文 时间:
2019-01-29 20:49:31
阅读次数:
189
So, shouldRasterize will not affect the green/red you see using Instruments. In order to have everything green, you'll need to not use transparency an ...
分类:
其他好文 时间:
2019-01-29 20:36:05
阅读次数:
233
var numbers = [1,3,5,7,9,4,3,2,1]; console.log(numbers.indexOf(5)); //从数组的0位开始查找 5 位于数组里面的位置 输出2 首先 理解一下 indexOf() 是从左往右查 参数“5” 位于数组的下标 所以这里打印出 2 再看 v ...
分类:
编程语言 时间:
2019-01-27 19:10:34
阅读次数:
126
mongodb在使用过程中有什么问题 关于连接方面 1. mongodb目标计算机积极拒绝无法连接 此问题很多情况下是出现在window安装 Mongo时,出现的主要原因是配置没配好: 1. 要把Mongo.exe添加系统环境中 2. 在Mongo.exe的目录创建data/db目录来存放mongo ...
分类:
数据库 时间:
2019-01-27 16:31:03
阅读次数:
206
题目要求 A self-dividing number is a number that is divisible by every digit it contains. For example, 128 is a self-dividing number because 128 % 1 == 0, ...
分类:
其他好文 时间:
2019-01-27 14:36:12
阅读次数:
140
控制台异常: parsing XML document from class path resource [applicationtext.xml]; nested exception is java.io.FileNotFoundException: class path resource [ap ...
分类:
移动开发 时间:
2019-01-25 23:19:47
阅读次数:
318
一、redis默认配置启动报错误信息如下 二、解决方法 三、修改后启动无报错状态 ...
分类:
其他好文 时间:
2019-01-25 00:24:21
阅读次数:
1637
SQL: "IN" Function The IN function helps reduce the need to use multiple OR conditions. 译:IN函数有助于减少OR条件的复合使用。 The syntax for the IN function is: 译:IN函 ...
分类:
数据库 时间:
2019-01-20 18:01:54
阅读次数:
281
Giant rocks from space are falling from the sky more than they used to, but don't worry. For the past 290 million years, large asteroids have been cra ...
分类:
其他好文 时间:
2019-01-20 12:03:15
阅读次数:
118