I hereby claim:
- I am jdomzhang on github.
- I am jdomzhang (https://keybase.io/jdomzhang) on keybase.
- I have a public key ASACmRQE5MUoDXe3EjjtvFwJO-TzhgzUz6cqsCShfPa6iwo
To claim this, I am signing this object:
function Get-WindowsKey { | |
## function to retrieve the Windows Product Key from any PC | |
## by Jakob Bindslet ([email protected]) | |
param ($targets = ".") | |
$hklm = 2147483650 | |
$regPath = "Software\Microsoft\Windows NT\CurrentVersion" | |
$regValue = "DigitalProductId4" | |
Foreach ($target in $targets) { | |
$productKey = $null | |
$win32os = $null |
package main | |
import ( | |
"fmt" | |
"io" | |
"net" | |
) | |
func main() { | |
ln, err := net.Listen("tcp", ":8080") |
I hereby claim:
To claim this, I am signing this object:
package onboarding_test | |
import ( | |
"crypto/tls" | |
"log" | |
"net" | |
"net/http" | |
"testing" | |
) |
首先确定已经安装完成 docker,如果没有安装可以使用以下脚本快速安装并配置:
package main | |
import ( | |
"bytes" | |
"crypto/aes" | |
"crypto/cipher" | |
"encoding/hex" | |
"fmt" | |
) |
Tested on macOS:
program
field with the build output, in this example it's hello
. Full launch.json
looks like:{
"version": "0.2.0",