August 20 2019:Cheat Engine 7.0 Released: New major version released. Many improvements and features to make your gaming betterDownload: Cheat Engine ...
分类:
其他好文 时间:
2019-12-31 10:22:01
阅读次数:
129
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Drawing;using System ...
分类:
微信 时间:
2019-12-30 19:35:55
阅读次数:
101
C# OfType 的使用 该关键字主要用在非泛型到泛型之间的转化,在有些场合还是很有用的;比如:在使用非泛型的时候,想使用LINQ表达式进行结果查询 如:声明非泛型集合 System.Collections.ArrayList fruits = new System.Collections.Arr ...
分类:
其他好文 时间:
2019-12-30 19:09:35
阅读次数:
68
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li... ...
https://docs.microsoft.com/zh-cn/dotnet/api/system.collections.generic.list-1?view=netframework-4.8 MySQLHelper /// <summary> /// 查询_返回一组数 /// </summa ...
分类:
数据库 时间:
2019-12-30 17:35:18
阅读次数:
84
一、Collections Collections中的方法都是静态的 二、Arrays ...
分类:
编程语言 时间:
2019-12-30 14:31:02
阅读次数:
74
虚拟机安装完FreeSWITCH,我们可以用SIP软电话拨打 常用的SIP软电话很多,具体可以看这个博客:https://blog.csdn.net/sameplace/article/details/5430983 我这里用的是eyebeam和x-Lite eyebeam下载地址:http://p ...
分类:
其他好文 时间:
2019-12-29 20:14:55
阅读次数:
139
打开VS,工具》NuGet包管理器》管理解决方案的NuGet程序包,搜索MySql.Data并安装 测试连接MySQL的代码: using System;using System.Collections.Generic;using System.Data;using System.Linq;usin ...
分类:
数据库 时间:
2019-12-29 20:07:48
阅读次数:
160
序列式容器(Sequence Container):Array数组、Vector向量、Deque双队列、List链表、Forward-List单向链表 关联式容器(Associative Containers):Set、Multiset、Map、Multimap 无序容器(Unordered Con ...
分类:
编程语言 时间:
2019-12-29 18:28:15
阅读次数:
63
C++ deque const_iterator const_reverse_iterator运用实例 23456 65432 请按任意键继续. . . 代码参考:C++标准库(第2版) 代码参考:C++标准库(第2版) ...
分类:
编程语言 时间:
2019-12-29 16:33:10
阅读次数:
55