-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
今天是 2022-11-01 Tuesday
Do you want to make a Jack-o'-lantern?
文章推荐:
敏捷团队的质量保障赋能, https://insights.thoughtworks.cn/quality-assurance-enablement-in-agile-team/
Kubernetes的未来:OIDC要优于Secret,Ingr…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
Using Brixton, I am trying to get a Feign client working with the following code in place:
```
interface CustomerService {
@RequestLine("GET /customer/check/{customerId}")
@Headers(va…
-
2023/08/18 15:39:28 read user rule file ok: 0
2023/08/18 15:39:28 Version: v2.0.321 beta
2023/08/18 15:39:29 API Server listen at 127.0.0.1:8361
2023/08/18 15:39:29 127.0.0.1:1400 GET /api/v1/live
…
-
Spring Cloud [Finchley.SR2] Released with the following projects:
spring-cloud-task : `2.0.0.RELEASE`
spring-cloud-stream : `Elmhurst.SR1`
spring-cloud-cloudfoundry : `2.0.1.RELEASE`
spring-cloud-dep…
-
### 为什么需要微服务:
1. 某些特定需求当前项目选型无法满足,例如 java 项目中的一些算法需要加密,即使混淆也不好处理。
2. 根据成员结构,进行拆分项目,以便各自更高效的开发
3. 程序中的某一块,对特定资源依赖严重,拆分出去。方便提升硬件利用率
4. 核心程序,对它人保密
### 微服务会遇到那些坑:
#### 1. 微服务之间代码如何复用
git submodu…