会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Alen_Andry
博客园
首页
新随笔
联系
管理
订阅
2020年10月4日
Implementing Atom with Python Language Server
摘要: I had the same problem. My solution: Run from terminal to install pyls: pip install 'python-language-server[all]' Print out details of WHERE the pytho
阅读全文
posted @ 2020-10-04 14:03 Alen_Andry
阅读(207)
评论(0)
推荐(0)
2020年7月25日
刷课方法
摘要: 1.先在chrome浏览器安装tampermonkey 2.tampermonkey管理中新建脚本 3.编辑处粘贴以下代码 在这个网址下载代码 https://dnrops.lanzous.com/iDiCuez1ipi 在这个网址下载tampremonkey https://dnrops.lanz
阅读全文
posted @ 2020-07-25 14:02 Alen_Andry
阅读(6224)
评论(0)
推荐(0)
2020年6月26日
出现 ERROR: Cannot find the strip binary required for object file stripping
摘要: 运行 sudo pacman -Sy base-devel
阅读全文
posted @ 2020-06-26 15:09 Alen_Andry
阅读(1619)
评论(0)
推荐(1)
manjaro安装 出错 Common ‘grab-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --force’ returned non-zero exit status 1
摘要: boot/efi 分区的时候 flags 里面没有esp,所以没法flag为esp,boot 导致出现这个错 所以解决问题的第一步为打开gparted 默认密码为manjaro 分区好的fat32,boot/efi分区点击鼠标右键选择manage falgs就可标记了 然后继续分别的分区就不会出现这
阅读全文
posted @ 2020-06-26 03:12 Alen_Andry
阅读(1413)
评论(0)
推荐(0)
2020年6月20日
opensuse 安装 Chrome
摘要: openSUSE 的默认浏览器是 Firefox。但是因为 Firefox 不能够播放专有媒体,比如 Netflix,我推荐安装 Chrome。这需要额外的工作。首先你需要从谷歌导入信任密钥。 打开终端执行“wget”命令下载密钥: wget 然后导入密钥: sudo rpm --import li
阅读全文
posted @ 2020-06-20 18:46 Alen_Andry
阅读(1355)
评论(0)
推荐(0)
如何在Windows 10上安装.Appx或.AppxBundle软件
摘要: 第一步:安装证书 .cer文件双击 第二步:管理员权限打开powershell Add-AppPackage -Path .\BiliBili.UWP_3.9.95.0_x86_x64.appxbundle
阅读全文
posted @ 2020-06-20 14:00 Alen_Andry
阅读(5711)
评论(0)
推荐(0)
2020年6月19日
ubuntu20.04 指导
摘要: **出现 E: 无法获得锁 /var/lib/apt/lists/lock - open (11: 资源暂时不可用) ** 解决方法有两种: 1.强制解锁 sudo rm /var/lib/apt/lists/lock 2.终端输入 ps -aux | grep apt-get ,查看一下apt-g
阅读全文
posted @ 2020-06-19 21:40 Alen_Andry
阅读(320)
评论(0)
推荐(0)
2020年6月5日
pip安装时候出现ERROR: Could not find a version that satisfies the requirement matplb (from versions: none) ERROR: No matching distribution found for matplb
摘要: 原来的pip install matlab 改为以下 pip install matlab -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host pypi.aliyun.com
阅读全文
posted @ 2020-06-05 19:32 Alen_Andry
阅读(511)
评论(0)
推荐(0)
公告