31
Oct
2014
单点登录 SSO(Single Sign On)说得简单点就是在一个多系统共存的环境下,用户在一处登录后,就不用在其他系统中登录,也就是用户的一次登录能得到其他所有系统的信任。
单点登录在大型网站里使用得非常频繁,例如像阿里巴巴这样的网站,在网站的背后是成百上千的子系统,用户一次操作或交易可能涉及到几十个子系统的协作,如果每个子系统都需要用户认证,不仅用户会疯掉,各子系统也会为这种重复认证授权的逻辑搞疯掉。
实现单点登录说到底就是要解决如何产生和存储那个信任,再就是其他系统如何验证这个信任的有效性,因此要点也就以下几个:
29
Sep
2014
What happened to my Jekyll ?
OK, I Surrender.
After establishing local environment of GitHub Pages, I forked the repository of Tom Preston-Werner and built the project with Jekyll; but encountered one problem under the Windows 7 environment.
The current ruby platform versions:
ruby 2.0.0p598 [i386-mingw32]
gem 2.0.14
bundler 1.7.9
RedCloth 4.2.9