资源简介
一个根据濮阳地区限号规则查询每天的限号,比较基础的代码,希望可以帮助初学者。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace PY限号提醒
{
public partial class Form2 : Form
{
public Form2()
{
InitializeComponent();
}
private void timer1_Tick(object sender EventArgs e)
{
show_date();
}
int int_week = Int32.Parse(DateTime.Now.DayOfWeek.ToString(“d“));
string[] arr_week = new string[] {“星期天““星期一““星期二““星期三““星期四““星期五““星期六“};
string[] arr_xh = new string[] { “今日不限号““1 和 6““2 和 7““3 和 8““4 和 9““5 和 0““今日不限号“ };
private void Form2_Load(object sender EventArgs e)
{
show_date();
show_today_xh();
}
private void button1_Click(object sender EventArgs e)
{
MessageBox.Show(arr_wee
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-12 17:26 PY限号提醒\
目录 0 2018-10-13 09:10 PY限号提醒\PY限号提醒\
文件 1011 2018-10-12 17:26 PY限号提醒\PY限号提醒.sln
文件 39936 2018-10-14 11:26 PY限号提醒\PY限号提醒.v12.suo
目录 0 2018-10-12 17:34 PY限号提醒\PY限号提醒\bin\
目录 0 2018-10-13 08:40 PY限号提醒\PY限号提醒\bin\Debug\
文件 12800 2018-10-13 09:10 PY限号提醒\PY限号提醒\bin\Debug\PY限号提醒.exe
文件 28160 2018-10-13 09:10 PY限号提醒\PY限号提醒\bin\Debug\PY限号提醒.pdb
文件 24216 2018-10-14 11:23 PY限号提醒\PY限号提醒\bin\Debug\PY限号提醒.vshost.exe
文件 490 2018-04-12 07:35 PY限号提醒\PY限号提醒\bin\Debug\PY限号提醒.vshost.exe.manifest
目录 0 2018-10-12 17:34 PY限号提醒\PY限号提醒\bin\Release\
文件 3737 2018-10-13 09:10 PY限号提醒\PY限号提醒\Form2.cs
文件 7884 2018-10-13 08:46 PY限号提醒\PY限号提醒\Form2.Designer.cs
文件 6011 2018-10-13 08:46 PY限号提醒\PY限号提醒\Form2.resx
目录 0 2018-10-12 17:26 PY限号提醒\PY限号提醒\obj\
目录 0 2018-10-13 09:10 PY限号提醒\PY限号提醒\obj\Debug\
文件 1453 2018-10-13 08:32 PY限号提醒\PY限号提醒\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6930 2018-10-12 17:34 PY限号提醒\PY限号提醒\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 842 2018-10-14 11:23 PY限号提醒\PY限号提醒\obj\Debug\PY限号提醒.csproj.FileListAbsolute.txt
文件 977 2018-10-13 08:46 PY限号提醒\PY限号提醒\obj\Debug\PY限号提醒.csproj.GenerateResource.Cache
文件 12800 2018-10-13 09:10 PY限号提醒\PY限号提醒\obj\Debug\PY限号提醒.exe
文件 180 2018-10-13 08:46 PY限号提醒\PY限号提醒\obj\Debug\PY限号提醒.Form2.resources
文件 28160 2018-10-13 09:10 PY限号提醒\PY限号提醒\obj\Debug\PY限号提醒.pdb
文件 180 2018-10-13 08:40 PY限号提醒\PY限号提醒\obj\Debug\PY限号提醒.Properties.Resources.resources
目录 0 2018-10-12 17:26 PY限号提醒\PY限号提醒\obj\Debug\TempPE\
文件 495 2018-10-12 17:36 PY限号提醒\PY限号提醒\Program.cs
目录 0 2018-10-12 17:26 PY限号提醒\PY限号提醒\Properties\
文件 1352 2018-10-12 17:26 PY限号提醒\PY限号提醒\Properties\AssemblyInfo.cs
文件 2880 2018-10-12 17:26 PY限号提醒\PY限号提醒\Properties\Resources.Designer.cs
文件 5612 2018-10-12 17:26 PY限号提醒\PY限号提醒\Properties\Resources.resx
文件 1101 2018-10-12 17:26 PY限号提醒\PY限号提醒\Properties\Settings.Designer.cs
............此处省略2个文件信息
- 上一篇:限制位置简单算法版
- 下一篇:C# 声卡检测(PC喇叭)
评论
共有 条评论