随笔 - 83,  文章 - 6,  评论 - 20,  阅读 - 10万
12 2022 档案
websocket-sharp 实现websocket
摘要:第一步,使用VS创建一个应用程序 第二步,添加引用 websocket-sharp DLL文件,或者NuGet程序包中添加 第三部,创建Laputa 类 using WebSocketSharp; using WebSocketSharp.Server; namespace ConsoleApp1 阅读全文
posted @ 2022-12-27 16:04 £冷☆月№ 阅读(657) 评论(0) 推荐(0) 编辑
FineUI通过js事件条用后台方法实现弹窗
摘要:一、html标签的onclick事件 <button type="button" class="btnUpdate" onclick="<%# GetEditUrl(Eval("DetailId")) %>">纠正</button> 二、后台弹窗方法 public string GetEditUrl 阅读全文
posted @ 2022-12-26 16:21 £冷☆月№ 阅读(229) 评论(0) 推荐(0) 编辑
获取Excel列标
摘要:/// <summary> /// 获取Excel列标 A B C...Z等 /// </summary> /// <param name="col">Excel列数,从0开始</param> /// <returns></returns> public string getExcelColumnL 阅读全文
posted @ 2022-12-23 14:09 £冷☆月№ 阅读(71) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示