C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2014-12-13 22:03:01
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-3-endpoints/September 30, 2013 · 0 Comments在 OAuth 2.0 裡面,Endpoints (資料傳輸接點)共有三種:Authorization Server 的 Authorization EndpointClient 的 Redirection EndpointAuthorization Ser.........【阅读全文】
发布时间:2014-12-13 17:45:24
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-2-cilent-registration/September 30, 2013 · 0 Comments在 OAuth 2.0 的 spec 裡面,關於註冊 Client (Registration) 這件事,只定義了抽象的概念、類型 (profiles) 與要求,以及基於保密能力把 Clients 分成兩類: confidential&nbs.........【阅读全文】
发布时间:2014-12-12 12:36:21
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-1-introductionSeptember 30, 2013 · 4 Comments最近需要實作 OAuth 2 認證,不是接別人的 OAuth 2 ,而是自己製作出可以讓別人接我們的 OAuth 2 的服務(俗稱 Provider)。但看到既有的 OAuth 2 server library 如 rack-oauth2 .........【阅读全文】
发布时间:2014-12-10 13:51:57
来源:http://programming-tut.blogspot.jp/2009/10/ruby-on-rails-for-loop.htmlMethodExample CodeOutputFor Loop<% for i in 0..9 %>Result: <%= i %>,<% end %>Result: 0,1,2,3,4,5,6,7,8,9.........【阅读全文】
发布时间:2014-12-08 20:45:39
文章来源:http://archboy.org/2013/04/18/gnupg-pgp-encrypt-decrypt-message-and-email-and-digital-signing-easy-tutorial/update 2013-05-14:之前写得可能有点晦涩难懂了,这次更新重新组织一下内容,先阐述最简单和容易实现的操作——邮件加密和签名,着重以图形工具讲解。然后放在第二篇再讲解命令行工具,以.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。