alias dco="docker-compose" alias traceroute="nali-traceroute" alias tracepath="nali-tracepath" alias nslookup="nali-nslookup" alias shutdown="wsl.exe --shutdown" alias clip="clip.exe" alias apt-update="sudo apt-get update && sudo apt-get -y upgrade" alias ncdux="ncdu -X ~/dotfil...
export CLASSPATH=".:/usr/local/lib/antlr-4.9-complete.jar:$CLASSPATH" alias antlr='java org.antlr.v4.Tool' alias grun='java org.antlr.v4.gui.TestRig' 1. 2. 3. 注意:上面的/usr/local/lib/antlr-4.9-complete.jar只是例子,你需要改成自己的jar文件路径。 保存后执行source ~/.bashrc或source...
全局安装就是给系统中的所有用户都安装,且环境变量是系统变量,对于需要设置系统变量的一些软件就需要全局安装,比如 Node.js、Python,否则某些情况会出现无法找到命令的问题。 使用scoop install <app>命令加上-g或--global选项可对软件进行全局安装,全局安装需要管理员权限,所以需要提前以管理员权限运行的 Power...
正常如果我们提交肯定是git add .然后git commit出现如下图: 这里可以通过Esc然后:q键退出 其实这里我们可以让每次commit的时候打开sublime,在sublime编辑里写提交信息,这样会更加方便,配置如下: git config --global core.editor “‘C:\Program Files\Sublime Text 3\subl.exe’ –wait –new-window” 这样当我...
前言全局说明 Python官方最后支持 Windows 7的版本试 Python-3.8.10 一、背景 Win7 之前一直装的 Python 3.7.2 都能正常使用。因为模块兼容性,在 2023 年初的时候, 想着升级到最后一个支持 Win7 的 Python 版本,结果装好后, 就发现 pip
alias Manage scoop aliases bucket Manage Scoop buckets cache Show or clear the download cache checkup Check for potential problems cleanup Cleanup apps by removing old versions config Get or set configuration values create Create a custom app manifest ...
Failure to have a unique option name or alias can prevent the util being used by module that also use those names or aliases for its own options. The following is an example module util calledServiceAuth.psm1in a collection that implements a common way for modules to authentication with a ...
PrivateDeclarePtrSafeFunctionFindWindowLib"user32"Alias"FindWindowA"(ByVallpClassNameAsString,ByVallpWindowNameAsString)AsLongPtrPrivateDeclarePtrSafeFunctionFindWindowExLib"user32"Alias"FindWindowExA"(ByValhWnd1AsLongPtr,ByValhWnd2AsLongPtr,ByVallpsz1AsString,ByVallpsz2AsString)AsLongPtrPrivateDeclarePtrSa...
If you installed Python from the Microsoft Store, enable thepython3.exeexecution alias in System SettingsManage App Execution Aliases. If you installed Python from python.org, you canmklink /path/to/your/python3.exe /path/to/your/python.exe ...
full_name: The full name to apply to the template. email: The email address of the template author. github_username: The GitHub alias of the template author. python_version: The target Python version for web apps created from the template.Set...