会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张朝阳讲go语言
Technologies come and technologies go, but insight is forever.
博客园
首页
联系
订阅
管理
2014年5月14日
java位移运算
摘要: public static void main(String[] args) { int number = -1; System.out.printf("number=%x\n", number);// 计算机存储负数里用的是补码形式 int a = 0x80000001; System....
阅读全文
posted @ 2014-05-14 17:18 张朝阳讲go语言
阅读(2136)
评论(0)
推荐(0)
公告