- MySQL Management and Administration with Navicat
- G?khan Ozar
- 188字
- 2021-08-05 19:03:01
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 you're using a Mac, Navicat should simply be in your Applications
folder unless you dragged and dropped it elsewhere from the installer window."
A block of code is set as follows:
BEGIN INSERT INTO emp_log SET emp_id = NEW.id, date_created = NOW(); END
Any command-line input or output is written as follows:
CREATE TABLE if not exists emp_log ( id int auto_increment primary key, emp_id int, date_created datetime );
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: "To launch Navicat in Windows 7 and earlier, go to Start menu | All Programs | PremiumSoft and click on the version of Navicat you have installed on your PC."
- 高效能辦公必修課:Word圖文處理
- Practical Ansible 2
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 分布式多媒體計算機系統
- Windows游戲程序設計基礎
- 中國戰略性新興產業研究與發展·工業機器人
- 悟透AutoCAD 2009完全自學手冊
- Docker on Amazon Web Services
- Visual C++項目開發案例精粹
- Mastering pfSense
- 生物3D打印:從醫療輔具制造到細胞打印
- Hands-On Dashboard Development with QlikView
- 空間機器人
- 西門子S7-1200/1500 PLC從入門到精通
- ARM嵌入式系統開發完全入門與主流實踐