上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 235 下一页
摘要: RSA公钥加密算法是1977年由罗纳德·李维斯特(Ron Rivest)、阿迪·萨莫尔(Adi Shamir)和伦纳德·阿德曼(Leonard Adleman)一起提出的。当时他们三人都在麻省理工学院工作。RSA就是他们三人姓氏开头字母拼在一起组成的。 RSA是目前最有影响力的公钥加密算法,它能够抵... 阅读全文
posted @ 2014-08-19 16:58 一天不进步,就是退步 阅读(4604) 评论(0) 推荐(0)
摘要: 在web开发中,采用RSA公钥密钥体系自制ukey,文件证书登陆时,普遍的做法为:在浏览器端采用c++ activex控件,使用 c++的第三库openssl进行RAS加签操作,在服务器端采用java对客户端的签名进行验签操作。这就涉及到c++ openssl和java之间交互加签验签对客户端身份进... 阅读全文
posted @ 2014-08-19 16:54 一天不进步,就是退步 阅读(4737) 评论(0) 推荐(1)
摘要: 1. For all DIVs of a page$(function() { $("div").lazyload({effect: 'fadeIn'});});2. For a particular DIV having some ID like: some content $(function(... 阅读全文
posted @ 2014-08-19 10:59 一天不进步,就是退步 阅读(180) 评论(0) 推荐(0)
摘要: Preloading images will make your application a bit faster by making it lightweight. It is very simple and easy to create and load DOM elements (in thi... 阅读全文
posted @ 2014-08-19 09:34 一天不进步,就是退步 阅读(349) 评论(0) 推荐(0)
摘要: 其中,在地址栏按回车又分为两种情况。一是请求的URI在浏览器缓存中未过期,此时,使用Firefox的firebug插件在浏览器里显示的HTTP请求消息头如下:Host 192.168.3.174:8080User-Agent Mozilla/5.0 (Windows NT 5.1; rv:5.0) ... 阅读全文
posted @ 2014-08-18 15:37 一天不进步,就是退步 阅读(381) 评论(0) 推荐(0)
摘要: Preloading images is a great way to improve the user experience. When images are preloaded in the browser, the visitor can surf around your site and e... 阅读全文
posted @ 2014-08-18 14:47 一天不进步,就是退步 阅读(406) 评论(0) 推荐(0)
摘要: TOP是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户终止该程序为止.比较准确的说,top命令提供了实时的对系统处理器的状态监视.它将显示系统中CPU最“敏感”的任务列表.该命令可以按CPU使用.内存使用和执行时间对任务进行排序;而且该命令的很多... 阅读全文
posted @ 2014-08-15 17:43 一天不进步,就是退步 阅读(728) 评论(0) 推荐(1)
摘要: (一):生命周期和插件原文地址:http://blog.csdn.net/chaofanwei/article/details/36197183在项目里用了快一年的maven了,最近突然发现maven项目在eclipse中build时非常慢,因为经常用clean install命令来build项目,... 阅读全文
posted @ 2014-08-15 15:42 一天不进步,就是退步 阅读(44742) 评论(0) 推荐(9)
摘要: Question:I have an application, but to test something, I need to change value of aString[].But when I do it usingchange valueinvariablestab, everytime... 阅读全文
posted @ 2014-08-14 19:07 一天不进步,就是退步 阅读(849) 评论(0) 推荐(0)
摘要: 原文地址:http://chenzhou123520.iteye.com/blog/1931670在开发时,有时候可能需要根据不同的环境设置不同的系统参数,我们都知道,在使用java -jar命令时可以使用-D参数来设置运行时的系统变量,同样,在Eclipse中运行java程序时,我们怎么设置该系统... 阅读全文
posted @ 2014-08-14 16:32 一天不进步,就是退步 阅读(652) 评论(0) 推荐(0)
上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 235 下一页