CKJOKER

CKJOKER

感受今天的阳光,明日还会霞光满天

    • Home
    • Archives
    • About Me

Java位运算应用

用bit进行基本运算 奇偶性 判断int型变量a的奇偶性 a&1=0 偶数 a&1=1 奇数 平均值 给定两个int型变量,要求用先求和后除以2的方法求二者平均值 123public staitc int average(int x,int y){ return

Mar 2 2015

Java位运算基础

基本概念 Java位运算是针对于整型数据类型的二进制进行的移位操作,我们首先需要弄明白两个问题,Java有哪些数据类型是整型数据类型和各数字进制之间转换问题。Java整型数据类型有:byte、char、short、int、long。1个字节占8位,即1byte=8bit。常见数据

Mar 1 2015

Linux下github+hexo搭建自己的博客

hexo简介 hexo是一个基于Node.js的静态博客程序,可以方便的生成静态网页托管在github和Heroku上。作者是来自台湾的少年。 搭建hexo博客 由于本人是linux系统,所以以下操作都是在linux环境下的,Windows,Mac原理一样,操作略有区别。(Win

Jan 27 2015

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the

Jan 25 2015

Tags

  • Bit Manipulation2
  • Java2
  • hexo1

Hello,
This is my blog

Powered by hexo and Theme by Iceman © 2015 CKJOKER