2010年8月8日

认证 (authentication) 和授权 (authorization) 的区别

摘要: 以前一直分不清 authentication 和 authorization,其实很简单,举个例子来说:你要登机,你需要出示你的 passport 和 ticket,passport 是为了证明你张三确实是你张三,这就是 authentication;而机票是为了证明你张三确实买了票可以上飞机,这就是 authorization。在 computer science 领域再举个例子:你要登陆论坛,... 阅读全文

posted @ 2010-08-08 20:23 左一 阅读(21921) 评论(4) 推荐(3) 编辑

2010年7月25日

GEF Connection

摘要: Adding a Connection using Draw2dDraw2d offers a special type of figure, called a connection, for connectingtwo figures. To create a connection in Draw2d, it is first necessary to establishthe two endpoints of the connection. These endpoints are called the source andthe target anchors. Endpoints are 阅读全文

posted @ 2010-07-25 00:53 左一 阅读(963) 评论(0) 推荐(1) 编辑

导航