01 2024 档案
摘要:<?php /** * Sm4加密解密类 * Class Sm4Helper */ class Sm4 { const SM4_CK = [ 0x00070e15, 0x1c232a31, 0x383f464d, 0x545b6269, 0x70777e85, 0x8c939aa1, 0xa8afb
阅读全文
摘要:use mysql; ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456'; ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_passwor
阅读全文
摘要:在mac环境下: protoc-gen-go: program not found or is not executable Please specify a program using absolute path or make sure the program is available in y
阅读全文