2020年3月12日

ubuntu as develop pc log

摘要: 8 install git apt-get update -y apt-get upgrade -y apt install git 7 install golang download go18.linux.amd64.tar.gz unpress it to /urs/local/golang t 阅读全文

posted @ 2020-03-12 16:48 developer1980 阅读(17) 评论(0) 推荐(0)

关于安装 google框架 android

摘要: http://www.appchina.com/app/com.huawei.gmsinstaller 2 https://club.huawei.com/thread-22578472-1-1.html Huawei.rar 放在了百度网盘。等买来新手机试试。 阅读全文

posted @ 2020-03-12 15:57 developer1980 阅读(388) 评论(0) 推荐(0)

js 数据取整,保留几位, 取几位

摘要: 1 Math 1.1 向下取整 Math.floor,不四舍五入 var temp=2.0121; temp=Math.floor (temp); // temp=2 2 Math.ceil 向上取整 3 Math.round 四舍五入取整 2 Number 把对象转成数字类型,bool 可以转化 阅读全文

posted @ 2020-03-12 09:11 developer1980 阅读(115) 评论(0) 推荐(0)

导航