- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 180字
- 2021-08-06 19:43:13
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If a folder is provided in include path, it will be helpful in auto completion for include()
, require()
, and so on."
A block of code is set as follows:
class Dish { /** * @param string $dishName The name of the dish */ protected function addSalt(){ } }
A command-line input or output is shown as:
svnadmin create /path/to/your/repo/
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 turn this feature on, you need to select the checkbox adjacent to Sort lookup items lexicographically."
- 微服務設計(第2版)
- The DevOps 2.3 Toolkit
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Power Up Your PowToon Studio Project
- GitLab Repository Management
- Effective Python Penetration Testing
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 快速念咒:MySQL入門指南與進階實戰
- Spring Boot進階:原理、實戰與面試題分析
- Learning Hadoop 2
- 軟件測試綜合技術
- Struts 2.x權威指南
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- .NET 4.0面向對象編程漫談:應用篇