- 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."
推薦閱讀
- Oracle從入門到精通(第3版)
- Mobile Web Performance Optimization
- SQL Server 2016從入門到精通(視頻教學(xué)超值版)
- PHP基礎(chǔ)案例教程
- Ext JS Data-driven Application Design
- Getting Started with Python Data Analysis
- 微信小程序項目開發(fā)實戰(zhàn)
- RabbitMQ Cookbook
- 深入淺出React和Redux
- Building Machine Learning Systems with Python(Second Edition)
- Regression Analysis with Python
- 區(qū)塊鏈項目開發(fā)指南
- Java EE 7 with GlassFish 4 Application Server
- Drupal Search Engine Optimization
- Selenium WebDriver Practical Guide