04 2019 档案
摘要:原文 The Once and Only Once principle can be thought of as a subset of the Don’t Repeat Yourself principle, and is one of the most fundamental principle
阅读全文
摘要:The Stable Dependencies Principle states that “The dependencies between software packages should be in the direction of the stability of the packages.
阅读全文
摘要:原文 分布式锁: 原理:与常规锁的原理相同。 目的就是确保,在多个线程并发时,只有一个线程在同一刻操作这个业务或者说方法、变量。 在一个进程中,也就是一个jvm 或者说应用中,我们很容易去处理控制,在jdk java.util 并发包中已经为我们提供了这些方法去加锁, 比如synchronized
阅读全文
摘要:DTS(待了解) vs trasaction事务 脏数据 && 脏数据的清理 永远返回非空对象(忌:返回空值) 异常: invoker(trackTrace:debug、release是不同的) CallerMemberName:获取谁来调用此方法 异常返回: 【错误码】:分类、断定; 客户端调用,
阅读全文
摘要:官网登陆地址:https://marketing.criteo.com/ 官网api介绍:https://marketing.criteo.com/e/s/article?article=360001226005-Marketing-API-details&language=en_US 官网swag
阅读全文
摘要:enum 转为 string:EnumMember & StringEnumConverter enum array 转为string array:StringEnumConverter & JsonProperty dll引用:
阅读全文
摘要:form提交绑定到特定的iframe & form的结果在dialog上显示 form:target属性 modal显示iframe 绑定js事件 触发modal
阅读全文