1、利用Apache的工具类实现加密: maven: 实现代码: 2、利用java自带的实现加密: 扩展链接: https://mp.weixin.qq.com/s?__biz=MzIxMjE5MTE1Nw==&mid=2653191642&idx=1&sn=47c6340a6664af2f62e6 ...
分类:
编程语言 时间:
2017-10-16 23:22:48
阅读次数:
314
本文转载 郭霖公众号 https://mp.weixin.qq.com/s?__biz=MzA5MzI3NjE2MA==&mid=2650241610&idx=1&sn=b8af73f6c288b6617d9fe0ab3618118d&pass_ticket=QK4j37kpmGNlsYcECWMb ...
分类:
移动开发 时间:
2017-10-16 13:46:35
阅读次数:
476
https://mp.weixin.qq.com/s?__biz=MzI0NTE4NjA0OQ==&mid=2658355901&idx=1&sn=3169172bfc68191dcc78e6fd5d74eb8d&chksm=f2d581d3c5a208c53cafad788290662ec7aef ...
分类:
编程语言 时间:
2017-10-16 11:14:51
阅读次数:
269
hihocoder-1309-任务分配 1309 : 任务分配 1309 : 任务分配 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定 N 项任务的起至时间( S1, E1 ), ( S2, E2 ), ..., ( SN, EN ), 计算最少需要多少台机器才能 ...
分类:
其他好文 时间:
2017-10-15 19:52:58
阅读次数:
187
You are given n strings s1,?s2,?...,?sn consisting of characters 0 and 1. m operations are performed, on each of them you concatenate two existing str ...
分类:
其他好文 时间:
2017-10-15 17:46:05
阅读次数:
276
参考路径:https://mp.weixin.qq.com/s?__biz=MzA3NTYzODYzMg==&mid=2653579210&idx=1&sn=d5ea8d46c08106ed6b02ca3f1e1f434c&chksm=84b3b5cdb3c43cdb3118fa05853a499a ...
分类:
移动开发 时间:
2017-10-09 19:47:09
阅读次数:
244
You are given n strings s1,?s2,?...,?sn consisting of characters 0 and 1. m operations are performed, on each of them you concatenate two existing str ...
分类:
其他好文 时间:
2017-10-06 21:24:22
阅读次数:
330
Linux增加LV(逻辑卷)容量 2017-09-29-17:34:13 个人原创博客,转载请注明出处。 查看逻辑卷的相关命令: lvs vgs 命令: [root@arch ~]# vgs VG #PV #LV #SN Attr VSize VFree vg_arch 1 4 0 wz--n- 5 ...
分类:
系统相关 时间:
2017-09-29 19:23:19
阅读次数:
298
【BZOJ1811】[Ioi2005]mea Description 考虑一个非递减的整数序列 S1,....Sn+1(Si<=Si+1 1<=i<=n)。 序列M1...Mn是定义在序列S的基础上,关系式为 Mi=( Si + S(i+1) )/2, 1<=i<=n, 序列M叫做序列S的平均数序列 ...
分类:
其他好文 时间:
2017-09-28 10:44:37
阅读次数:
108
题目: 给出S1,S2。。。。Sn,这一个序列,把这个序列分成m段,使这m段的和最大,求出这个最大值是多少 思路: 很明显的dp问题,画一个表格(代表二维数组dp),dp[i][j]表示 :前j个数字分成i段的序列和最大是多少。 对于任意的 i , j , dp[i][j] 的值无非取两种: 第一种 ...
分类:
其他好文 时间:
2017-09-27 20:44:54
阅读次数:
154