摘要: 2020-05-04 每日一例第46天 1.后台代码 OpenFileDialog op = new OpenFileDialog(); if (op.ShowDialog()==DialogResult.OK) { MessageBox.Show("文字长度:"+File.Open(op.File 阅读全文
posted @ 2020-05-04 23:38 winnerljs 阅读(7960) 评论(0) 推荐(0) 编辑
摘要: 2020-04-28 每日一例第45天 1.后台代码 <HTML><HEAD> 0420HTML中DIV的用法<style type="text/css">a:link{ font:14 宋体; color:blue; text-decoration:none; }a:active { color: 阅读全文
posted @ 2020-04-29 21:43 winnerljs 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 2020-04-28 每日一例第44天 1.后台代码 <html><head> 0420html中div的用法</head> <body> <div style="width:300px;height:600px;border:1px solid red;"> <div style="width:1 阅读全文
posted @ 2020-04-28 23:58 winnerljs 阅读(5658) 评论(0) 推荐(0) 编辑
摘要: 2020-04-27 每日一例第43天 1.后台代码 <html> <center><head> 0420html中div的用法</head> <body> <div style="color:Red; font-size:50px;background-color:Blue;width:300px 阅读全文
posted @ 2020-04-28 00:04 winnerljs 阅读(6879) 评论(0) 推荐(0) 编辑
摘要: 2020-04-21 每日一例第42天 1.后台代码 string dt = string.Format("{0}/{1}/{2}", textBox1.Text, textBox2.Text, textBox3.Text); DateTime pdt = Convert.ToDateTime(dt 阅读全文
posted @ 2020-04-21 23:36 winnerljs 阅读(2994) 评论(0) 推荐(0) 编辑
摘要: 2020-04-21 每日一例第41天 1.后台代码 <html> <center><head> 0420html中div的用法</head><body><div style="color:Red; font-size:50px;background-color:Blue;width:300px;b 阅读全文
posted @ 2020-04-21 00:09 winnerljs 阅读(2346) 评论(0) 推荐(0) 编辑
摘要: 2020-04-19 每日一例第40天 1.后台代码 MessageBox.Show("今天是:"+DateTime.Now.ToString("dddd"),"提示!"); 2.最终效果 阅读全文
posted @ 2020-04-19 23:28 winnerljs 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 2020-04-18 每日一例第40天 1.后台代码 double s; if (double.TryParse(textBox1.Text,out s )) { MessageBox.Show("输入的数值正确"); } else { MessageBox.Show("输入的数值不正确!"); } 阅读全文
posted @ 2020-04-18 23:26 winnerljs 阅读(3647) 评论(0) 推荐(0) 编辑
摘要: 2020-04-16 每日一例第39天 1.要求: 2.后台代码: <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="re 阅读全文
posted @ 2020-04-17 22:55 winnerljs 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 2020-04-16 每日一例第38天 1.要求: 2.后台代码: <html> <center><head> 邮箱登录</head><body> <table> <form> <tr> <td>邮箱账户: </td> <td><input name="txtname" type="text"/>< 阅读全文
posted @ 2020-04-16 23:20 winnerljs 阅读(668) 评论(0) 推荐(0) 编辑