摘要: http://stackoverflow.com/questions/12608734/body-joints-angle-using-kinect-checking-time-interval?rq=1http://stackoverflow.com/questions/15989322/calculate-kinect-skeleton-knee-and-elbow-angles-using-existing-joint-angleshttp://channel9.msdn.com/coding4fun/kinect/Kinect-Earth-Movehttp://social.msdn. 阅读全文
posted @ 2013-07-25 20:35 火腿骑士 阅读(371) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/12499602/body-joints-angle-using-kinect?rq=1新浪微博跟update相关的api已经挂了很多天了一直没有恢复正常,返回错误:40070 Error limited application access api!,新浪开放平台的论坛里n多的人都在等这个恢复,新浪官方也相当的恶心出问题了连个公告都没有,既不说什么原因又不说什么时候能恢复,。还是有版主说是api正在升级礼拜1恢复正常今天都礼拜2了还是不行。基于这个原因我的android版的新浪微博客户端已经停工好几天了,刚好是跟updat 阅读全文
posted @ 2013-07-25 14:24 火腿骑士 阅读(572) 评论(0) 推荐(0)
摘要: public static void RegisterGlobalFilters(GlobalFilterCollection filters){ filters.Add(new HandleErrorAttribute()); filters.Add(new System.Web.Mvc.AuthorizeAttribute());}ttribute in the ASP.NET Web API.Custom Authorize Attributein ASP.NET WEB API you can extend "AuthorizeAttribute" to imple 阅读全文
posted @ 2013-07-25 13:45 火腿骑士 阅读(612) 评论(0) 推荐(0)
摘要: using System;using System.Security.Cryptography;using System.Collections.Generic;using System.Text;using System.Web;namespace OAuth { public class OAuthBase { /// /// Provides a predefined set of algorithms that are supported officially by the protocol /// public enum S... 阅读全文
posted @ 2013-07-25 10:28 火腿骑士 阅读(497) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Security.Cryptography;using System.Configuration;using System.Text;using System.Web;using System.Net;using System.IO;namespace Twitter{ class Auth { const string REQUEST_TOKEN_URL = "https://twitter.com/oauth/request_token"; ... 阅读全文
posted @ 2013-07-25 10:26 火腿骑士 阅读(201) 评论(0) 推荐(0)