步驟:
- 在捷徑圖示上按右鍵選 "內容"
- 選擇 "捷徑" 標籤
- 在 "目標" 內容最後加上 -nosplash
例如: "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe" -nosplash - 套用/確定, 完成設定
如此在開啟時,便不會顯示開始的歡迎視窗 :)
# cd [Blend Installation Folder]
# Blend.exe -addin:Addins\Expression.Blend.Intellisense.dll
AllowPrinting, AllowModifyContents, AllowCopy, AllowModifyAnnotations, AllowFillIn, AllowScreenReaders, AllowAssembly, and AllowDegradedPrinting
PdfWriter.AllowPrinting
$ ps -lA
$ kill -9 [PID]
Signal | Number | Meaning |
HUP | 1 | 控制中的終端/程序中斷 |
INT | 2 | 鍵盤的插入指令 (同 Ctrl + C) |
QUIT | 3 | 鍵盤的中斷指令 (同 Ctrl + \) |
TERM | 15 | 程序的終止指令 |
KILL | 9 | 程序的強制終止指令 |
CONT | 18 | 程序的再啟動指令 (STOP後再重新啟動) |
STOP | 19 | 程序的停止指令 (同 Ctrl+Z) |
Common Use:
<script src="js/jquery-core.js" type="text/javascript"></script>
<script src="js/jQuery.intellisense.js" type="text/javascript"></script>
While executing js code, it's better command out intellisense script. Otherwise, browser won't diplay correct results.
In separated js file, use:
/// <reference path="js/jQuery.intellisense.js">