91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

加班管理系統本人自己寫的.net 本人新手,簡單的登入,增刪改查,申請審核,字段翻譯等

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;

namespace?_001test
{
????//枚舉定義
????//public?enum?Gender
????//{
????//????男
????//????女
????//}
????//Preson結構體
????//public?struct?Person
????//????????{
????//????????????public?string?name;
????//????????????public?Gender?sex;
????//????????????public?int?age;
????//????????}
????//enum?MyColor
????//{
????//????red
????//????green
????//????blue
????//}

????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????//????try
????????????//????{
????????????//????????Console.WriteLine(“請輸入你的語文成績“);
????????????//????????int?chinese?=?Convert.ToInt32(Console.ReadLine());
????????????//????????Console.WriteLine(“請輸入你的數學成績“);
????????????//????????int?math?=?Convert.ToInt32(Console.ReadLine());
????????????//????????Console.WriteLine(“你的總成績{a0}“chinese?+?math);
????????????//????}
????????????//????catch
????????????//????{
????????????//????????Console.WriteLine(“輸入有誤!“);
????????????//????}

????????????//第一題
????????????//Console.WriteLine(“請輸入你的姓名“);
????????????//string?name?=?Console.ReadLine();
????????????//Console.WriteLine(“請輸入你的語文成績“);
????????????//int?chinese?=?Convert.ToInt32(Console.ReadLine());
????????????//Console.WriteLine(“請輸入你的數學成績“);
????????????//int?math?=?Convert.ToInt32(Console.ReadLine());
????????????//Console.WriteLine(“請輸入你的英語成績“);
????????????//int?English?=?Convert.ToInt32(Console.ReadLine());
????????????//int?sum?=?chinese?+?Math?+?english;
????????????//int?pj?=?sum?/?3;
????????????//Console.WriteLine(“{0}你的總分數為{1}分平均為{2}分。“namechinese+math+English(chinese+math+English)/3);
????????????//Console.ReadKey();

????????????//第二題
????????????//Console.WriteLine(“輸入天數“);
????????????//int?day?=?Convert.ToInt32(Console.ReadLine());
????????????//int?week?=?day?/?7;
????????????//int?mod??=?day?%7;
????????????//Console.WriteLine(“{0}天是{1}周零{2}天“dayday/7day%7);
????????????//Console.ReadKey();

????????????//第三題?????????????????秒除于一天的秒等于幾天?
????????????//int?secodes?=?107653;
????????????//int?day?=?secodes?/?(3600?*?24);
????????????//int?h?=?(secodes?-?(day?*?3600*24))?/?3600;
????????????//int?f?=?(secodes-(day*3600*24)-(h*3600))/60;
????????????//int?secodes1?=?(secodes?-?(day?*?3600?*?24)?-?(h?*?3600)?-?(f*60))?%?60;
????????????//Console.WriteLine(“{0}秒是{1}天{2}小時{3}分鐘{4}秒“secodesdayhfsecodes1);

????????????//int?secodes11?=?107653;???????????????????//總秒數
????????????//int?day1?=?secodes?/?(3600?*?24);????????//天數
????????????//int?mod?=?secodes?%?(3600?*?24);???????//?剩余秒數
????????????//int?hour?=?mod?/?3600;???????????????????//小時
????????????//mod?=?mod?%?3600;??????????????????????//剩余秒數
????????????//int?min?=?mod?/?60;????????????????????//分鐘
????????????//int?secode?=?mod?%?60;????????????????//剩余秒數
????????????//Console.WriteLine(“{0}秒是{1}天{2}小時{3}分鐘{4}秒“?secodes11?day1?hour?min?secode);

???

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-07?16:56??MvcDemo\
?????目錄???????????0??2018-06-06?11:03??MvcDemo\001test\
?????文件????????2436??2018-06-06?11:11??MvcDemo\001test\001test.csproj
?????目錄???????????0??2018-05-07?10:06??MvcDemo\001test\bin\
?????目錄???????????0??2018-06-06?11:11??MvcDemo\001test\bin\Debug\
?????文件????????4608??2018-06-06?11:11??MvcDemo\001test\bin\Debug\001test.exe
?????文件???????13824??2018-06-06?11:11??MvcDemo\001test\bin\Debug\001test.pdb
?????文件???????11600??2018-06-06?11:11??MvcDemo\001test\bin\Debug\001test.vshost.exe
?????目錄???????????0??2018-05-07?10:06??MvcDemo\001test\bin\Release\
?????目錄???????????0??2018-05-07?10:06??MvcDemo\001test\obj\
?????目錄???????????0??2018-05-07?10:06??MvcDemo\001test\obj\x86\
?????目錄???????????0??2018-06-06?11:11??MvcDemo\001test\obj\x86\Debug\
?????文件?????????550??2018-06-06?11:11??MvcDemo\001test\obj\x86\Debug\001test.csproj.FileListAbsolute.txt
?????文件????????7049??2018-06-01?09:18??MvcDemo\001test\obj\x86\Debug\001test.csprojResolveAssemblyReference.cache
?????文件????????4608??2018-06-06?11:11??MvcDemo\001test\obj\x86\Debug\001test.exe
?????文件???????13824??2018-06-06?11:11??MvcDemo\001test\obj\x86\Debug\001test.pdb
?????文件????????5936??2018-06-06?11:11??MvcDemo\001test\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2018-05-07?10:06??MvcDemo\001test\obj\x86\Debug\TempPE\
?????文件???????40104??2018-06-06?11:10??MvcDemo\001test\Program.cs
?????目錄???????????0??2018-05-07?10:06??MvcDemo\001test\Properties\
?????文件????????1346??2018-05-07?10:06??MvcDemo\001test\Properties\AssemblyInfo.cs
?????目錄???????????0??2018-06-06?11:03??MvcDemo\002test\
?????文件????????2436??2018-06-06?11:11??MvcDemo\002test\002test.csproj
?????目錄???????????0??2018-06-06?11:03??MvcDemo\002test\bin\
?????目錄???????????0??2018-06-06?11:11??MvcDemo\002test\bin\Debug\
?????文件????????5632??2018-06-06?14:08??MvcDemo\002test\bin\Debug\002test.exe
?????文件???????13824??2018-06-06?14:08??MvcDemo\002test\bin\Debug\002test.pdb
?????文件???????11600??2018-06-06?11:14??MvcDemo\002test\bin\Debug\002test.vshost.exe
?????目錄???????????0??2018-06-06?11:03??MvcDemo\002test\bin\Release\
?????目錄???????????0??2018-06-06?11:03??MvcDemo\002test\obj\
?????目錄???????????0??2018-06-06?11:03??MvcDemo\002test\obj\x86\
............此處省略620個文件信息

評論

共有 條評論