C#
文章平均质量分 76
shou_hou
我会守候.
展开
-
C#之序列化和反序列化
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Runtime.Serialization; using System.Runtime.Ser原创 2016-01-06 13:29:58 · 269 阅读 · 0 评论 -
C#之值与引用传递
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 值传递和引用传递 { class Program { /// ///原创 2016-01-06 13:33:09 · 255 阅读 · 0 评论 -
c#之超市系统之超市仓库
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 超市仓库 { public class cangku:sp { //列出商品;原创 2016-01-06 13:36:37 · 1412 阅读 · 0 评论 -
C#学习超市系统之超市前台
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 超市仓库 { class 前台:cangku { static voi原创 2016-01-06 13:37:28 · 408 阅读 · 0 评论 -
C#学习超市系统之超市商品
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 超市仓库 { class 前台:cangku { static voi原创 2016-01-06 13:38:25 · 876 阅读 · 0 评论 -
C#之MD5加密
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Security.Cryptography; namespace _01MD5加密 { class Program原创 2016-01-06 13:39:30 · 211 阅读 · 0 评论 -
C#学习第三天
图片框: 图片框picturebox换图片: pictureBox1.Image = Image.FromFile(@"路径"); MDI窗体: //将子窗体绑定父窗体 mdi.MdiParent = this; //子窗体横向排序; LayoutMdi(MdiLayout.TileVertical );原创 2016-01-06 13:44:37 · 196 阅读 · 0 评论