mimi_van
吞下寂寞的恋人
posts - 30, comments - 45, trackbacks - 0, articles - 0
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
byte[] 和String 之间的相互转换
Posted on 2007-11-28 17:09
mimi_van
阅读(272)
评论(0)
编辑
收藏
所属分类:
java 基本语法、用法、源代码
1. byte[] b 转换String str
str = new String(b, "gb2312"); 第二个参数是byte[]的编码格式
2. String str 转换 byte[] b
b=str.getBytes( );
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
Powered by:
BlogJava
Copyright © mimi_van
日历
<
2007年11月
>
日
一
二
三
四
五
六
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(2)
给我留言
查看公开留言
查看私人留言
随笔分类
encoding(1)
E文(6)
flv
html(3)
it 基本知识(1)
jar文件(4)
java 基本语法、用法、源代码(2)
javascript(2)
proxool(1)
sqlserver(1)
TerryLee 老师(1)
tomcat(1)
喜欢的it文章(3)
美食(1)
随笔档案
2008年8月 (1)
2008年2月 (1)
2008年1月 (14)
2007年12月 (8)
2007年11月 (2)
相册
mimi_van
搜索
最新评论
1. re: 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决
6年后遇到同样问题,还在解决。
--胖头鱼
2. re: 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法
楼主好2B,
.indexOf() 返回的是下标。。。不懂装懂
--aaaaaaaaa
3. re: 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法[未登录]
哈哈 没什么的,可能一时没反应过来嘛
哥看好你!
--Randy
4. re: 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决
可是,口改成了UTF-8还是保存不了啊~~
--盛
5. re: 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法[未登录]
楼主,我觉得你不适合从事程序员这个行业。趁早转行吧,别害人害己了。
--Iceberg
阅读排行榜
1. 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法(13327)
2. proxool 的使用 配置 (7810)
3. 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决(5928)
4. jsp 页面之间 get / post 方法 传递参数内容 乱码 解决之道(5386)
5. html 标记大全 <转载>(1525)
评论排行榜
1. 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决(19)
2. 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法(8)
3. 有谁做过基于java的,带进度条的上传?(5)
4. 有谁做过基于java的,带进度条的上传?(3)
5. 用 My Eclipse 发布的带有第三方jar 的jar文件 和 JSmooth 的使用(3)