问题:rror Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that us 解决方法: Error Code: 1175. You are using safe ...
分类:
数据库 时间:
2018-06-15 15:56:14
阅读次数:
893
问题描述: TinyURL is a URL shortening service where you enter a URL such as https://leetcode.com/problems/design-tinyurl and it returns a short URL such a ...
分类:
Web程序 时间:
2018-06-15 15:52:00
阅读次数:
223
@EnableDiscoveryClient和@EnableEurekaClient注解都是向服务注册中心进行注册。 @EnableDiscoveryClient基于spring-cloud-commons,@EnableEurekaClient基于spring-cloud-netflix。 另外, ...
分类:
编程语言 时间:
2018-06-15 13:20:57
阅读次数:
275
MySQL InnoDB事务的隔离级别有四级,默认是“可重复读”(REPEATABLE READ)。 未提交读(READ UNCOMMITTED)。另一个事务修改了数据,但尚未提交,而本事务中的SELECT会读到这些未被提交的数据(脏读)。 提交读(READ COMMITTED)。本事务读取到的是最 ...
分类:
数据库 时间:
2018-06-15 13:04:59
阅读次数:
282
http://note.youdao.com/noteshare?id=e2346aede49b18822203fdfcb496e22d&sub=D84FA8B33BFB48469E1719EA27A1C7D3 ...
分类:
系统相关 时间:
2018-06-15 11:02:49
阅读次数:
169
http://note.youdao.com/noteshare?id=f25e8709db267d1ebf0cf54dc6cb74b8&sub=26DC528CE01C461CBCB10A1B3998E946 ...
分类:
系统相关 时间:
2018-06-15 11:01:34
阅读次数:
288
linux一般为在自己的家目录下建立 .ssh 文件夹 中生成密钥 /home/username/.ssh 生成的命令如下: 其中 可以随意些,一般建议包含@ ...
分类:
系统相关 时间:
2018-06-14 22:48:20
阅读次数:
330
[toc]1、异常信息:Failedtopullimage"spark:0.1":rpcerror:code=Unknowndesc=repositorydocker.io/sparknotfound:doesnotexistornopullaccess2、异常信息:Errorfromserver(BadRequest):container"xej"inpo
分类:
Web程序 时间:
2018-06-14 21:44:59
阅读次数:
1942
魔芋:学习正则时,了解了正则的大部分语法和用法后,通读了这篇文章,了解了正则的实际运行过程。才知道了正则的回溯会失控。不过,只有深入原理才能写出更好的正则代码。作者:小胡子哥。原文地址:http://www.cnblogs.com/hustskyking/p/how-regular-expressi... ...
分类:
其他好文 时间:
2018-06-14 20:59:54
阅读次数:
181