open-selector

码农软件 · 软件分类 · 单点登录框架 · 2019-04-13 09:59:47

软件介绍

open-selector 是一个JavaScript库用来提供 OpenID 登录框,如下图所示:

Plain OpenID box

Open-selector default layout

Inline layout

使用代码:

<script src="/js/open-selector.js" type="text/javascript"></script>
<script type="text/javascript">
    open_selector.openid_form_id = 'openid_form'; // ID for the OpenID login form
    open_selector.openid_box_id = 'openid_url'; // ID for the OpenID URL box
    open_selector.init();
</script>

本文地址:https://www.codercto.com/soft/d/3476.html

How to Design Programs

How to Design Programs

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元

This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具