Skip to content

Instantly share code, notes, and snippets.

View richard1230's full-sized avatar
💭
公众号: growing0101,主要发布漏洞挖掘相关文章

richardo1o1 richard1230

💭
公众号: growing0101,主要发布漏洞挖掘相关文章
View GitHub Profile
@richard1230
richard1230 / gist:7c33af9a37d816fb91a0b3568754819e
Created December 17, 2020 03:26
打包之后图片显示不出来的问题复现
git clone [email protected]:richard1230/ReactUI.git
yarn
git checkout 6c2f3284d277bc698cfec63232e6a3f60a8cd65f
@richard1230
richard1230 / st8out.sh
Created December 16, 2020 02:57 — forked from dwisiswant0/st8out.sh
St8out - Extra one-liner for reconnaissance
#!/bin/bash
#####
#
# St8out - Extra one-liner for reconnaissance
#
# Usage: ./st8out.sh target.com
#
# Resources:
# - https://github.com/j3ssie/metabigor
@richard1230
richard1230 / 一个单元测试所发现的bug.md
Last active July 29, 2020 08:20
一个单元测试所发现的bug
@richard1230
richard1230 / gist:2d382a7cbb55cc45c0558c7676ff8bf5
Last active July 16, 2020 01:04
Failed to check the status of the service com.github.api.rpc.OrderRpcService. No provider available for the service com.github.api.rpc.OrderRpcService:
代码地址:
https://github.com/richard1230/wxshop/commit/8300339047f3f8b223bfb3adbebdda4499626557
问题描述:运行OrderIntegrationTest没有任何问题,运行mvn clean verify会有报错如下:
```
$mvn clean verify
[INFO] Scanning for projects...
[WARNING]
@richard1230
richard1230 / git.md
Last active December 7, 2019 01:44 — forked from suziewong/git.md
Git的多账号如何处理?1.同一台电脑多个git(不同网站的)账号2.同一台电脑多个git(同一个网站的比如github,gitlab的)多个账号

1.同一台电脑可以有2个git账号(不同网站的)

首先不同网站,当然可以使用同一个邮箱,比如我的github,gitlab,bitbucket的账号都是monkeysuzie[at]gmail.com 这时候不用担心密钥的问题,因为这些网站push pull 认证的唯一性的是邮箱 比如我的windows 上 2个账号一个gitlab 一个github (用的都是id_rsa)

host github
  hostname github.com
  Port 22

host gitlab.zjut.com