09 2017 档案

摘要:一个是书库绑定 一个是再次循环赋值 两种赋值方法 阅读全文
posted @ 2017-09-28 16:48 enych 阅读(11067) 评论(0) 推荐(1) 编辑
摘要:dtOrderDateFrom.Format = DateTimePickerFormat.Custom; dtOrderDateFrom.CustomFormat = " "; DateTimePicker 时间控件置空 格式化输出 textBox1.Text = dateTimePicker1. 阅读全文
posted @ 2017-09-15 12:02 enych 阅读(702) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-09-06 17:16 enych 阅读(5) 评论(0) 推荐(0) 编辑
摘要:1 --插入数据修改不行;必须提供学号 2 insert into Student(生日类型) values('阳历') 3 4 --把月份提取出来 显示两位数 5 select DATENAME(month,getdate()) 6 SELECT convert(varchar(20),DATENAME(month,getdate())) 7 8 ----把月份提取出来 ... 阅读全文
posted @ 2017-09-05 10:18 enych 阅读(822) 评论(0) 推荐(0) 编辑
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace di3tishulie 8 { 9 class Program 10 { 11 static lo... 阅读全文
posted @ 2017-09-03 16:00 enych 阅读(1207) 评论(0) 推荐(0) 编辑
摘要:1 一个for 2 3 static void Main(string[] args) 4 { 5 int x, y, z; 6 for (x = 1; x = 0) 12 { 13 z = 100 - x - y; 14 if (z >= 0) 15 { 16 Console.WriteLine("{0},{1},{2}", x, y, z); 17 } 18 } 19 } 20... 阅读全文
posted @ 2017-09-03 15:41 enych 阅读(242) 评论(0) 推荐(0) 编辑
摘要:1 using System; 2 using System.Drawing; 3 using System.Windows.Forms; 4 5 namespace 案例演示 6 { 7 public partial class frmlogo : Form 8 { 9 public frmlogo() 10 { 11 InitializeComponent(); 12 }... 阅读全文
posted @ 2017-09-02 13:00 enych 阅读(2370) 评论(7) 推荐(0) 编辑

点击右上角即可分享
微信分享提示