曦~妍  
上一页 1 ··· 10 11 12 13 14

2016年4月7日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(... 阅读全文
posted @ 2016-04-07 20:43 曦~妍 阅读(101) 评论(0) 推荐(0) 编辑
 
摘要: HTML:内容(Hyper Text Markup Language,超文本标记语言) CSS:网页美化 Javascript:脚本语言 body属性 bgcolor:页面背景颜色 background:背景壁纸 text:文字颜色 topmargin:上页边距 leftmargin:左页边距 ri 阅读全文
posted @ 2016-04-07 15:22 曦~妍 阅读(233) 评论(0) 推荐(0) 编辑

2016年3月31日

摘要: /* Console.WriteLine("请输入人数"); int n = int.Parse(Console.ReadLine()); int[]arr=new int[n]; for (int i = 0; i < arr.length; i++) { Console.WriteLine("请 阅读全文
posted @ 2016-03-31 23:56 曦~妍 阅读(124) 评论(0) 推荐(0) 编辑
 
摘要: 段点:用于调试; 选择语句:if else switch case; 循环语句:do for foreach while; 跳转语句:break continue default return; 异常语句:try-catch-finally; for (int i = 1/*初始值*/; i <= 阅读全文
posted @ 2016-03-31 21:22 曦~妍 阅读(132) 评论(0) 推荐(0) 编辑

2016年3月23日

摘要: using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1{ class Program { static void Main(string[] args) { //while(true):死循环; #r 阅读全文
posted @ 2016-03-23 22:11 曦~妍 阅读(195) 评论(0) 推荐(0) 编辑

2016年3月21日

摘要: using System; C#—语系 1) .net; 2)java(面向对象思想); 3) php; 4)Asp; .net{PC{ C/S:客户端应用程序(需要安装的程序); B/S:neb应用(放到网上可以直接打开的东西); } 手机{ app; B/S; } } .net体系{ C#基础— 阅读全文
posted @ 2016-03-21 16:09 曦~妍 阅读(448) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14