------iOS training, Java training, Android training, iOS learning technology blog, looking forward to communicating with you------
MAC Displays the current file full path and recovery in the Finder title bar
MAC Displays the current file full path in the Finder title bar
Open terminal, enter command
Defaults write Com.apple.finder _fxshowposixpathintitle-bool true;killall Finder
Restore Default state
Open terminal, enter command
Defaults Delete com.apple.finder _fxshowposixpathintitle;killall finder
Mac shortcut keys
Option-->alt
Command-->win
File operations
Copy Command+c Win+c
Paste Command+v win+v
Fallback Command+z Win+z
Save Command+s Win+s
Window operations
Close Window Command+w
Exit Program Command+q
Manage multiple Desktops Ctrl + UP-cut head
Toggle Program Window Command (long Press) + TAB
Toggle IME Command (Long Press) + Space
Xcode Multi-line indent command +]
Change the Xcode template
Change the Xcode template
Change the Xcode project template
Mac 10.10? Application? Xcode.app? (find Xcode in the application, show package content, and so on) Contents? Developer? The Library? Xcode? Templates? Project Templates ? Mac? Application? Command line tool.xctemplate? templateinfo.plist
In the templateinfo.plist file, you can use a text editor. App opens for easy viewing
Change the Xcode comment template
Mac 10.10? Application? Xcode.app? (find Xcode in the application, show package content, and so on) Contents? Developer? The Library? Xcode? Templates? File Templates ? Cocoa? Objective-c class.xctemplate? NSObject
___filebasename___.h
___filebasename___.m
In the above two files are changed to inherit from the NSObject of the class's comment template
Dark Horse Programmer---a few practical tips