2020-04-15 每日一例第37天 1.要求: 2.后台代碼: <html> <center><head> 郵箱登錄</head>& ...
2020-04-15 每日一例第37天 1.要求: 2.后台代碼: <html> <center><head> 郵箱登錄</head>& ...
2020-03-23 每日一例第14天 1.新建對話框,拖Textbox/label/button; 2.“保存文件”按鈕后的代碼; SaveFileDialog sf1 = ...
2020-05-04 每日一例第46天 1.后台代碼 OpenFileDialog op = new OpenFileDialog(); if (op.ShowDialog()==Dial ...
2020-04-27 每日一例第43天 1.后台代碼 <html> <center><head> 0420html中div的用法</head> &l ...
2020-03-28 每日一例第20天 string fileName = @"D:\music\1.mp3"; //文件是否存在if (File.Exists(fileName)){ ...
2020-03-26 每日一例第18天 1)使用"+"拼接string字符串 string str = string.Empty; str = "a"; str = str + "b"; ...
2020-04-28 每日一例第44天 1.后台代碼 <html><head> 0420html中div的用法</head> <body> & ...
2020-03-16 每日一例第8天 1.新建窗體應用程序,拖入label/textbox/radiobutton控件,並改text值; 2.button控件輸入代碼; ...
2020-03-28 每日一例第19天 string fileName = @"D:\music\1.mp3"; //文件是否存在 if (File.Exists(fileName)) { ...
2020-04-18 每日一例第40天 1.后台代碼 double s; if (double.TryParse(textBox1.Text,out s )) { MessageBox.Show ...