实际测试 KEY 是 16个 byte,byte[] byteKEY = System.Convert.FromBase64String(key); 注意:是Convert.FromBase64String转 byte[] , 而不是 Encoding.UTF8.GetBytes 转 byte[] ...
分类:
微信 时间:
2019-11-13 11:18:24
阅读次数:
172
https://linuxize.com/post/how-to-install-gcc-compiler-on-ubuntu-18-04/ sudo apt install software-properties-common sudo add-apt-repository ppa:ubuntu- ...
分类:
系统相关 时间:
2019-11-12 01:15:58
阅读次数:
109
导入导出引用NPOI 视图 1 <input type="button" name="name" class="btn btn-success btn-sm" onclick="GetExcel()" value="导出" /> 2 <form action="/Default/Import" me ...
HttpFileCollection upFiles = Request.Files; if (upFiles.Count > 0 && upFiles.Count < 2) { string wenjianjia = "a_" + DateTime.Now.ToString("yyyy-MM-dd ...
分类:
Web程序 时间:
2019-11-06 10:29:59
阅读次数:
99
引入DLL:using AForge.Imaging; using AForge.Imaging.Filters; //using AForge.Video.DirectShow;可以使用摄像头图像代码: using System; using System.Collections.Generic;... ...
在说HTTP前,一定要先介绍一下HTTP,这家伙应该不用过多说明了,大家每天都在用,每一次HTTP请求,都是一次TCP连接。遗憾的是,请求的内容在TCP报文中是明文传输的,任何人截取到请求都可以读取其中的内容,很尴尬。 数据加密 为了防止请求内容被人窃取,在网络传输的路上我们做不了手脚,那就只能对传 ...
分类:
Web程序 时间:
2019-11-03 23:48:51
阅读次数:
127
搬家自CSDN 2015-5-14 参数意义如下: bOpenFileDialog 为TRUE则显示打开对话框,为FALSE则显示保存对话文件对话框。 lpszDefExt 指定默认的文件扩展名。 lpszFileName 指定默认的文件名。 dwFlags 指明一些特定风格。 lpszFilter ...
分类:
编程语言 时间:
2019-10-27 18:40:02
阅读次数:
171
最近需要快速的搭建环境来进行一些问题的验证,发现ubuntu并不支持直接使用apt-get来安装php7.1版本,需要通过其他的方法来进行,下面记录一下。 ...
分类:
Web程序 时间:
2019-10-27 12:36:42
阅读次数:
107
A free timing software with very small memory occupation. This tool is a pure green convenient office software, which includes event selection, event ...
分类:
其他好文 时间:
2019-10-26 13:24:31
阅读次数:
90
参考 https://developer.android.com/guide/topics/graphics/hardware-accel.html 硬件加速背景知识 在手机客户端尤其是Android应用的开发过程中,我们经常会接触到"硬件加速"这个词。由于操作系统对底层软硬件封装非常完善,上层软件 ...
分类:
移动开发 时间:
2019-10-20 01:01:43
阅读次数:
122