流浪のwolf

卷帝

导航

2023年3月29日

ADO.NET 事务 transaction

摘要: 事务回滚: 阅读全文

posted @ 2023-03-29 23:01 流浪のwolf 阅读(9) 评论(0) 推荐(0) 编辑

ADO.NET 连接数据库 【vs2022 + sqlServer】

摘要: using System.Data; using System.Data.SqlClient; namespace Zhu.ADO.NET { internal class Program { private static object adptr; private static void Main 阅读全文

posted @ 2023-03-29 22:09 流浪のwolf 阅读(165) 评论(0) 推荐(0) 编辑

element+vue2下的input的样式修改

摘要: /* 禁用下的input的字体颜色 */ /* .el-input.is-disabled /deep/ .el-input__inner { color: red; } */ /* 禁用下的input的样式修改 */ /* .el-input.is-disabled { border: 1px s 阅读全文

posted @ 2023-03-29 16:29 流浪のwolf 阅读(42) 评论(0) 推荐(0) 编辑

点击图片标记红点

摘要: /** 获取图片的xy坐标 【点击】 */ getMouseXY (e) { console.log('dadada') // offset 是点击当前对象【这里点击 img 】的偏移量 this.imgX = e.offsetX this.imgY = e.offsetY // 渲染红点 this 阅读全文

posted @ 2023-03-29 11:22 流浪のwolf 阅读(12) 评论(0) 推荐(0) 编辑