杂记
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
浙公网安备 33010602011771号