摘要:
public class IniInfo { //调用API函数 [DllImport("kernel32")] private static extern bool WritePrivateProfileString(string section, string key, string val, 阅读全文
posted @ 2021-07-30 16:11
Cmale
阅读(184)
评论(0)
推荐(0)
摘要:
VS2019 技巧 大家好,今天分享几个我知道的实用 VS 技巧,而这些技巧我发现很多人都不知道。因为我经常在工作中遇到:我在同事电脑上解决问题,或在会议上演示代码示例时,使用了一些 VS “骚”操作,他们会好奇地问:你是怎么做到的?这给我的感觉,有时候你知道一些别人不知道的小技巧便可以让你显得更专 阅读全文
posted @ 2021-07-30 15:44
Cmale
阅读(1672)
评论(1)
推荐(3)
摘要:
1、判断文件夹是否存在 //spath:文件夹路径名 using System.IO; if (Directory.Exists(spath)) { } else { DirectoryInfo directoryInfo = new DirectoryInfo(spath); directoryI 阅读全文
posted @ 2021-07-30 15:14
Cmale
阅读(6411)
评论(0)
推荐(0)

浙公网安备 33010602011771号