- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Marc Delisle
- 176字
- 2021-08-20 15:55: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: "If this information is not available, a good alternate choice is localhost."
A block of code is set as follows:
$i++; $cfg['Servers'][$i]['host'] = ''; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['socket'] = '';
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
UPDATE `marc_book`.`book` SET `some_bits` = b '101'
WHERE `book`.`isbn` = '1-234567-89-0' LIMIT 1;
Any command-line input or output is written as follows:
tar -xzvf phpMyAdmin-3.4.5-all-languages.tar.gz
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: "There are various files available in the Download section."
推薦閱讀
- Learning Neo4j
- Kali Linux Web Penetration Testing Cookbook
- Web Development with Django Cookbook
- PyTorch自然語言處理入門與實戰(zhàn)
- 用Python實現(xiàn)深度學(xué)習(xí)框架
- PhpStorm Cookbook
- Linux Device Drivers Development
- Android開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- Angular開發(fā)入門與實戰(zhàn)
- 西門子S7-200 SMART PLC編程從入門到實踐
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- QGIS 2 Cookbook
- Struts 2.x權(quán)威指南
- Photoshop CC移動UI設(shè)計案例教程(全彩慕課版·第2版)
- 從零開始學(xué)UI:概念解析、實戰(zhàn)提高、突破規(guī)則