码迷,mamicode.com
首页 >  
搜索关键字:XA    ( 602个结果
MD5签名
/// <summary> /// 校验签名 /// </summary> /// <param name="model">实体</param> /// <param name="sign">签名</param> /// <returns></returns> public static bool ...
分类:其他好文   时间:2018-06-14 14:56:28    阅读次数:217
Java——IO类,字符流读数据
<!DOCTYPE html PUBLIC " //W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 transitional.dtd" body, table{font family: 微软雅黑 ...
分类:编程语言   时间:2018-06-14 14:27:48    阅读次数:175
qt 使用qtxlsx 读写excel
https://github.com/dbzhang800/QtXlsxWriter 下载qtxlsx地址 QtXlsx is a library that can read and write Excel files. It doesn't require Microsoft Excel and ...
分类:其他好文   时间:2018-06-13 15:12:59    阅读次数:1403
yum 系列(三) 离线部署
yum 系列(三) 离线部署 一、下载 rpm 依赖包 准备一台 __全新的 CentOS7 mini 虚拟机__ ,联网下载所有所需的 rpm 包和其依赖, yum install y downloadonly downloaddir=/home/yum/packages createrepo a ...
分类:其他好文   时间:2018-06-13 12:07:22    阅读次数:402
如何使用cookie进行简单自动登录
cookie的用法其实很简单,为什么要用cookie呢,说白了就是不用做太多重复的东西,比如你上个网站需要输入密码 如果没有用cookie,每次打开浏览器进入网站都要重复输入密码, 如果有了cookie的话,你的用户名和密码就会被保存在浏览器里,或者在浏览器内存,或者在你硬盘上,区别就是你是否设置了 ...
分类:其他好文   时间:2018-06-13 00:58:02    阅读次数:323
1073 Scientific Notation (20)
Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matches the regular expression [+- ...
分类:其他好文   时间:2018-06-12 20:56:15    阅读次数:136
SQLException: Incorrect string value: '\xE4\xB8\xAD\xE5\x9B\xBD' for column at row 1
这个是由于新建数据库没有选择默认字符集导致的,只要选择utf8即可。 如果以上还无法解决,那可能是表里的varchar字符集也不对 ...
分类:数据库   时间:2018-06-11 19:03:13    阅读次数:334
RSA算法原理(简单易懂)
1. 什么是RSA RSA算法是现今使用最广泛的公钥密码算法,也是号称地球上最安全的加密算法。在了解RSA算法之前,先熟悉下几个术语 根据密钥的使用方法,可以将密码分为对称密码和公钥密码 对称密码:加密和解密使用同一种密钥的方式 公钥密码:加密和解密使用不同的密码的方式,因此公钥密码通常也称为非对称 ...
分类:编程语言   时间:2018-06-11 19:00:51    阅读次数:157
JVM基础知识及拓展
我们可以吧JVM的基本结构分为四块:类加载器、执行引擎、运行时数据区和本地接口。一般来说Java程序在JVM中的执行流程如下: ①、首先我们会利用javac命令将我们所编写的.java源代码文件变异成.class文件 ; ②、类加载器将.class文件加载到运行时数据区; ③、利用执行引擎调用本地接 ...
分类:其他好文   时间:2018-06-11 17:23:36    阅读次数:193
Remove Duplicates from Sorted Array II
Remove Duplicates from Sorted Array II描述Follow up for ”Remove Duplicates”: What if duplicates are allowed at most twice?For example, Given sorted arra ...
分类:其他好文   时间:2018-06-11 15:46:59    阅读次数:122
602条   上一页 1 ... 14 15 16 17 18 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!