- HTTP 形式:
git clone https://github.com/owner/git.git
- SSH 形式:
git clone [email protected]:owner/git.git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package idcardocr | |
import ( | |
"bytes" | |
"crypto/cipher" | |
"crypto/des" | |
) | |
// 3DES加密 |