摘要: html:中用于开头和结尾网页中显示出来的内容网页的标题bfcolor:改变背景的颜色改变间距:topmargin / leftmargin / rightmargin / bottommarginbackgrounp:设制北京图片,可以从后面浏览中选择(../:为往上翻一个文件夹)style:样式... 阅读全文
posted @ 2014-12-25 11:19 巽坤 阅读(1856) 评论(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) 编辑
摘要: namespace HanShu{ class Class1 { /// /// 这是一个加法运算的函数 /// /// /// /// public int JiaFa(int a, int b) { return a + b; } /// /// 无返回值,无参数 /// publ... 阅读全文
posted @ 2014-12-25 11:00 巽坤 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 13:52:49N U L L 2014/12/19 13:52:49using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;namespac... 阅读全文
posted @ 2014-12-25 10:59 巽坤 阅读(672) 评论(0) 推荐(0) 编辑