会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
水墨1周目
博客园
首页
新随笔
联系
订阅
管理
2019年1月25日
js快速生成组数
摘要: let a=[...(new Array(n)).keys()];let b=Array.from({length:n},(v, k) => k);let c = (n) => Array.from({length:n}).map((v,k) => k);
阅读全文
posted @ 2019-01-25 15:47 水墨1周目
阅读(179)
评论(0)
推荐(0)
2018年7月27日
ubuntu16 安装python3.6
摘要: ubuntu16 默认python3.5,需要安装3.6版本sudo add-apt-repository ppa:jonathonf/python-3.6 sudo apt-get update sudo apt-get install python3.6sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/py...
阅读全文
posted @ 2018-07-27 18:10 水墨1周目
阅读(1199)
评论(0)
推荐(0)
公告