[ To find kernel bit ]
| AIX | bootinfo -K or getconf KERNEL_BITMODE |
| HP-UX | getconf KERNEL_BITS |
| SunOS | isainfo -kv | awk '{ print $1 }' |
| Linux | getconf LONG_BIT |
| Windows | (wmic cpu get DataWidth | findstr /v "^$" | select -Last 1).Trim() |
[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명 How to use keypad, and to drag until found. 키패드를...
No comments:
Post a Comment