03 2016 档案
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; using System.Data; namespace _14._15DataAdapter对象 { ...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data; namespace _14._13数据集DataSet { class Program { s...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _6._1_字符及转义字符 { class Program { static void Main(string[...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:2._1_Csharp程序结构 using System; //引用命名空间 namespace _2._1_Csharp程序结构 { class Program//Program类 { static void Main(string[] args)//static静态 void 无返回值 Main函数 也是我们程序执行的起点 { ...
阅读全文
摘要:1._5第一个控制台程序 1.6我要自学网的第一个桌面应用程序 1._7本章总结及任务实施
阅读全文
摘要:第一步引入命名空间 然后就是连接数据库的身份验证了,有两种方式 连接成功之后往往跟随的是打开数据库,进行数据库的其他操作,但是为了稳妥,担心数据库没有关闭占用内存的问题 建议写成 try...catch...finally的方式 O(∩_∩)O哈哈~ 我也是个菜鸟,刚刚学编程不久,不过知道学知识要勤
阅读全文
摘要:本文将为大家列出在Visual Studio中常用的快捷键,正确熟练地使用快捷键,将大大提高你的编程工作效率。 项目相关的快捷键 Ctrl + Shift + B = 生成项目 Ctrl + Alt + L = 显示Solution Explorer(解决方案资源管理器) Shift + Alt+
阅读全文

浙公网安备 33010602011771号