摘要: using System;using System.Collections.Generic;using System.Linq; using System.Text;namespace C字段属性方法{ class Program { static void Main(string[] args) { School school1 = new School(); school1.SchoolName="清华";//为SchoolName属性赋值 school1.Schooladdress="圆明园路";//为Schooladdress属性赋值 schoo 阅读全文
posted @ 2013-05-27 19:51 郑寒松 阅读(411) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq; using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { double a = 0; double b = 0; double c = 0; Console.WriteLine("请输入第一个数:"); a = Convert.ToInt32(Console.ReadLine()); Console.Writ 阅读全文
posted @ 2013-05-27 19:38 郑寒松 阅读(520) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <script src="Jquery1.7.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { var txtprov; var tx 阅读全文
posted @ 2013-05-23 09:41 郑寒松 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 事例:从数据库调用数据用TreeView控件显示前台部分:<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <asp:TreeView ID="TreeView1" runat=&q 阅读全文
posted @ 2012-12-17 21:10 郑寒松 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 今天加入博客园了,自己的代码人生开始了,希望在这里学到很多东西,很大家一起分享程序的快乐,一起共同学习。 阅读全文
posted @ 2012-12-17 21:03 郑寒松 阅读(104) 评论(2) 推荐(0) 编辑