杂记

android update project --target 1 --name PolarClient --path d:\polar\Rock_wallacewu_p4\Client\PolarClient\PolarClient\proj.android\

你能相信么 以下两段代码的执行结果在某些手机上居然不相等

    return lpos.y > rpos.y;

    --------------------------------------
            if(lpos.y <= rpos.y)
            {
                return false;
            }
            else
            {
                return true;
            }

-------------------------------------

修改jenkins 端口

it looks like the default way is:

#add the default parameters - this will edit /Library/Preferences/org.jenkins-ci.plist

sudo defaults write /Library/Preferences/org.jenkins-ci httpPort 7070

#stop

sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist

#start

sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist

posted @ 2014-04-22 14:00  月月减清辉  阅读(201)  评论(0)    收藏  举报