随笔 - 785  文章 - 16 评论 - 39 阅读 - 166万
< 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

08 2020 档案
总结C#获取当前路径的7种方法
摘要:C#获取当前路径的方法如下: 1. System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName -获取模块的完整路径。 2. System.Environment.CurrentDirectory -获取和设置当前目录(该进程 阅读全文
posted @ 2020-08-16 11:09 qqhfeng16 阅读(18633) 评论(0) 推荐(1) 编辑
Devexpress aspxgridview oncustomcallback 无刷新更新数据
摘要:protected void gridView_CustomCallback(object sender, ASPxGridViewCustomCallbackEventArgs e) { ASPxGridView gridView = sender as ASPxGridView; if (e.P 阅读全文
posted @ 2020-08-12 23:11 qqhfeng16 阅读(325) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示