码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
通过反射来手写简单的ORM SQlserver
不说废话,直接上干货,如发现问题,欢迎大家指出,谢谢! //------------------------------------MySQlServerORM 【简单 CURD】 using System; using System.Collections.Generic; using Syste... ...
分类:数据库   时间:2019-10-23 13:22:20    阅读次数:78
C# Winform控件字体大小自适应
using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace WGClient { class AutoSizeFormClass { //(1).声明结构,只记录窗体和其控... ...
分类:Windows程序   时间:2019-10-23 10:01:55    阅读次数:227
对文件加密解密算法设计
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:编程语言   时间:2019-10-22 18:36:44    阅读次数:78
EncryptionAndDecryptionC# 加密 解密
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static System.Console; names... ...
分类:Windows程序   时间:2019-10-22 18:25:35    阅读次数:122
Base64加密 解密
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CommonLib { public class... ...
分类:其他好文   时间:2019-10-22 18:23:48    阅读次数:154
自定义类序列化与反序列化二进制
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.IO; 7 usi... ...
分类:其他好文   时间:2019-10-22 00:39:01    阅读次数:108
Linux利器之perf(火焰图)
1 Ubuntu下安装perf 在Ubuntu18上默认没有安装perf,可以通过如下命令尝试:sudo apt-get install linux-tools 结果出来以下内容: 一般选择安装 linux-tools-generic 就好了,使用如下命令: ...
分类:系统相关   时间:2019-10-18 15:46:19    阅读次数:176
C#中使用typeof关键字和GetType()获取类的内部结构(反射机制)
一、问题描述 java有反射机制,C#也有反射机制,在C#中typeof关键字用于获取类型的System.Type对象,该对象的GetMethods()方法可以得到类型中定义的方法对象的计集合,调用方法集合中每个方法对象的GetParameters()可以得到每个方法的参数集合,但是需要引用Refl ...
分类:Windows程序   时间:2019-10-18 09:19:05    阅读次数:114
Photon Server 实现注册与登录(二) --- 服务端代码整理
一、有的代码前端和后端都会用到。比如一些请求的Code。使用需要新建项目存放公共代码。 新建项目Common存放公共代码: 二、代码 using System.Collections.Generic; namespace Common.Toos { public class DictTool { / ...
分类:其他好文   时间:2019-10-17 12:17:52    阅读次数:122
记boost在gcc的一个库链接问题generic_category()
报错大致如下: main.cpp:(.text+0x49): undefined reference to `boost::system::generic_category()'main.cpp:(.text+0x53): undefined reference to `boost::system: ...
分类:其他好文   时间:2019-10-16 18:17:57    阅读次数:99
7184条   上一页 1 ... 52 53 54 55 56 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!