CSDN博客的第一篇

本文是关于在CSDN平台上创建和发布第一篇博客的详细步骤,包括如何注册账号、编写博客、设置标签和目录,以及如何分享和互动,帮助新手快速上手CSDN博客写作。
摘要由CSDN通过智能技术生成

<span style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255);">专门下了个opera浏览器来记录东西,看看CSDN的博客能不能有自动的代码识别:</span><pre name="code" class="java">package com.dby.calculate;

import com.dby.p.p;

public class Count {
	public static void main(String[] args){
		p.t(1<<30);
		p.t(Integer.toBinaryString(1));
		p.t(Integer.toBinaryString(1<<31));
		p.t(1<<31);
		p.pStrlen("10100000111110110101100000111000011000101100110000011010001");
		p.t(Math.pow(2, 30));
		
		p.t(Integer.toBinaryString(17));
		p.t(Integer.toBinaryString(-17));
		p.t(17>>2);
		p.t(-17>>2);
		
		p.t(Integer.toBinaryString(-156));
		//!p.t(Integer.valueOf("10000000000000000000000000000000",2));//java.lang.NumberFormatException
		
		p.t(-1<<30);
		
		p.t(Integer.MAX_VALUE);
		
		
		p.t(Long.toBinaryString(362498820763181265L));
		
		// Note: offset or count might be near -1>>>1.
		p.t("Note: offset or count might be near -1.   ",Integer.toBinaryString(-1));
		p.pStrlen("11111111111111111111111111111111");
		p.t("Note: offset or count might be near -1>>>1.   ",-1>>>1);
		p.pStrlen("1111111111111111111111111111111");
		
		p.t("右移32位:", 3>>32);
	}
}

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值