DITA 2006
Volume 9, Issue 33; 24 Mar 2006 (modified 08 Oct 2010)
I only saw a few hours of the DITA conference, but I think it was a good show. I wish I'd seen more. I remain skeptical about some aspects of the DITA vision, but that's not really important. Reasonable people can disagree about the details.
As I write this, flying back from Raleigh-Durham, a destination that I flew towards only a small number of hours ago, I am trying to capture my impressions of the day. ¶
..
你的数字证书有一对,一份在U盾里的私钥,一份在银行的公钥(其实两份银行都有)
U盾的原理很类似于双向认证的TLS(SSL)或者其它用到RSA的双向证书验证手段,以下步骤可能和U盾实际执行的有所区别,但本质相同:
--银行先给你一个"冲击",它包含了随机数,以及该随机数HASH,它们都由公钥加密,这样就可以保证只有你能解密这个"冲击"
--你计算该随机数的HASH,并和用私钥解出的HASH,两者相同后,便可确认银行的身份
--接下来,以一个只有你和银行知道的算法,利这个随机数和一些其它信息,生成"响应"..
数字签名是什么?
作者: 阮一峰
日期: 2011年8月 9日
今天,我读到一篇好文章。
它用图片通俗易懂地解释了,"数字签名"(digital signature)和"数字证书"(digital certificate)到底是什么。
我对这些问题的理解,一直是模模糊糊的,很多细节搞不清楚。读完这篇文章后,发现思路一下子就理清了。为了加深记忆,我把文字和图片都翻译出来了。
文中涉及的密码学基本知识,可以参见我以前的笔记。
====================================================
数字签名是什么?
作者:David ..
这有好多字体,以备使用:
http://www.fonts2u.com/index.html
ILMerge的下载地址:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17630
参看:
http://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx
Overview
ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the targe..
图像分割阈值选取技术综述
中科院成都计算所刘平 2004-2-26
1.引言
所谓图像分割是指根据灰度、彩色、空间纹理、几何形状等特征把图像划分成若干个互不相交的区域,使得这些特征在同一区域内,表现出一致性或相似性,而在不 同区域间表现出明显的不同[37].简单的讲,就是在一幅图像中,把目标从背景中分离出来,以便于进一步处理。图像分割是图像处理与计算机视觉领域低层次 视觉中最为基础和重要的领域之一,它是对图像进行视觉分析和模式识别的基本前提.同时它也是一个经典难题,到目前为止既不存在一种通用的图像分割..
之前因為 Linux 主機掛點,要重新設定 Samba 時才發現新版 Samba 的帳號密碼檔有了不一樣的改變。
tdbsam 帳號管理
新版的 Samba 預設已改用 tdbsam 取代 smbpasswd,但如果要繼續延用舊版 smbpasswd 也是可以。
新版的 tdbsam 需要用 pdbedit 指令來管理帳號密碼。
新增帳號與密碼
# pdbedit -a user_name
顯示該帳號明細
# pdbedit -v user_name
使用舊版 smbpasswd 管理帳號
修改 /etc/samba/smb.conf
# vi /etc/samba/smb.conf
..
程序和源代码参见附件,也可以直接从下面链接页面下载:
http://www.codeproject.com/KB/mcpp/DriveInfoEx.aspx
Introduction
Many people looking for a schema to protect their work need to get some information that is hardware specific like the Mac Address or some hard drive serial number.
Background
If you tried other solutions like like this one, it probably did not work for you because it's using the WMI services. I was able to find a solution that worked reasonably well here. It ..
from:http://network.pconline.com.cn/cehua/0912/1990614.html
在中国的BT门户被关闭之前,海盗湾经历了同样的遭遇,甚至更惨。不过法律终归跟不上技术的脚步,Magnet技术让海盗湾得以继续发展——编者
20世纪60年代,美国国防部高级研究计划署(ARPA)提出要研制一种崭新的、能够适应现代战 争的、生存性很强的网络,目的是对付来自前苏联的核进攻威胁。翻看一下历史就能知道,苏联当时把全球第一颗人造卫星送上了太空,美国感觉到了压力,于是他 们随后也搞出了另一个足以改变未来世界的东西——APRANET..