艾谷度 August 17th, 2021 at 02:40 pm
    此条为私密说说,仅发布者可见
    艾谷度 August 17th, 2021 at 02:19 pm

    开始设计报表了

    艾谷度 August 16th, 2021 at 08:40 am

    我们成为合法夫妻,家庭,意味着我要肩负起家庭的责任和义务,作为丈夫,爱护妻子,保护家人!作为儿子,孝顺父母,关心父母!加油

    艾谷度 August 6th, 2021 at 02:27 pm

    Gitblit创建项目的时候项目名 使用 user/project 这样的命名方式好像就可以分组了

    艾谷度 July 12th, 2021 at 12:06 am
    艾谷度 July 12th, 2021 at 12:06 am

    import java.nio.charset.StandardCharsets;
    import java.util.Base64;

    public class Base64Util {

    final static Base64.Encoder encoder = Base64.getEncoder(); final static Base64.Decoder decoder = Base64.getDecoder(); /** * 给字符串加密 * @param text * @return */ public static String encode(String text) {

    // byte[] textByte = text.getBytes(StandardCharsets.UTF_8);
    // String encodedText = encoder.encodeToString(textByte);
    // return encodedText;

    return encoder.encodeToString(text.getBytes(StandardCharsets.UTF_8)); } /** * 将加密后的字符串进行解密 * @param encodedText * @return */ public static String decode(String encodedText) { return new String(decoder.decode(encodedText), StandardCharsets.UTF_8); } public static void main(String[] args) { String username = "[\" \",\"企\",\"2020-01-01\",\"2020-01-30\"]"; String password = "p@sSW0rd"; // 加密 System.out.println("==== [加密后] 用户名/密码 ====="); System.out.println(Base64Util.encode(username)); System.out.println(Base64Util.encode(password)); // 解密 System.out.println("\n==== [解密后] 用户名/密码 ====="); System.out.println(Base64Util.decode(Base64Util.encode(username))); System.out.println(Base64Util.decode(Base64Util.encode(password))); }

    }

    艾谷度 July 11th, 2021 at 11:48 pm

    code:K267D
    username:keyike
    password:d3ffe13c8f71313b83e9a653874e8a84cca63f52 (sh1(md5))
    data:WyLkvIEiLCIyMDIwLTAxLTAxIiwiMjAyMC0wMS0zMCJd 对应参数

    艾谷度 July 5th, 2021 at 07:53 am

    客一客 入职

    艾谷度 June 28th, 2021 at 10:46 pm

    艾谷度 June 17th, 2021 at 10:55 pm

    来到新的公司!!!熟悉不一样的代码,写不一样的业务!

    艾谷度111 May 27th, 2021 at 04:20 pm

    sudo sed -i -r '/^TryExec/d;s|^(Exec=).*$|1env QT_SCALE_FACTOR=1 megasync|g' /usr/share/applications/megasync.desktop

    艾谷度 May 19th, 2021 at 01:51 pm

    还是好好写代码吧!哪怕有再多不满

    艾谷度 April 16th, 2021 at 12:34 pm

    傻了

    艾谷度 April 16th, 2021 at 12:33 pm

Contact information

About me

  • 来自中部的小城市,在邓爷爷画的圈中寻觅未来。

Time Review
某 月前

大家就当无事发生过