2013-01-01から1ヶ月間の記事一覧
この処理は、ReferenceTable overflow に対しては、必要なかった。修正前 env->DeleteLocalRef(value);修正後 (*env)->DeleteLocalRef(env ,value);DeleteLocalRefをしようとすると、以下のエラーが出て終了する。 is not a valid JNI reference
異常処理の時、メモリを解放していなかった。 01-30 15:32:24.508: W/dalvikvm(18926): ReferenceTable overflow (max=1024) 01-30 15:32:24.508: W/dalvikvm(18926): JNI pinned array reference table (0x41c9f5a0) dump: 01-30 15:32:24.508: W/dalvikvm(…
RIght Click on Project Head -> Properties -> C++ General -> Paths And Symbols Add a path similar to this under GNU and GNUC++ Language Entries /NDK/Platforms/Android-14/arch-arm/usr/include Source LocationへLinkFolderで設定した。 Folder na…
egit could not detect where git is installed gitのPATHを通してあげたら出なくなった。msysgit
(20091120)グーグルが「Chrome OS」ついに公開! ソースコード含む詳細を明らかに http://www.publickey1.jp/blog/09/chrome_os.htmlThe Chromium Projects http://www.chromium.org/chromium-os/chromiumos-design-docs/software-architectureX-Windowがベ…
フォントは、Androidベースの場合,FreeType2を呼んでいる? 2D Graphics(gfx/thebes, gfx/2d) http://code.metager.de/source/xref/mozilla/B2G/gecko/gfx/thebes/gfxAndroidPlatform.cpp http://code.metager.de/source/xref/mozilla/B2G/gecko/modules/fre…
のねのお店 もと元祖店 のねのお店 元祖店 のねのお店 ApplePie店 のねのお店 Banana店 のねのお店 Cupcake店 のねのお店 Donut店 のねのお店 Eclair店
($NDK_ROOT)\docs\PREBUILTS.htmlより引用 NDK Prebuilt library support: ----------------------------- Android NDK r5 introduced support for prebuilt libraries (shared and static), i.e. the ability to include and use, in your applications, pr…
PSO中に一度落ちた。 そのときのエラーは、以下の内容だった。 ディスプレイ ドライバー nvlddmkm が応答を停止しましたが、正常に回復しました。
Refused to evaluate script because it violates the following Content Security Policy directive: "script-src 'self' https://www.google.com". Eval and related functions are disabled Code like the following does not work: alert(eval("foo.bar.…
load.js google.load("visualization", "1", {packages:["corechart"]}); スクリプトを読む順番がおかしかった。修正前 <head> <link rel="stylesheet" href="style.css" type="text/css"/> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/common.js"></script> </link></head>
Trailing Comma,
Error Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' https://www.google.com". SSLを使えば外部SCRIPTを呼ぶことができる。pop.html manifest.json "content_security_polic…
CSP error in Chrome 18 when loading jQuery 1.7.1
Refused to apply inline style because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.popup.html 修正前 <html> <script type="text/javascript" src="popup.js"> </script>…</html>
Manifest.json { // Required "name": "Sample Extension", "version": "0.2", "manifest_version": 2, "background": { "page": "background.html"}, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } Chrome Extension…
Google Chrome | kwLog
Port error: Could not establish connection. Receiving end does not exist. miscellaneous_bindings:238 chromeHidden.Port.dispatchOnDisconnect miscellaneous_bindings:238
うまくいかないPCのログ
うまくいくPCのログ
Download Microsoft Windows SDK 7.1 from Official Microsoft Download Center C:\windbg>windbg -o d:\Users\hoge\AppData\Local\Google\Chrome\Application\chrome.exe
障害が発生しているアプリケーション名: iexplore.exe、バージョン: 9.0.8112.16457、タイム スタンプ: 0x50a2f9e3 障害が発生しているモジュール名: SlingPlayerAX.dll、バージョン: 1.5.12.732、タイム スタンプ: 0x506dc96c 例外コード: 0xc0000409 障害…
SlingBoxpro-hdのChrome版のSlingPlayerで以下のエラーが出ていた。 ”Port error: Could not establish connection. Receiving end does not exist.”google chrome extension - Port error: Could not establish connection. Receiving end does not exist. …
1:ツール(L)のデベロッパーコンソール(D) 2:SourcesのTab 3:”{}”Pretty Printこれで、整形されたJavaScriptが読める。
Fixitだけでは治らなかった。 Internet Explorer 9 のインストールエラー 800F081E - マイクロソフト コミュニティx64 ベース システム用 Windows 7 のシステム更新準備ツール IE9が再インストールできない エラーコード:800F081E | My one stepそれでも治ら…
SlingBox HDを買った。 Chromeで設定しようとしたら、SlingPlayer has Crashed.になった。 Chromeのバージョン 24.0.1312.52 Adobe Flash Player (2 files) - バージョン: 11.5.31.137 Shockwave Flash 11.5 r31 chrome://plugins/ IEの64bit版は、対応して…
今日、ロケフリの機器を見たら、NetAVのLEDが赤くなっていた。 昨日は、平気だった。再起動してみても、同じ状態。nslookupで呼んでみると、 MyNetAV.comまでは見つかる。 LF-PK20JP.MyNetAV.comは、ドメインが見つかりませんでした。調査中のようだ。 日頃…
フレッツ光プレミアムから、フレッツ光ネクストへ変更した。 (スーパーハイスピードタイプ隼(はやぶさ)) 今まであった、CTUとONUとIP電話の機器が一つのルータになった。(PR-400KI) 工事の人に渡されたCDを使って、NTTWのスタートアップツールを入れた…