安装和配置 系统Win10,VS2013,下载Emgu安装包libemgucv-windesktop-3.4.3.3016 安装到了E:\OpenCV\emgucv-windesktop 3.4.3.3016 打开官方的例子,试着运行HelloWorld,会在E:\OpenCV\emgucv-win ...
分类:
其他好文 时间:
2019-03-25 17:36:25
阅读次数:
173
MD5是message-digest algorithm 5(信息-摘要算法)的缩写。被广泛用于加密和解密技术上,是文件的“数字指纹”。可以对用户的密码进行加密操作,是不可逆的,所以用户输入的密码经过加密处理后与存入数据库的密码的不一样的,进行密码验证的时候是检查密文与数据库内的是否相符。简单举例, ...
分类:
其他好文 时间:
2019-03-24 18:44:55
阅读次数:
147
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; namespace 落地页测试代码 ... ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.A... ...
分类:
Web程序 时间:
2019-03-19 16:37:17
阅读次数:
218
1. C 入门 1.1. 空白项目 C 的编程有点像java哈!C 的代码文件后缀是 .cs 1.2. 输出(Hello World!) 学习任何语言都要从 Hello World 开始!C 的输出语句为 Console.WriteLine 1.3. ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { //... ...
分类:
编程语言 时间:
2019-03-16 22:06:18
阅读次数:
213
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { pu... ...
分类:
编程语言 时间:
2019-03-16 22:04:30
阅读次数:
206
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { pu... ...
分类:
编程语言 时间:
2019-03-16 22:00:48
阅读次数:
159
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using S ...
分类:
其他好文 时间:
2019-03-16 09:46:04
阅读次数:
91
相当于Java中的interface 定义的接口,但是 比Java中的interface要好 调用 ...