当前位置: 技术问答>java相关
SUN忘解决的大问题!!!!!!!!!!!!
来源: 互联网 发布时间:2015-01-31
本文导语: long int ii = 20010101010101;显然是2001年......01秒,现在问题来了如何把他转化为字符串? 其实有很多时候我的计算结果抄出了int的范围内. 如果是int ii, 可以new Integer(ii).toString(); 但long int 如何? 看来sun忘了啊! ...
long int ii = 20010101010101;显然是2001年......01秒,现在问题来了如何把他转化为字符串?
其实有很多时候我的计算结果抄出了int的范围内.
如果是int ii,
可以new Integer(ii).toString();
但long int 如何?
看来sun忘了啊!
其实有很多时候我的计算结果抄出了int的范围内.
如果是int ii,
可以new Integer(ii).toString();
但long int 如何?
看来sun忘了啊!
|
真的吗?谢了!
|
呵呵。。。。
我也来喽~~~~~~~
我也来喽~~~~~~~
|
不对吧,当ii=0时,表示的时间是北京时间1970年1月1号08:00:00.
|
我喜欢。:)
|
我来喽
|
呵呵,来了
|
分呢?
表示的时间是北京时间1970年1月1号00:00:00以来的毫秒数.
getTime
public long getTime()
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
Returns:
the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date.
小伙子!多看看jdk的文档!不要什么问题就知道问!
表示的时间是北京时间1970年1月1号00:00:00以来的毫秒数.
getTime
public long getTime()
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
Returns:
the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date.
小伙子!多看看jdk的文档!不要什么问题就知道问!