Daily Archives: 2012年9月9日

[AmazonMWS]Required parameter MarketplaceId not found エラー時の対応方法

2012年9月9日 (カテゴリ: 未分類:)

エラーメッセージ例 Notice: Undefined offset: 1 in src\MarketplaceWebServiceProducts\Client.php on line 710 Caught Exception: Required parameter MarketplaceId not found Response Status Code: 400 Error Code: MissingParameter Error Type: Unknown Request ID: 417e2eee-ce39-44d8-b1b6-b634863ef53e XML: <?xml ver…


続きを読む

Raspberry Piの資料リンク集

2012年9月9日 (カテゴリ: 未分類:)

Socのデータシート(SoCというのは、CPU+周辺回路を1チップにしたもの) CPUはARM1176JZF-Sを使用していて、UART,SPI,GPIO,PCMオーディオ,PWM,SPI,Timer,USB,I2C辺りが使用可能。 BCM2835 ARM peripherals 詳細なドキュメントは、入手不可(守秘義務契約が必要) FAQs | Raspberry Pi But I demand the documentation for the chip. Give it to me! To get the full SoC documentation you would need to …


続きを読む

[AmazonMWS]「Required parameter ASINList not found」エラーが発生する。

2012年9月9日 (カテゴリ: 未分類:)

GetLowestOfferListngsForASINSample.php実行時のエラーメッセージ例 (見やすくするために改行を入れてます) > php GetLowestOfferListngsForASINSample.php   PHP Notice: Undefined offset: 1 in src\MarketplaceWebServiceProducts\Client.php on line 710   Notice: Undefined offset: 1 in src\MarketplaceWebServiceProducts\Client.ph…


続きを読む

[AmazonMWS] Client.php on line 710で”Undefined offset: 1″エラー時の対処

2012年9月9日 (カテゴリ: 未分類:)

エラーメッセージ PHP Notice: Undefined offset: 1 in …\src\MarketplaceWebServiceProducts\Client.php on line 710PHP Notice: Undefined offset: 1 in …\src\MarketplaceWebServiceProducts\Client.php on line 710 このエラーが出る時は、おそらくユーザのID設定が行われていません。 ID設定は以下のファイルで行います。 src\MarketplaceWebServiceProducts\Samples\.conf…


続きを読む

[AmazonMWS] PHP Notice: Undefined variable: serviceUrl in… エラーが出る時の対処

2012年9月9日 (カテゴリ: 未分類:)

エラーメッセージ PHP Notice: Undefined variable: serviceUrl in …\amazon-mws-v20111001-php-2012-07-01._V144471503_ \src\MarketplaceWebServiceProducts\Samples\GetLowestOfferListingsForASINSample.php on line 43PHP Notice: Undefined variable: serviceUrl in …\amazon-mws-v20111001-php-2012-07-01._V144471503_ …


続きを読む

[AmazonMWS] Caught Exception: Unable to establish connection… エラーが出る時の対処

2012年9月9日 (カテゴリ: 未分類:)

エラーメッセージ Caught Exception: Unable to establish connection to host mws.amazonservices.jp Unable to find the socket transport "ssl" – did you forget to enable it when you configured PHP?Caught Exception: Unable to establish connection to host mws.amazonservices.jp Unable to find the socket t…


続きを読む

[Crystal Reports]特定の条件の時に,ラベルを非表示にする方法

2012年9月9日 (カテゴリ: 未分類:)

Crystal Reportsで帳票出力を行う際、印字データの前後に接頭語や接尾語として固定文字をつける場合があります(例えば名称の後に”様”をつける等)。 固定文字を常に印字する場合は、ラベルとしてテキストオブジェクトを貼り付ければよいのですが、データがない場合は固定文字を出したく無い場合も有ります。 対処療法として、プログラムから”印字データ+固定文字”を渡してあげるという逃げ道も有りますがプログラム的に美しくないので出来れば避けたいです。 このような場合、条件付印字を行う事で対応できます。 例えば以下の帳票で、PostalCodeに値がセッ…


続きを読む