摘要: (一) 表的主页的写法" %> Index 学号 姓名 性别 生日 班级 ... 阅读全文
posted @ 2015-07-06 14:22 王文姿 阅读(422) 评论(0) 推荐(0) 编辑
摘要: (一)index 主页定义函数controller:控制器action:将这个也页面转到某个页面去。using mvc_1_.Models;using System;using System.Collections.Generic;using System.Linq;using System.Web... 阅读全文
posted @ 2015-07-06 14:12 王文姿 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 委托1:using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplicartion2{ publ... 阅读全文
posted @ 2015-07-04 09:43 王文姿 阅读(261) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2015-07-02 16:28 王文姿 阅读(337) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-07-02 11:38 王文姿 阅读(432) 评论(0) 推荐(0) 编辑
摘要: namespace WindowsFormsApplication5{ public partial class Form1 : Form { public Form1() { InitializeComponent(); ... 阅读全文
posted @ 2015-06-30 19:47 王文姿 阅读(239) 评论(0) 推荐(0) 编辑
摘要: public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } private void TabC... 阅读全文
posted @ 2015-06-30 19:17 王文姿 阅读(5563) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-06-29 14:32 王文姿 阅读(163) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.ComponentModel;变量:namespace 联系{ pub... 阅读全文
posted @ 2015-06-29 11:15 王文姿 阅读(169) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind... 阅读全文
posted @ 2015-06-29 11:09 王文姿 阅读(2795) 评论(0) 推荐(0) 编辑