上一页 1 2 3 4 5 6 7 8 ··· 67 下一页
摘要: 安装脚本 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 遇到的问题: 检测到你不是最新系统,需要自动升级Ruby后失败的: 解决方法: rm -rf /Users/$(wh 阅读全文
posted @ 2020-09-03 15:30 hank-li 阅读(160) 评论(0) 推荐(0)
摘要: 1.前往https://cr.console.aliyun.com/,注册、登录找到“镜像加速器”。复制加速器地址 2.在Docker Desktop下配置加速器 在任务栏点击 Docker Desktop 应用图标 → Perferences,在左侧导航菜单选择 Docker Engine,在右侧 阅读全文
posted @ 2020-09-01 15:06 hank-li 阅读(1317) 评论(0) 推荐(0)
摘要: 方法一:pip3 install python-geohash 方法二: 1.安装 pip3 install geohash 2.进入包的下载目录 /usr/local/lib/python3.5/dist-packages 3.mv Geohash geohash 4.cd geohash 修改_ 阅读全文
posted @ 2020-09-01 10:48 hank-li 阅读(416) 评论(0) 推荐(0)
摘要: 创建虚拟环境 conda create -n superset python=3.6 anaconda 后面加上anaconda,可以不用重复安装原有依赖包 激活 source activate superset 如果要退出,就用 source deactivate superset 安装 pip 阅读全文
posted @ 2020-08-28 18:06 hank-li 阅读(403) 评论(0) 推荐(0)
摘要: 操作环境 anaconda python3.7 1.下载字体SimHei并完成安装 下载链接: https://www.fontpalace.com/font-download/SimHei/ 2. 复制字体到matplotlib字体目录下的ttf文件里 anaconda3⁩/pkgs⁩/⁨matp 阅读全文
posted @ 2020-08-27 22:56 hank-li 阅读(484) 评论(0) 推荐(0)
摘要: 打开/etc/hosts文件 追加一下命令 http://github.com 204.232.175.94 http://gist.github.com 107.21.116.220 http://help.github.com 207.97.227.252 http://nodeload.git 阅读全文
posted @ 2020-08-26 08:38 hank-li 阅读(4266) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_41263449/article/details/107584336 https://blog.csdn.net/qq_24267619/article/details/104500099 阅读全文
posted @ 2020-08-25 23:55 hank-li 阅读(408) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/dashi_lu/article/details/89641778 阅读全文
posted @ 2020-08-25 23:12 hank-li 阅读(36579) 评论(0) 推荐(0)
摘要: 1.查找最晚入职员工的所有信息 select * from employees order by hire_date desc limit 0,1; 2.查找入职员工时间排名倒数第三的员工所有信息 select * from employees order by hire_date desc lim 阅读全文
posted @ 2020-08-20 15:34 hank-li 阅读(419) 评论(0) 推荐(0)
摘要: 官网下载 https://www.sqlite.org/download.html from: https://www.runoob.com/sqlite/sqlite-installation.html 阅读全文
posted @ 2020-08-17 15:04 hank-li 阅读(135) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 67 下一页