摘要:
Java:Spring Statemachine C#:stateless: https://github.com/nblumhardt/stateless 阅读全文
摘要:
$list=import-csv test.csvforeach($c in $list){ $c|Add-Member Type "测试" $body = ConvertTo-Json $c $h=@{} $h.Add("Authorization","bearer 123456") Invoke 阅读全文
摘要:
应用层一个AppService默认是一个工作单元,默认是开启的,默认是事务的。因为应用服务方法应该是原子的且一般都会使用数据库。 但是有些情况需要关闭工作单元 1.AppService有多个操作需要操作数据库,但是有些操作需要就算是AppService出现了异常也要SaveChanges 例如,在某 阅读全文
摘要:
一直以为lock 一个实例就可以了,没想到实例的类型还是有区别的 阅读全文
摘要:
vue-select https://sagalbot.github.io/vue-select/docs/ 阅读全文
摘要:
mui:http://dev.dcloud.net.cn/mui/ saltUI:https://salt-ui.github.io 阅读全文
摘要:
private async void DynamicWorkflowAsyncCallBack() { await System.Threading.Tasks.Task.Run(() => { if (string.IsNullOrEmpty(nodeName) || nodeName == Cur... 阅读全文
摘要:
.floating-button { color: #fff; position: absolute; right: 16px; bottom: 88px; width: 56px; height: 56px; border-radius: 50%; z-index: 1500; overflow: 阅读全文
摘要:
1.引用计数2.引用跟踪算法(1.标记阶段 2.压缩阶段(碎片整理)) 静态字段引用对象一直存在,知道用于加载类型的APPdomain卸载为止。内存泄漏的一个常见原因就是让静态字段引用某个集合对象,然后不停的向集合添加数据项。 阅读全文
摘要:
https://github.com/nlog/NLog/wiki/Database-Target 阅读全文