- Windows 10 for Enterprise Administrators
- Jeff Stokes Manuel Singer Richard Diver
- 171字
- 2021-07-02 18:20:01
Conventions
In this book, you will find a number of text styles 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: "Make a directory called C:\temp".
A block of code is set as follows:
if ($predefined) {
$predefined.Enabled = 1;
$predefined.Put() | Out-Null;
Write-Host Enabled $Id
}
Any command-line input or output is written as follows:
export-startlayout -path c:\temp\customstartscreenlayout.xml –verbose
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Users can manage their own sign in preferences by going to Start | Settings | Accounts | Sign-in options and selecting the options you prefer."
- LabVIEW 2018 虛擬儀器程序設計
- R語言經典實例(原書第2版)
- Software Testing using Visual Studio 2012
- SAS數據統計分析與編程實踐
- Hands-On Enterprise Automation with Python.
- Lighttpd源碼分析
- 計算機應用基礎項目化教程
- Python計算機視覺和自然語言處理
- 深入理解BootLoader
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- CodeIgniter Web Application Blueprints
- 計算機系統解密:從理解計算機到編寫高效代碼
- Flask Web開發實戰:入門、進階與原理解析
- 微信小程序開發圖解案例教程:附精講視頻(第3版)
- 面向對象程序設計教程(C#版)