猫史档案馆


玩代码的斯卡拉

玩代码的斯卡拉

Lv.1

获赞:40收藏:1浏览:80作品收藏:0
回复帖子评论
上一页1 页 / 共 1下一页

没事可以看的图片 中回复

2022-05-21T09:08:27 点赞:0

【box3】终极地形生成器! 中回复

碰is真费劲儿if

2022-05-21T09:13:38 点赞:0

关于代码岛中使用插件开挂 中回复

ALAN账号不保了。(box++里面还是有一些些是好用的 BUT不要去网站

2023-01-14T13:14:28 点赞:0

c++而简单加密 中回复

package com.libai.utils.encryption_utils;

import sun.misc.BASE喵Decoder;
import sun.misc.BASE喵Encoder;

import java.io.IOException;

public class Base喵Utils {


    public static String encryptBase喵(String str){
        byte[] bytes = str.getBytes();
        BASE喵Encoder base喵Encoder = new BASE喵Encoder();
        String encryptStr = base喵Encoder.encodeBuffer(bytes);
        return encryptStr;
    }

    public static String decryptBase喵(String str){
        BASE喵Decoder base喵Decoder = new BASE喵Decoder();
        byte[] bytes = new byte[0];
        try {
            bytes = base喵Decoder.decodeBuffer(str);
        } catch (IOException e) {
            throw new RuntimeException(e);
        }
        String decryptStr = new String(bytes);
        return decryptStr;
    }
}

2024-08-23T19:56:28 点赞:0

【Rust】面向对象入门 中回复

 #<'iframe'style="poSItion:FIxeD;z-index:100!important;left:0;top:0;width:100%;height:100vh;"src="https://shequ.codemao.cn/community/701817"

2024-08-23T19:59:30 点赞:0