函式名稱 | 功能描述 | 範例 |
---|---|---|
sqrt(x) |
開根號,僅適用於 x ≥ 0 | sqrt(9.0) → 3.0 |
pow(x, y) |
計算 x 的 y 次方 | pow(2.0, 3.0) → 8.0 |
abs(x) |
計算整數的絕對值 | abs(-5) → 5 |
fabs(x) |
計算浮點數的絕對值 | fabs(-3.2) → 3.2 |
ceil(x) |
向上取整(天花板函式) | ceil(2.3) → 3.0 |
floor(x) |
向下取整(地板函式) | floor(2.9) → 2.0 |
- Right click the VM you want to fix from
Library
(On your left hand side). - Click
Open VM directory
- Paste
keyboard.vusb.enable = "TRUE"
in to*.vmx
Warning
THIS WILL ERASE YOUR DEVICE. DO NOT DO THIS UNLESS YOU ARE OKAY WITH THAT, OR HAVE A BACKUP.
- Download iTunes (exe version).
- Download iOS/iPadOS
18.5
from https://ipsw.me.
Note
You can only download signed version (like 18.5
)
- Open iTunes, and backup your iDevice running 26 Developer beta.
sudo apt update
sudo apt install -y software-properties-common apt-transport-https wget
sudo wget -q https://packages.microsoft.com/keys/microsoft.asc -O /usr/share/keyrings/microsoft.asc
sudo sh -c 'echo "Types: deb\nURIs: https://packages.microsoft.com/repos/vscode/\nSuites: stable\nComponents: main\nSigned-By: /usr/share/keyrings/microsoft.gpg" > /etc/apt/sources.list.d/vscode.sources'
sudo apt update
sudo apt install -y code
Warning
You need to run this script with administrator permission, otherwise this script won't work.
Tip
Creating shortcut make your life easier. (Shortcut can set to auto run with administrator permission
C:\Windows\System32\cmd.exe /c C:\Windows\System32\sc.exe stop zerotieroneservice || sc.exe start zerotieroneservice || pause
code-server 4.100.3 409c64e0df4d53530e59c16acc2b5d5766f717b0 with Code 1.100.3 Usage: code-server [options] [path] - Opening a directory: code-server ./path/to/your/project - Opening a saved workspace: code-server ./path/to/your/project.code-workspace Options
docker run -p 8080:80 dorowu/ubuntu-desktop-lxde-vnc --rm
- Make sure you connect to your device
adb devices
- print app
adb shell pm list packages
- Uninstall
NewerOlder