码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
测试winform自动悬浮
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2019-12-20 01:15:20    阅读次数:109
企业微信消息推送接口
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace Nany.Web.Trans 6 { 7 public class AccessToken 8 { 9 private str ...
分类:微信   时间:2019-12-19 16:07:38    阅读次数:144
异常CLRDBG_NOTIFICATION_EXCEPTION_CODE( 0x04242420)的抛出过程
新建一个c#控制工程,就用自动生成的代码,不用补任何代码,如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { ...
分类:数据库   时间:2019-12-18 21:33:47    阅读次数:140
EF CodeFirst 使用T4模板
实用等级:★★★★★ 首先,定义一个接口,代表一个领域实体。在定义一个实体集成这个接口,面向接口编程的各种好处就不提了。 之后新建一个T4模板文件。先上代码后面解释下关键的地方 示例源码:T4Demo.rar ...
分类:其他好文   时间:2019-12-17 10:37:49    阅读次数:150
Stratix10 在questasim下仿真环境搭建
1-打开quartus18.1,找到launch simultion library,生成VHDL VERILOG库 2-新建questasim工程,在mpf文件里添加: 并修改 Project_Sim_P_0 = -L {altera_lnsim_ver altera_mf_ver altera_ ...
分类:其他好文   时间:2019-12-17 00:46:18    阅读次数:122
asbDio (asbDio.dll)
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; namespace WagweiCSharpDIO_AWP_ASB{public class W ...
分类:其他好文   时间:2019-12-16 19:09:30    阅读次数:105
obj.GetType().GetCustomAttributes
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Text; 7... ...
分类:其他好文   时间:2019-12-16 19:08:00    阅读次数:80
Django ContentTypes框架使用场景
Django contenttypes是一个非常有用的框架,主要用来创建模型间的通用关系(generic relation)。不过由于其非常抽象, 理解起来并不容易。当你创建一个django项目的时候,可以看到在默认的INSTALL_APPS已经包含了django.contrib.contentty ...
分类:其他好文   时间:2019-12-16 14:56:04    阅读次数:81
使用SqlDataReader的查询操作
原创weixin_42430576 发布于2019-01-31 18:49:41 阅读数 762 收藏 展开 using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; ...
分类:数据库   时间:2019-12-15 16:27:21    阅读次数:77
C# ExpandoObject用法
原文:C# ExpandoObject用法 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Dynamic;//添加引用 namespace Expa... ...
分类:Windows程序   时间:2019-12-13 23:23:18    阅读次数:147
7184条   上一页 1 ... 44 45 46 47 48 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!