为了账号安全,请及时绑定邮箱和手机立即绑定

其中description 和 objectGUID 为乱码,一直转换不来,请教大家解答,谢谢!

其中description 和 objectGUID 为乱码,一直转换不来,请教大家解答,谢谢!

繁星点点滴滴 2023-04-10 21:17:12
远程部署了 LDAP, 用的服务器是 windows server 2008版本。 用softerra LDAP Browser 5.0登录,可以查看到所有信息。 但是用java程序读取的时候,中文的都不正常显示,显示为乱码,问号或方块等。 请教高手解决: LDAP getConnection... true  //是否连接 //以下是读取的信息 objectClass==============top cn==============DnsUpdateProxy description==============??????????????(?? DHCP ??????)??ж??????? DNS ?????? distinguishedName==============CN=DnsUpdateProxy,CN=Users,DC=testpc,DC=com instanceType==============4 whenCreated==============20110805080844.0Z whenChanged==============20110805080844.0Z uSNCreated==============12456 uSNChanged==============12456 name==============DnsUpdateProxy objectGUID==============??-?!jJ?? 8$t? objectSid============== 
查看完整描述

2 回答

?
慕森卡

TA贡献1806条经验 获得超8个赞

String b=new String(a.getBytes("Unicode"),"GB2312");  


查看完整回答
反对 回复 2023-04-12
?
湖上湖

TA贡献2003条经验 获得超2个赞

try {  

            String str="xxxxx";  

            str=new String(str.getBytes("gb2312"),"utf-8");  

        } catch (UnsupportedEncodingException e) {  

            e.printStackTrace();  

        }  


查看完整回答
反对 回复 2023-04-12
  • 2 回答
  • 0 关注
  • 207 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信