08 2012 档案

摘要:OAuth wiki:http://zh.wikipedia.org/wiki/OAuthOAuth RFC:http://tools.ietf.org/html/rfc5849OAuth java implement:http://www.ibm.com/developerworks/cn/jav... 阅读全文
posted @ 2012-08-22 11:02 lein.wang 阅读(98) 评论(0) 推荐(0)
摘要:Verifying the include pathTo use PEAR and PEAR compatible packages in your applications, you normally include them into your PHP scripts usingrequire_... 阅读全文
posted @ 2012-08-15 17:37 lein.wang 阅读(202) 评论(0) 推荐(0)
摘要:fillRect(px,py,x,y); //参数px,py是从画布左上角开始的坐标,x,y就是长和宽。有一篇翻译的文章很不错: https://developer.mozilla.org/zh-CN/docs/Canvas_tutorial/Using_images New Docu... 阅读全文
posted @ 2012-08-10 11:08 lein.wang 阅读(161) 评论(0) 推荐(0)
摘要:http://www.letuknowit.com/archives/76data:image/png;base64是什么我们还可以通过 data: url 方式来引用图像。Data urls 允许用一串 Base64 编码的字符串的方式来定义一个图片。其优点就是图片内容即时可用,无须再到服务器兜一... 阅读全文
posted @ 2012-08-09 16:57 lein.wang 阅读(196) 评论(0) 推荐(0)