摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-01-26 11:24 巽坤 阅读(183) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using Sys... 阅读全文
posted @ 2015-01-26 11:23 巽坤 阅读(120) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using Sys... 阅读全文
posted @ 2015-01-26 11:22 巽坤 阅读(108) 评论(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-01-26 11:21 巽坤 阅读(119) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { //连接数据库 string sqls = "server=.;database=schoolData;user=sa;pwd=";//.本机的地址,数据库的文件名,sa:登录用户名 ... 阅读全文
posted @ 2015-01-25 16:49 巽坤 阅读(109) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication21{ class P... 阅读全文
posted @ 2015-01-16 14:52 巽坤 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 无标题文档设为首页|加入收藏 |联系我们连接网址:www.baidu.com第二行第三行 阅读全文
posted @ 2015-01-09 11:43 巽坤 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 无标题文档hello 阅读全文
posted @ 2015-01-09 11:42 巽坤 阅读(133) 评论(0) 推荐(0) 编辑
摘要: html:中用于开头和结尾网页中显示出来的内容网页的标题bfcolor:改变背景的颜色改变间距:topmargin / leftmargin / rightmargin / bottommarginbackgrounp:设制北京图片,可以从后面浏览中选择(../:为往上翻一个文件夹)style:样式... 阅读全文
posted @ 2014-12-25 11:19 巽坤 阅读(1821) 评论(0) 推荐(0) 编辑
摘要: public int SumZhiShu(int n) { int sum = 0; for (int i = 1; i <= n; i++) { int count = 0; for (int j = 1; j <= i; j++) { if (i % j == 0) { count++; } ... 阅读全文
posted @ 2014-12-25 11:01 巽坤 阅读(258) 评论(0) 推荐(0) 编辑