源代码:
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SQLTest
{
c...
分类:
数据库 时间:
2014-08-02 15:36:33
阅读次数:
227
源代码:
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SQLTest
{
c...
分类:
Web程序 时间:
2014-08-02 15:35:53
阅读次数:
185
源代码:
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SQLTest
{
c...
分类:
数据库 时间:
2014-08-02 15:34:43
阅读次数:
210
查询数据路里的数据数量:
代码:
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespac...
分类:
数据库 时间:
2014-08-02 15:33:53
阅读次数:
259
using System;using System.Collections.Generic;namespace StrToInt_CS{ class Program { static void Main(string[] args) { string str = ""; while (!String...
分类:
其他好文 时间:
2014-08-02 15:06:43
阅读次数:
170
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections.Specialized; using System.IO; ...
分类:
其他好文 时间:
2014-08-02 12:40:53
阅读次数:
244
基于控制台的简单版的聊天机器人,词库可以自己添加。源码如下:using System;using System.Collections.Generic;using System.Text;namespace 面向对象聊天机器人1{ class Program { stati...
分类:
其他好文 时间:
2014-08-02 12:38:13
阅读次数:
236
一、委托:委托给我的感觉就是一个种类型,可以让方法更具面向对象的特性——你看,其实我也没说明白,因为我也不大理解。还是一步步往下学吧。具体来说,委托就是一个类似下面的这种东西:using System;using System.Collections.Generic;using System.Lin...
分类:
其他好文 时间:
2014-08-02 07:34:43
阅读次数:
235
最近研究了一下MFC下对串口的操作,测试了一下对设备的读写。1.打开串口 1 GetDlgItem(IDC_BUTTON_OPEN)->EnableWindow(FALSE); 2 m_hComm = CreateFile("COM1", 3 GENERIC_READ...
分类:
其他好文 时间:
2014-08-01 19:17:42
阅读次数:
263
个人笔记学习黑马四期一、编写一个操作父类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 多态计算器{ .....
分类:
其他好文 时间:
2014-08-01 15:48:21
阅读次数:
239