摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _5._1_分支语句之if语句 { class Program { static void Main(strin... 阅读全文
posted @ 2016-03-30 20:40 前缘Q+7589848 阅读(393) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _4._1_表达式 { class Program { static void Main(string[] ar... 阅读全文
posted @ 2016-03-30 20:33 前缘Q+7589848 阅读(428) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _3._1变量 { class Program { static void Main(string[] args... 阅读全文
posted @ 2016-03-30 20:27 前缘Q+7589848 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 2._1_Csharp程序结构 using System; //引用命名空间 namespace _2._1_Csharp程序结构 { class Program//Program类 { static void Main(string[] args)//static静态 void 无返回值 Main函数 也是我们程序执行的起点 { ... 阅读全文
posted @ 2016-03-30 20:24 前缘Q+7589848 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1._5第一个控制台程序 1.6我要自学网的第一个桌面应用程序 1._7本章总结及任务实施 阅读全文
posted @ 2016-03-30 20:19 前缘Q+7589848 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 记录学习路上的点点滴滴 阅读全文
posted @ 2016-03-29 22:32 前缘Q+7589848 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 第一步引入命名空间 然后就是连接数据库的身份验证了,有两种方式 连接成功之后往往跟随的是打开数据库,进行数据库的其他操作,但是为了稳妥,担心数据库没有关闭占用内存的问题 建议写成 try...catch...finally的方式 O(∩_∩)O哈哈~ 我也是个菜鸟,刚刚学编程不久,不过知道学知识要勤 阅读全文
posted @ 2016-03-25 21:04 前缘Q+7589848 阅读(880) 评论(0) 推荐(0) 编辑
摘要: 本文将为大家列出在Visual Studio中常用的快捷键,正确熟练地使用快捷键,将大大提高你的编程工作效率。 项目相关的快捷键 Ctrl + Shift + B = 生成项目 Ctrl + Alt + L = 显示Solution Explorer(解决方案资源管理器) Shift + Alt+ 阅读全文
posted @ 2016-03-25 20:23 前缘Q+7589848 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 以后会在这里写下自己学习路上的点点滴滴 阅读全文
posted @ 2016-02-24 09:58 前缘Q+7589848 阅读(100) 评论(0) 推荐(0) 编辑