Oracle Application Express(APEX)19.2
正式发布了!Oracle APEX 是市场领先的企业级低代码开发平台,您可以仅使用浏览器来设计、开发和部署漂亮、响应迅速、数据驱动的桌面和移动应用程序。APEX 19.2引入了许多令人兴奋的新功能和强大的数据驱动组件,以帮助提供功能丰富且现代的用户体验。
Oracle APEX 活跃博文整理 | 2019.10.31
以下是截止至 2019.10.31
收集的 Oracle APEX 最新博文,完整博文列表请移步这里:Oracle APEX Evangelion(EVA 补完计划)
常规APEX博文整理:
- APEX_DATA_PARSER: Flexible, Powerful, Awesome
2019.10
- Customize the APEX validation message
2019.10
- Login in APEX 19.1 using LinkedIn
2019.10
- Oracle Apex: Highlight Row on Link Click of Interactive Report
2019.10
- Create Delete Row Button for Interactive Report in Oracle Apex
2019.10
- Status Meter Gauge Chart Example
2019.10
- Writing Text to a Region Using JavaScript in Oracle Apex
2019.10
- Interactive Grid: Create Custom Add Edit Save and Delete Buttons
2019.10
- Create Faceted Search Region
2019.10
- Create Star Rating Page Item
2019.10
- Escape Special Characters When Passing Parameters to Other Page
2019.10
- apex.util.showSpinner() Example
2019.10
- How to Create a PL/SQL Code Process in Oracle Apex?
2019.10
- Create Download BLOB Link in Report
2019.10
- Create Switch Example
2019.10
- Create Checkbox of Yes/No Type
2019.10
- Dynamic Action Execute PL/SQL Code Example
2019.10
- On Close Dialog Refresh Parent Page Regions
2019.10
- Application Process Example
2019.10
- Set Page Item Value Using PL/SQL
2019.10
- Display Icon in Column of an Interactive Report
2019.10
- Download CSV from Interactive Report from Another Page
2019.10
- Interactive Grid Get Selected Rows Example
2019.10
- Native Oracle DB JSON functionality as alternative for using cursor() in AOP (and APEX_JSON)
2019.10
- Set Page Items Value Using JavaScript on the Click of a Link in Interactive Report
2019.10
- How to Script Workspace Provisioning on Oracle Autonomous Database
2019.10
- Re-use your Interactive Report query using APEX_IR.GET_REPORT
2019.10
- Warn unsaved changes for custom fields
2019.10
- Oracle APEX Tabs Container - Control selection using jQuery
2019.10
- Can I Generate PDFs from APEX in the Always Free Oracle Cloud?
2019.10
- So you want to learn Oracle APEX?
2019.10
- Show null for switch items
2019.10
- User-editable Application Setting
2019.10
- Oracle APEX 18.x to 19.1 upgrade issue
2019.10
- OGB Appreciation Day: add an error in a PL/SQL Process to the inline notification in Oracle APEX
2019.10
- Free Oracle Cloud: 14. Your Oracle Cloud Free Trial has expired (but FREE still running)
2019.10
- Free Oracle Cloud: 13. Final things to take away
2019.10
- Free Oracle Cloud: 12. Create a 2nd Compute Instance and a Load Balancer
2019.10
- Free Oracle Cloud: 11. Sending Emails with APEX_MAIL on ATP
2019.10
- Download CSV Using PL/SQL Procedure
2019.09
- Create Change Password Screen for Custom Authentication in Oracle Apex
2019.09
- Create Custom Authentication in 5 Easy Steps in Oracle Apex
2019.09
- Display BLOB Contents (PDF, Images) into a Region in Oracle Apex Page
2019.08
- How to Load BI Publisher Report Content to a BLOB Field in Oracle Apex?
2019.08
- How to Embed BI Publisher Report into a Page in Oracle Apex?
2019.08
- How to Call BI Publisher Report from Oracle Apex?
2019.08
- On Button Click Open URL in a New Tab
2019.08
- Display a Value From Another Table on Page Load in Oracle Apex
2019.08
- Add Interactive Grid into a Form
2019.08
- Creating Custom User Access Control
2019.07
- Refresh Report Region Using Dynamic Action
2019.07
- Oracle Apex Dynamic Popup Navigation Menu Example
2019.07
- Oracle Apex Tree Example
2019.07
- Learn How to Set Label for an Item in Oracle Apex
2019.07
- Create Report with Form with Region Display Selector Example
2019.06
- Oracle Apex PL/SQL Expression Example
2019.05
- 3 Ways to Find Oracle Apex Version Installed Locally or Server
2019.04
- Learn How to Create User in Oracle Apex
2019.04
- Upgrade to Oracle Application Express 18.1
2018.05
- Convert Oracle Form to Apex Using frmf2xml Utility
2017.03
- Apply These 5 Steps to Upgrade Oracle Apex from 5.0 to 5.1
2017.03
Kubernetes学习笔记(6):健康检查 & 调度 & 部署
Kubernetes默认的健康检查是监控容器的ENTRYPOINT执行的程序是否正常(返回0),可以添加自定义健康检查以便符合我们真实需求。
当kill掉容器ENTRYPOINT执行的进程时,容器会被终止,k8s会尝试自动重启该容器。
Kubernetes学习笔记(4):打造自动化流水线(CI/CD)
Jenkins介绍
Jenkins是一款开源 CI&CD 软件,用于自动化各种任务,包括构建、测试和部署软件。Jenkins 支持各种运行方式,可通过系统包、Docker 或者通过一个独立的 Java 程序。
传统部署方式存在的问题
使用Jenkins + Docker做CI/CD的好处
安装配置高可用的Harbor镜像仓库
什么是Harbor?
Harbor 是一个用于存储和分发Docker镜像的企业级Registry服务器,通过添加一些企业必需的功能特性,例如安全、标识和管理等,扩展了开源Docker Distribution。
作为一个企业级私有Registry服务器,Harbor提供了更好的性能和安全。提升用户使用Registry构建和运行环境传输镜像的效率。
Harbor支持安装在多个Registry节点的镜像资源复制,镜像全部保存在私有Registry中,确保数据和知识产权在公司内部网络中管控。
另外,Harbor也提供了高级的安全特性,诸如用户管理,访问控制和活动审计等。
- 基于角色的访问控制:用户与Docker镜像仓库通过“项目”进行组织管理,一个用户可以对多个镜像仓库在同一命名空间(project)里有不同的权限。
- 镜像复制:镜像可以在多个Registry实例中复制(同步)。尤其适合于负载均衡,高可用,混合云和多云的场景。
- 图形化用户界面:用户可以通过浏览器来浏览,检索当前Docker镜像仓库,管理项目和命名空间。
- AD/LDAP 支持:Harbor可以集成企业内部已有的AD/LDAP,用于鉴权认证管理。
- 审计管理:所有针对镜像仓库的操作都可以被记录追溯,用于审计管理。
- 国际化:已拥有英文、中文、德文、日文和俄文的本地化版本。更多的语言将会添加进来。
- RESTful API:RESTful API 提供给管理员对于Harbor更多的操控, 使得与其它管理软件集成变得更容易。
- 部署简单:提供在线和离线两种安装工具, 也可以安装到vSphere平台(OVA方式)
虚拟设备。
Oracle Cloud 系列文章03:安装配置Oracle Cloud命令行接口工具(CLI)
本文是钢哥 Oracle Cloud 系列文章第三篇,Oracle Cloud系列文章列表如下:
什么是CLI?
CLI是一种命令行工具,允许你通过命令行来访问Oracle Cloud的可用服务。CLI提供与控制台相同的核心功能,以及其他命令。有关更多关于CLI的介绍,可以访问这里;
快速安装CLI
MacOS, Linux, and Unix
1 | bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" |