07 2021 档案

c# 获取本机ip
摘要:/// <summary> /// 取本机主机ip /// </summary> /// <returns></returns> public static string GetLocalIP() { try { string AddressIP = ""; IPAddress[] ips = Dn 阅读全文

posted @ 2021-07-22 10:09 七七2020 阅读(60) 评论(0) 推荐(0)

Winform学习(八)——使用setup打包程序
摘要:参考网址:https://zhuanlan.zhihu.com/p/183677490 http://blog.sina.com.cn/s/blog_49f485700100m1bo.html ☆ https://blog.csdn.net/u011981242/article/details/51 阅读全文

posted @ 2021-07-14 17:39 七七2020 阅读(535) 评论(0) 推荐(0)

导航