摘要:
分享一个简单的简单的SQLHelper类,代码如下: 1 class SqlHelper 2 { 3 public static readonly string connstr = 4 ConfigurationManager.ConnectionSt... 阅读全文
posted @ 2015-09-07 21:20 success365 阅读(159) 评论(0) 推荐(0)
|
|||
|
摘要:
分享一个简单的简单的SQLHelper类,代码如下: 1 class SqlHelper 2 { 3 public static readonly string connstr = 4 ConfigurationManager.ConnectionSt... 阅读全文
posted @ 2015-09-07 21:20 success365 阅读(159) 评论(0) 推荐(0)
摘要:
用到的知识很简单:产生随机数、保存数据到文本文件、定时器的使用等。主要体现c#面向对象设计的思想。界面效果如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text;... 阅读全文
posted @ 2015-09-07 13:21 success365 阅读(766) 评论(0) 推荐(0) |
|||