RocketMQ下载地址: "https://mirrors.tuna.tsinghua.edu.cn/apache/rocketmq/4.3.0/rocketmq all 4.3.0 bin release.zip" 环境规划: | 名称 | IP | 配置 | | | | | | NameSer ...
分类:
其他好文 时间:
2020-05-01 20:37:05
阅读次数:
65
There are some situations where you want to focus your tests on a particular component and not any of its children. There are other situations where y ...
分类:
其他好文 时间:
2020-05-01 01:32:17
阅读次数:
93
1. 使用 Filter 完成一个简单的权限模型: 1). 需求: ①. 管理权限 > 查看某人的权限 > 修改某人的权限 ②. 对访问进行权限控制: 有权限则可以访问, 否则提示: 没有对应的权限, 请 返回 2). 实现: ①. 对访问进行权限控制: > 使用 Filter 进行权限的过滤: 检 ...
分类:
其他好文 时间:
2020-04-30 23:23:09
阅读次数:
63
背景:本来就是一个记账的简单的应用,又添加了一些h5的页面,和一些弹框广告。 过程:在iOS上架之后,一直因为 Guideline 3.2.2 - Business - Other Business Model Issues - Unacceptable 被拒绝! 拒绝了四次,每次都是按照要求去修改 ...
分类:
移动开发 时间:
2020-04-30 11:50:15
阅读次数:
476
Coin Change Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 16592 Accepted Submission(s): 5656 Pr ...
分类:
其他好文 时间:
2020-04-29 21:49:18
阅读次数:
56
安装 使用 reduce.js 用来操作的变化过程,但是不能直接改变数据 action.js ...
分类:
其他好文 时间:
2020-04-29 01:07:59
阅读次数:
42
其他类型转成string 类型之间的相互转换 完整代码 ...
分类:
其他好文 时间:
2020-04-28 00:50:37
阅读次数:
63
VII. "CF954I Yet Another String Matching Problem" ~~FFT做字符串匹配就是有意思~~ 我们首先必须要搞清楚暴力匹配是什么样的过程。 例: | 位置 | 0 | 1 | 2 | 3 | | : : | : : | : : | : : | : : | ...
分类:
其他好文 时间:
2020-04-25 12:17:30
阅读次数:
70
Binary Tree Traversals Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 16273 Accepted Submission( ...
分类:
其他好文 时间:
2020-04-25 10:36:06
阅读次数:
49
最近有一个场景,在生产环境的一个库中,新增了一个字段。需要从另一个关联表中找到相当的字段回填。 影响数据数百万条。 首先,不能使用一条大的update语句来更新,这个锁太大,容易产生锁征用,造成死锁。 update B a set new_column=(SELECT other_col from ...
分类:
数据库 时间:
2020-04-23 19:04:39
阅读次数:
93