当前位置:网站首页>Briefly introduce the use of base64encoder
Briefly introduce the use of base64encoder
2022-07-02 17:19:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
BASE64Encoder In fact jkd Medium , But it is not open by default , stay API Can't be found in
So let's see how to import it :
Right-click on the project –build path–>>configure build path–>>
double-click Access rules–>>edit–>>edit–>>
It is amended as follows accessible,Rule Pattern by **
OK 了
The following test code :
package cn.bl;
import org.junit.Test;
import sun.misc.BASE64Encoder;
public class Demo1 {
@Test
public void test1(){
BASE64Encoder encoder = new BASE64Encoder();
System.out.println(encoder.encode("java".getBytes()));//amF2YQ==
}
}
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/147975.html Link to the original text :https://javaforall.cn
边栏推荐
- Fuyuan medicine is listed on the Shanghai Stock Exchange: the market value is 10.5 billion, and Hu Baifan is worth more than 4billion
- 871. Minimum refueling times
- 一文看懂:数据指标体系的4大类型
- linux安装postgresql + patroni 集群问题
- 使用知行之桥的API端口,提供资源供合作伙伴访问
- PhD Debate-11 预告 | 回顾与展望神经网络的后门攻击与防御
- [leetcode] 14. Préfixe public le plus long
- Soul, a social meta universe platform, rushed to Hong Kong stocks: Tencent is a shareholder with an annual revenue of 1.28 billion
- 13、Darknet YOLO3
- Listing of chaozhuo Aviation Technology Co., Ltd.: raising 900million yuan, with a market value of more than 6billion yuan, becoming the first science and technology innovation board enterprise in Xia
猜你喜欢
Cell:清华程功组揭示皮肤菌群的一种气味挥发物促进黄病毒感染宿主吸引蚊虫...
深度之眼(二)——矩阵及其基本运算
[essay solicitation activity] Dear developer, RT thread community calls you to contribute
linux下配置Mysql授权某个用户远程访问,不受ip限制
关于举办科技期刊青年编辑沙龙——新时代青年编辑应具备的能力及提升策略的通知...
Digital IC hand tearing code -- voting device
Weili holdings listed on the Hong Kong Stock Exchange: with a market value of HK $500million, it contributed an IPO to Hubei
Geoserver: publishing PostGIS data sources
Cell: Tsinghua Chenggong group revealed an odor of skin flora. Volatiles promote flavivirus to infect the host and attract mosquitoes
如何与博格华纳BorgWarner通过EDI传输业务数据?
随机推荐
Geoserver: publishing PostGIS data sources
Configure MySQL under Linux to authorize a user to access remotely, which is not restricted by IP
寒门再出贵子:江西穷县考出了省状元,做对了什么?
VMware install win10 image
【征文活动】亲爱的开发者,RT-Thread社区喊你投稿啦
剑指 Offer 25. 合并两个排序的链表
剑指 Offer 22. 链表中倒数第k个节点
Un an à dix ans
QStyle实现自绘界面项目实战(二)
Ap和F107数据来源及处理
Easy language ABCD sort
智能垃圾桶(五)——点亮OLED
IP address translation address segment
Dgraph: large scale dynamic graph dataset
class和getClass()的区别
伟立控股港交所上市:市值5亿港元 为湖北贡献一个IPO
[leetcode] 14. Préfixe public le plus long
Changwan group rushed to Hong Kong stocks: the annual revenue was 289million, and Liu Hui had 53.46% voting rights
PhD battle-11 preview | review and prospect backdoor attack and defense of neural network
LeetCode:1380. Lucky number in matrix -- simple