
c#
文章平均质量分 80
天上飞猪
这个作者很懒,什么都没留下…
展开
-
File 'Accord.Video.FFMPEG.x64.dll' targeting 'AMD64' is not compatible with the project's target pla
winfrom 打包的时候出现错误: Accord.Video.FFMPEG.x64文件”。dll' targeting 'AMD64'与项目的目标平台'x86'不兼容 打开sutup打包属性(F4) 将target platform 属性改为X64 即可 问题记录!!! ...原创 2019-10-23 10:24:44 · 1290 阅读 · 0 评论 -
加密解密
//加密解密 public class GF_Encrypt { /// /// DES加密 /// /// 加密字符串 /// 密钥 /// public static string string_Encrypt(string pToEncryp原创 2013-04-10 09:30:40 · 17807 阅读 · 0 评论 -
c# 获取电脑硬件信息
//硬件信息 public class GF_Hardware { /// /// cpu序列号 /// /// public static string getID_CpuId() { string cpuInfo = "";//cpu序原创 2013-04-25 14:32:38 · 1418 阅读 · 0 评论 -
字符的类型转换
public class GF_Convert { /// /// 字符串 转换 char数组 /// /// /// /// public static char[] string2chararray(string in_str, int in_len原创 2013-04-25 14:31:02 · 1150 阅读 · 0 评论