码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
蜗牛—C#程设之DataAdapter对象
使用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
《Cortex?-A系列编程者指南(V3.0)》第13章<中断处理>笔记
在本章,我们会看看ARM处理器处理中断的一系列方法,简单地看看通用中断控制器(Generic Interrupt Controller,GIC)架构。   旧版本的ARM架构允许实现者在他们的外部中断控制器设计中相当大的自由,没有关于中断类型或数量,或者是被用于中断控制模块接口的软件模型的协议。GIC架构提供一个更为严格的控制规范,使得来自不同制造商之间的中断控制器之间有更高程度的一致性。这...
分类:其他好文   时间:2014-06-05 02:52:08    阅读次数:1285
非映射的形式检查TextBox,ComboBox控件的值是否为空(是否被选中)
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
C# Socket传输大文件
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
C#使用seleium实现一个自动登录器
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
C#实现防拷贝工具示例
思路是用加密程序 对硬盘号,cpu号和MAC号取出字符串并加密 产生一个序列号每次程序启动后重新产生这个序列号并比对,如果一致则验证通过using System;using System.Collections.Generic;using System.IO;using System.Managem...
分类:其他好文   时间:2014-05-31 21:41:20    阅读次数:346
json的js和C#操作
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
C#自动给文章关键字加链接实现代码
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
C# 多线程操作队列
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 MVC 中使用用户控件——转
讲讲怎么在 ASP.NET MVC2中使用用户控件。首先我们新建一个用户控件,我们命名为SelectGroup.ascx,代码如下招生批次 学历层次 专业名称 我们再编写其对应的控制器如下using System; using System.Collections.Generic; using Sy...
分类:Web程序   时间:2014-05-31 04:36:10    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!