問題タブ [oracle-maf]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
macos - MAC 10.9でJdeveloper 12C MAFの実行が非常に遅い
Jdeveloper 12.1.3.0 MAC OSx 10.9
突然、Jdeveloper の実行速度が非常に遅くなりました。文字を入力した後、数秒停止する必要があるため、入力はほとんど不可能です。メニューからの「アプリケーションを閉じる」は、完了するまでに約 15/20 分かかります。ただし、Simulator へのデプロイ時間はそれほど増加しませんでした。以前は、debugging true で Jdeveloper を単独でロードするのが困難でした。LEVEL.FINE はロガーできませんでした。
デバッグしなくても、エディターを正常に実行するのを手伝ってくれる人はいますか? このMacBook Proには16GBのメモリがあります。これをどのように利用できますか?この減速現象は行ったり来たりしているようです。アナライザー ユーティリティを確認しました。これは、Mac で実行されているプロセスが多くない場合でも発生します。MacでJDeveloper 12Cの速度低下を経験した人はいますか?
ありがとう
oracle - Oracle MAF アプリケーションの最終パッケージのサイズを小さくするにはどうすればよいですか?
モバイルデバイス用のOracle MAFアプリケーションを開発しています。パッケージの初期サイズは約 20 MB です。MAF アーキテクチャには、ビジネス ロジック用の組み込みの軽量 JVM ( ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET ) があります。
サイズを小さくするために最終パッケージでエクスポートするライブラリを選択できますか?
android - Oracle MAFのモバイル・アプリケーション内でExcelファイルを作成する方法
Androidプラットフォーム用の新しいモバイル・アプリケーションを開発する計画があり(後にIOS用も)、アプリケーションの開発にOracle MAFを選択しました。アプリケーションの最終出力は、Excel ファイル (.xsl または .xlsx 形式) になります。Oracle MAF を使用してこれを実現するにはどうすればよいですか。Excel ファイルを作成するための組み込み API はありますか? Apache POIなどの外部ライブラリを使用して Excel ファイルを作成できますか?
oracle-maf - Oracle MAF アプリケーションが iPhone 6 plus の起動画面でハングします。
Oracle MAF アプリケーションは、iPhone 6 plus のスプラッシュ画面でハングしますが、iPhone 5 では正常に動作します。両方のデバイスの OS は同じです: iOS 8.
cordova - Display only the QR image created with phonegap Barcodescanner Zxing based Plugin
I am using the phonegap barcodescanner plugin from https://github.com/wildabeast/BarcodeScanner
I am encoding a text string and would like to display only the generated image. Right now I'm using the following code
The success object in the alert returns a image with the encoded text below it. I would like to instead get and show only an image object from the result. Is there such a function like success.toBitmap or something like that? Or is there an alternative way I could do it?
N.B. I'm actually using this in an Oracle MAF application, so if there are some MAF specific answers it would be great too. Code is as below
mobile - デバイスの数字または英数字キーボードの表示を制御する方法は?
適切なキーボードを表示して、入力の種類 (数字または英数字) を制限したい。
JDEVELOPER MAF 12Cを使用してそれを達成するにはどうすればよいですか?