使用DataAdapter和DataSet来读取数据表JBQK中的数据
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
using System.Data;
namespace shiyan11
{
cla...
分类:
其他好文 时间:
2014-06-05 10:54:20
阅读次数:
203
在本章,我们会看看ARM处理器处理中断的一系列方法,简单地看看通用中断控制器(Generic Interrupt Controller,GIC)架构。
旧版本的ARM架构允许实现者在他们的外部中断控制器设计中相当大的自由,没有关于中断类型或数量,或者是被用于中断控制模块接口的软件模型的协议。GIC架构提供一个更为严格的控制规范,使得来自不同制造商之间的中断控制器之间有更高程度的一致性。这...
分类:
其他好文 时间:
2014-06-05 02:52:08
阅读次数:
1285
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-06-05 00:31:37
阅读次数:
309
1.基础类TransferFiles,client和server都需要using
System;using System.Collections.Generic;using System.Text;using System.Net;using
System.Net.Sockets;using Sys...
分类:
其他好文 时间:
2014-06-03 05:37:01
阅读次数:
326
1.http://docs.seleniumhq.org/
下载seleium包2.新建一个C#项目,比如控制台,引用seleium包中的dllusing System;using
System.Collections.Generic;using System.Text;using OpenQA.S...
分类:
其他好文 时间:
2014-06-03 05:29:07
阅读次数:
197
思路是用加密程序 对硬盘号,cpu号和MAC号取出字符串并加密
产生一个序列号每次程序启动后重新产生这个序列号并比对,如果一致则验证通过using System;using
System.Collections.Generic;using System.IO;using System.Managem...
分类:
其他好文 时间:
2014-05-31 21:41:20
阅读次数:
346
C#端的WebService接口接收json格式数据,处理后以json格式返回resultusing
System;using System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.Service...
分类:
Web程序 时间:
2014-05-31 17:30:19
阅读次数:
249
using System;using System.Collections;using
System.Collections.Generic;using System.Linq;using
System.Text.RegularExpressions;using System.Web;using S...
分类:
其他好文 时间:
2014-05-31 12:45:40
阅读次数:
199
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading;using System.Net;using
System.Runtime.Interop...
分类:
编程语言 时间:
2014-05-31 05:59:18
阅读次数:
260
讲讲怎么在 ASP.NET
MVC2中使用用户控件。首先我们新建一个用户控件,我们命名为SelectGroup.ascx,代码如下招生批次 学历层次 专业名称
我们再编写其对应的控制器如下using System; using System.Collections.Generic; using Sy...
分类:
Web程序 时间:
2014-05-31 04:36:10
阅读次数:
345