嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# WinForm 对日期函数是操作,在日期与字符串指间的转换处理可以做个例子看看吧。 程序的主要功能是,输入yyyy-MM-dd 的两个时间间隔和输入HH格式的时刻间隔,则随机产出在两个范围内的指定书目的随机数。
.
├── C# WinFrom 根据时间段和时刻间隔产生随机日期_RandomTime.zip
└── RandomTime
├── 软件
│ └── RandomTime.exe
├── 源文件
│ └── RandomTime
│ ├── RandomTime
│ │ ├── GetTime.Designer.cs
│ │ ├── GetTime.cs
│ │ ├── GetTime.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RandomTime.csproj
│ │ ├── RandomTime.csproj.user
│ │ ├── Tags.ico
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── RandomTime.exe
│ │ │ │ ├── RandomTime.pdb
│ │ │ │ └── RandomTime.vshost.exe
│ │ │ └── Release
│ │ │ ├── RandomTime.exe
│ │ │ ├── RandomTime.pdb
│ │ │ └── RandomTime.vshost.exe
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── RandomTime.GetTime.resources
│ │ │ ├── RandomTime.Properties.Resources.resources
│ │ │ ├── RandomTime.csproj.GenerateResource.Cache
│ │ │ ├── RandomTime.exe
│ │ │ ├── RandomTime.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ ├── RandomTime.csproj.FileListAbsolute.txt
│ │ └── Release
│ │ ├── RandomTime.GetTime.resources
│ │ ├── RandomTime.Properties.Resources.resources
│ │ ├── RandomTime.csproj.GenerateResource.Cache
│ │ ├── RandomTime.exe
│ │ ├── RandomTime.pdb
│ │ └── TempPE
│ ├── RandomTime.sln
│ └── RandomTime.suo
└── 使用说明.txt
15 directories, 34 files