- Oracle APEX Best Practices
- Learco Brizzi Iloon Ellen Wollf Alex Nuijten
- 150字
- 2021-08-05 18:45:20
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "These settings can also be set manually with the APEX_INSTANCE_ADMIN
API."
A block of code is set as follows:
BEGIN wwv_flow_api.set_security_group_id(p_security_group_id=>10); wwv_flow_fnd_user_api.create_fnd_user( p_user_name => 'second_admin', p_email_address => 'email@company.com', p_web_password => 'second_admin_password') ; END; / COMMIT /
Any command-line input or output is written as follows:
@apexins tablespace_apex tablespace_files tablespace_temp images
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select the appropriate settings for Disable Administrator Login and Disable Workspace Login."
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- Vue.js設計與實現
- Java范例大全
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 零基礎學MQL:基于EA的自動化交易編程
- 零基礎輕松學SQL Server 2016
- RISC-V體系結構編程與實踐(第2版)
- Scala Data Analysis Cookbook
- 時空數據建模及其應用
- C語言程序設計與應用(第2版)
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Distributed Computing in Java 9
- 深度學習入門:基于Python的理論與實現
- Clojure for Finance
- Flask開發Web搜索引擎入門與實戰