- 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."
推薦閱讀
- 計(jì)算思維與算法入門
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- 跟“龍哥”學(xué)C語言編程
- Python數(shù)據(jù)分析(第2版)
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- 精通Python設(shè)計(jì)模式(第2版)
- Spring Boot進(jìn)階:原理、實(shí)戰(zhàn)與面試題分析
- Mathematica Data Analysis
- C語言程序設(shè)計(jì)教程
- Learning Apache Karaf
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- 寫給大家看的Midjourney設(shè)計(jì)書
- AutoCAD基礎(chǔ)教程
- Learning Redux
- Android熱門應(yīng)用開發(fā)詳解