摘要:http://mail.dprk-stamp.com/openidea/leobbs.cgi
......
摘要: 无标题文档 java安全通信、数字证书及数字证书应用实践 abnerchai(柴政) 2004年6月 摘要: 在本文中,我用详细的语言和大量的图片及完整的程序源码向你展示了在 java中如何实现通过消息摘要、消息验证码达到安全通信、以及用java的工具生成数字证书,和用程序给数字证书签名、以及用签名后的数学证书签名applet突破applet的访问权限的过程,给出了全部例子的详细代码。 通过本文......
客户端源码分析之二: Storage 类上一页 ... total += length # so_far 是实际存在的文件的总长度,好像没有起作用 【程序编程相关:
在 Linux 下直接使用 ISO 映像】 【推荐阅读:
在 Linux 下提升 bash 权限!】 l = getsize(file) 【扩展信息:
Web开发技术史话】 if exists(file): if l > length: l = length so_far += l # 如果文件长度为0, 则创建一个空文件 elif not exists(file): open(file, ´wb´).close() # begins 是一个列表,用来保存每个文件的起始位置 self.begins = [i[0] for i in self.ranges] self.total_length = total self.handles = {} self.whandles = {} self.tops = {} ...
下一页 摘要:在.net1.2中支持xquery,xquery使用一种叫flwor的查询语言(音flower).例子如下: using system;using system.io;using system.xml;using system.xml.query;using system.data.sqlxml;namespace xquery{public class xquerysample{ public ......