Export Oracle Apex Application from remote to local computers using Maven
Abstract
Oracle Apex application needs to be exported as a sql file from the Workspace in order to deploy to another workspace. Other than exporting manually, this article introduces an automatic way to export the Apex file and copy it to the local computer by using Maven. The automation enables automated build and release process.
Full article:
https://hychen39.github.io/oracl_apex/2018/08/29/export_apex_app_maven.html
2018年9月29日 星期六
2018年9月21日 星期五
PDF Utilities
Here two utilities that let us merge pdf files and add page numbers to the merged file. And, the best part is that we don't need the Acrobat to do that.
PDFSAM: Merge multiple pdf files
A PDF Number: Add page numbers to your pdf file.
PDFSAM: Merge multiple pdf files
A PDF Number: Add page numbers to your pdf file.
2018年9月11日 星期二
2018年8月23日 星期四
Oracle ORDS 404 Not Found Trouble Shooting
整理解決 安裝 Oracle ORDS 做為 Oracle Apex 的 Listener 時產生的 404 Not Found 的步驟.
全文參考: https://hychen39.github.io/oracle_apex/2018/08/24/ords_404_trouble_shooting.html
全文參考: https://hychen39.github.io/oracle_apex/2018/08/24/ords_404_trouble_shooting.html
2018年8月9日 星期四
2018年8月2日 星期四
建立 Maven 專案開發 JSF 應用程式
使用 Netbeans, 建立一個 Maven 專案, 開發 JSF 應用程式.
文章請參考: https://hychen39.gitbook.io/tech-notes/javaserver-faces/maven_jsf_project_
文章請參考: https://hychen39.gitbook.io/tech-notes/javaserver-faces/maven_jsf_project_
2018年6月21日 星期四
解決 Markdown Preview Enhanced 產生的 HTML 文件中 side toc 不見的方法
VSCode 的 Markdown Preview Enhanced plugin 可以將 Markdown 文件轉成 HTML 文件. 在生成的 HTML 文件中左邊會有目錄做為導覽.
但是如果
markdown-preview-enhanced.enableScriptExecution 的設定沒有設為 ture, 則- 生成的 HTML 中沒有左邊導覽
- 在 VSCode preview 時, 無法看見 CSS 的效果
把
markdown-preview-enhanced.enableScriptExecution 設為 true 就可以解決此問題.
訂閱:
文章 (Atom)
