对称加密:DES(Data Encryption Standard), 1976,
容易被破解,不安全AES(Advanced Encryption Standard orRijndael), around 2001,目前最流行
aes-128|192|256非对称加密(public-key cry...
分类:
其他好文 时间:
2014-06-07 02:16:58
阅读次数:
218
low poly低多边形(类似于折纸的效果),多边形风格的设计应用越来越多,今天我们就来看一个利用d3.js写成的生成器。...
分类:
其他好文 时间:
2014-06-05 07:58:03
阅读次数:
243
[ tar详解: ]
-c: 建立压缩档案
-x:解压
-t:查看内容
-r:向压缩归档文件末尾追加文件
-u:更新原压缩包中的文件
这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能用其中一个。
下面的参数是根据需要在压缩或解压文件时可选的:
-z:有gzip属性的
-j:有bz2属性的
-Z:有compress...
分类:
系统相关 时间:
2014-06-03 02:32:48
阅读次数:
299
求出强联通分量之后判断出度为0的点有几个,有1个就输出这个分量的点的数目,否则输出0;var
i,j,n,m,x,y,ans1,ans2,t,cnt,top:longint; head,next,go,sta,inp:array[0..50010] of
longint; low,dfn...
分类:
移动开发 时间:
2014-06-02 11:38:57
阅读次数:
220
参考Netty API
io.netty.channel.ChannelPipeline
A list of ChannelHandlers which handles or intercepts inbound events and outbount operations of a
Channel. ChannelPipeline implements an advanced fo...
分类:
Web程序 时间:
2014-06-01 15:44:27
阅读次数:
533
快排,从小到大排序 1 void quicksort(int a[],int low,int
high) 2 { 3 int i=low; 4 int j=high; 5 int temp=a[i]; 6
if(i=temp&&i<j) j--; ...
分类:
其他好文 时间:
2014-05-30 08:03:25
阅读次数:
268
tarjan,叙叙旧咯#include#define maxn 50005int
e[maxn],ne[maxn],be[maxn],all;int DFN[maxn],LOW[maxn],stack[maxn],curr,stak;bool
instack[maxn];int num,belong...
分类:
其他好文 时间:
2014-05-29 23:09:39
阅读次数:
219
具体设置如下:1. 调整IIS 7应用程序池队列长度由原来的默认1000改为65535。IIS
Manager > ApplicationPools > Advanced SettingsQueue Length : 655352. 调整IIS
7的appConcurrentRequestLimit...
文件比较 Beyond Compare程序查看编辑 Source Insight
字体verdana 8超级终端 SecureCRTTftp服务客户端工具 Tftpd32CHM文件转换为PDF文件 ChmMagicPDF文件密码移除工具
Advanced PDF Password RecoveryP...
分类:
其他好文 时间:
2014-05-29 00:14:00
阅读次数:
248
题目:The famous ACM (Advanced Computer Maker)
Company has rented a floor of a building whose shape is in the following figure.
The floor has 200 rooms e...
分类:
其他好文 时间:
2014-05-28 18:57:31
阅读次数:
311