- Apache Ignite Quick Start Guide
- Sujoy Acharya
- 174字
- 2021-06-10 18:52:25
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
pojoCacheConfig.addCacheEntryListenerConfiguration(new MutableCacheEntryListenerConfiguration<>(cacheEntryCreatedListenerFactory, filterFactory, true, true));
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
System.out.println("Find max, min salary of players group by club");
fieldQry = new SqlFieldsQuery("select c.name , max(p.salary), min(p.salary) from SoccerPlayer p, \"" + CLUB_SQL_CACHE + "\".SoccerClub c where p.clubId = c.id group by c.name");
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 后稀缺:自動化與未來工作
- 3D Printing with RepRap Cookbook
- Natural Language Processing Fundamentals
- 數據挖掘實用案例分析
- 自動檢測與轉換技術
- 網絡綜合布線技術
- 21天學通Visual Basic
- 自動生產線的拆裝與調試
- 完全掌握AutoCAD 2008中文版:機械篇
- Kubernetes for Serverless Applications
- 中國戰略性新興產業研究與發展·智能制造裝備
- TensorFlow Reinforcement Learning Quick Start Guide
- 工業機器人力覺視覺控制高級應用
- 寒江獨釣:Windows內核安全編程
- 機器學習案例分析(基于Python語言)