Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$httpClient.get('https://api.my-ip.io/ip', function (error, response, data) { | |
$done({ | |
title: '当前 IP 地址', | |
content: data, | |
backgroundColor: '#663399', | |
icon: 'network', | |
}) | |
}) |
#!/bin/bash | |
# Check if the proxy URL is passed as an argument | |
if [ -z "$1" ]; then | |
echo "Please provide the full proxy URL as an argument. E.g., ./update_proxy.sh http://192.168.1.3:3333" | |
exit 1 | |
fi | |
PROXY_URL="$1" |
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] | |
"LongPathsEnabled"=dword:00000001 |
version: "3.8" | |
services: | |
wireguard: | |
image: lscr.io/linuxserver/wireguard:latest | |
container_name: wireguard | |
cap_add: | |
- NET_ADMIN | |
- SYS_MODULE | |
environment: | |
- PUID=1000 |
{"client":"Thunder Client","collectionName":"BenchmarkDotNet.StorageInMemory Azure IIS","dateExported":"2022-08-24T08:08:13.627Z","version":"1.1","folders":[{"_id":"f3c0a277-5f2c-4e48-af02-22faaa6e8480","name":"Post benchmarks overtime","containerId":"","created":"2022-08-24T06:44:55.900Z","sortNum":10000,"settings":{}}],"requests":[{"_id":"bfab6a49-8407-4536-aa66-d089676a0fcd","colId":"c2d3ddb8-ee7b-4192-adff-858c0686fe58","containerId":"","name":"Post result Md5VsSha256","url":"https://localhost:{{port}}/api/bdnresults","method":"POST","sortNum":10000,"created":"2022-08-24T06:44:55.900Z","modified":"2022-08-24T06:55:22.618Z","headers":[],"params":[],"body":{"type":"json","raw":"{\n \"Title\":\"MyBenchmarks.Md5VsSha256-20220818-152706\",\n \"GitVersion\":{\n \"Major\": 0,\n \"Minor\": 1,\n \"Patch\": 0,\n \"PreReleaseTag\": \"\",\n \"PreReleaseTagWithDash\": \"\",\n \"PreReleaseLabel\": \"\",\n \"PreReleaseLabelWithDash\": \"\",\n \"PreReleaseNumber\": null,\n |
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<packageSources> | |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | |
</packageSources> | |
<solution> | |
<add key="disableSourceControlIntegration" value="true" /> | |
</solution> | |
</configuration> |
Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
A beginner's guide to installing Python 3 and setting up a virtual environment
This guide covers how to install and upgrade Python 3 and how to create and an install into a Python virtual environment.
This is best practice in Python for both local and production code, as it isolates the scope where your python
commands and pip
commands run, protecting your global environment and allowing your to manage multiple virtual environments each with their own set of unique Python packages.
<iframe height='160' width='300' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/athletes/8604480/activity-summary/7493871cb425dcab12570933ac788790d9fed933'></iframe> |