矩形是什么外界的意思 [英] What does rectangle is outside bounds mean

查看:155
本文介绍了矩形是什么外界的意思的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

PPB_Graphics2D.PaintImageData:Rectangle是什么意思?几乎我检查的每一段代码都可以看到它。最近的代码是

  define(my consumer key); 
define(我的消费者机密);

$ oauth =新的OAuth(我的消费者密钥,我的消费者密钥);

//第一项业务是获取请求令牌
$ request_token_response = $ oauth-> getRequestToken('https://api.linkedin.com/uas/oauth/requestToken );

if($ request_token_response === FALSE){
throw new Exception(Failed fetching request token,response was:
。$ oauth-> getLastResponse()) ;
} else {
$ request_token = $ request_token_response;
}

打印Request Token:\\\
;
printf( - oauth_token =%s\\\
,$ request_token ['oauth_token']);
printf( - oauth_token_secret =%s\\\
,$ request_token ['oauth_token_secret']);
打印\\\
;

我很想知道这个错误意味着什么,以及我该如何清除它。

解决方案

这似乎是Google Chrome最新版本的错误。我们在我们的网站上看到了这个问题,还有许多其他功能的Flash内容。




What does PPB_Graphics2D.PaintImageData: Rectangle is outside bounds mean?? I'm seeing it on almost every piece of code I inspect. The most recent code being

define("my consumer key");
define("my consumer secret");

$oauth = new OAuth(my consumer key, my consumer secret);

//The first item of business is getting a request token
$request_token_response = $oauth->getRequestToken('https://api.linkedin.com/uas/oauth/requestToken');

if($request_token_response === FALSE) {
        throw new Exception("Failed fetching request token, response was:"
        . $oauth->getLastResponse());
} else {
        $request_token = $request_token_response;
}

print "Request Token:\n";
printf("    - oauth_token        = %s\n", $request_token['oauth_token']);
printf("    - oauth_token_secret = %s\n", $request_token['oauth_token_secret']);
print "\n";

I would love to know what this error means and how I could rid of it

解决方案

This seems to be an error with the latest version of Google Chrome. We are seeing this issue on our site, and many others that feature flash content.

E.g.

这篇关于矩形是什么外界的意思的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆