摘要: InputStream in = null; OutputStream out = null; try{ in = new FileInputStream(); int len=0; byte buffer[] = new byte[1024]; out = new Fi... 阅读全文
posted @ 2013-12-06 23:57 MrMrCash 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Panel Controls Dynamically Generated Controls This is panel setting ... 阅读全文
posted @ 2013-11-09 12:59 MrMrCash 阅读(256) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Win32;using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using Sys... 阅读全文
posted @ 2013-10-08 00:48 MrMrCash 阅读(570) 评论(0) 推荐(0) 编辑
摘要: private void button5_Click(object sender, EventArgs e) { string 价格编号 = txtnum.Text; if (价格编号!= "" || 价格编号=="") ... 阅读全文
posted @ 2013-10-08 00:46 MrMrCash 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Configuration;using System.Data;namespace 收费系... 阅读全文
posted @ 2013-10-08 00:42 MrMrCash 阅读(144) 评论(0) 推荐(0) 编辑
摘要: //app.config //contentusing System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.... 阅读全文
posted @ 2013-10-08 00:40 MrMrCash 阅读(398) 评论(0) 推荐(0) 编辑
摘要: //MainWindow.xaml.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;usin... 阅读全文
posted @ 2013-09-28 02:17 MrMrCash 阅读(604) 评论(0) 推荐(0) 编辑
摘要: //MainWindow.xaml.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;usin... 阅读全文
posted @ 2013-09-28 01:54 MrMrCash 阅读(527) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace EventClock{ public class ClassWi... 阅读全文
posted @ 2013-09-27 00:29 MrMrCash 阅读(397) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace EventClock{ public class ClassWi... 阅读全文
posted @ 2013-09-27 00:02 MrMrCash 阅读(1550) 评论(0) 推荐(0) 编辑