Ania has a large integer SS. Its decimal representation has length nn and doesn't contain any leading zeroes. Ania is allowed to change at most kk dig ...
分类:
其他好文 时间:
2019-09-24 14:24:01
阅读次数:
92
``` We're sorry but vue-app doesn't work properly without JavaScript enabled. Please enable it to continue. ``` ...
分类:
其他好文 时间:
2019-09-11 13:35:05
阅读次数:
209
Every now and again I run into a problem where cleaning my Android build folder just doesn't work. You can use File Explorer, gradle, even WSL with a ...
Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't ma ...
分类:
其他好文 时间:
2019-08-27 00:57:37
阅读次数:
71
考点:动词时态 △△△△△ 谓语动词 = 助动词 + 实义动词 I will go to Beijing 时态 W has come. 时态 R was not convinced. 被动 I must work hard. 情态 Does he like English? 疑问 He doesn’ ...
分类:
其他好文 时间:
2019-08-25 15:49:46
阅读次数:
166
在安装Kafka集群的时候,碰到这个问题。 我们知道在搭建Kafka集群的时候,我们需要设置broker.id,以作为当前服务器在整个集群的唯一标志。 网上搜查资料是说,log.dirs目录下的meta.properties中配置的broker.id和配置目录下的server.properties中 ...
分类:
Web程序 时间:
2019-08-23 14:58:20
阅读次数:
157
报错信息: Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. User "system:serviceaccount:mycomp-ser ...
分类:
其他好文 时间:
2019-08-22 00:41:58
阅读次数:
554
数据表: domain: Repository: 测试代码: 报错:Caused by: java.sql.SQLSyntaxErrorException: Table 'sell.hibernate_sequence' doesn't exist 解决:在domain实体类指明主键生成策略,保持数 ...
分类:
数据库 时间:
2019-08-20 10:41:47
阅读次数:
126
Mysql运用MERGE引擎进行分表 这里所做的分表是指水平拆分,就是多张表数据结构完全一致(所有的数据列一致,不多不少)。 要想用 MERGE引擎,所有需要拆分的表及拆分后的字表,必须为 MYISAM 引擎,这个好难满足。因为 MYISAM 引擎不支持事务,这在生产实际中极少数据表会采用 MYIS ...
分类:
其他好文 时间:
2019-08-20 00:33:03
阅读次数:
170
使用如下语句添加用户: 错语原因: mysql用户表的中某些字段不能为空,没有默认值,其实是操作错误,mysql添加用户是不能这样直接insert user表的。 解决: ...
分类:
数据库 时间:
2019-08-15 14:28:38
阅读次数:
118