08 2021 档案
C# 监听数据库数据变化(新增/修改/删除等),SqlDependency实现
摘要:sqlDependency提供了这样一种能力:当被监测的数据库中的数据发生变化时,SqlDependency会自动触发OnChange事件来通知应用程序,从而达到让系统自动更新数据(或缓存)的目的. using System; using System.Collections.Generic; us
阅读全文
js顺序执行使用 Promise
摘要:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Using_promises
阅读全文
layui tabel 展示带有富文本内容的行时,行高不受控问题
摘要:<style type="text/css"> {# 设置table每一行的height #} .layui-table-cell { height: 100px; line-height: 28px; } .layui-table-header{ height: 32px; } </style>
阅读全文
浙公网安备 33010602011771号