最近学习python,安装网上教程一步一步的安装,网上很多帖子都写的非常详细,不由深深感慨多谢各位不辞辛苦的记录,指导着来自新入门的同学。 但是实际安装中,最理想莫过于一次性安装成功,但自己安装就出现各位幺蛾子的事情,我也不知道是什么原因。下面我总结了下我在安装python中遇见的问题和找到解决方案 ...
分类:
移动开发 时间:
2020-05-14 10:28:53
阅读次数:
827
安装 npx @docusaurus/init@next init my-website facebook 错误 解决 出现问题的原因是node_cache的路径中存在空格 E:\document>npm config set prefix D:\Program Files\nodejs\node_ ...
分类:
Web程序 时间:
2020-05-14 00:57:10
阅读次数:
485
因为使用AMD电脑+脸黑会碰到许多坑 1、AVD无法正常使用 电脑bios开启cup虚拟技术+关闭hyper-v和windows虚拟机监控服务平台(通过脚本打开hyper-v),关闭!关闭!关闭!成功解决问题 2、创建项目时gradle报错:Could not resolve com.android ...
分类:
移动开发 时间:
2020-05-13 12:00:53
阅读次数:
70
Hadoop_Liang 2019-06-14 23:08:05 2846 收藏 4展开问题:Ubuntu在更新软件源时,出现E: Could not get lock /var/lib/apt/lists/lock问题 $ sudo apt-get update Reading package l ...
分类:
其他好文 时间:
2020-05-12 16:49:53
阅读次数:
131
Xcode嵌入Flutter_module后在编译的时候有时候会报错 解决办法: 1.进入到flutter项目 2.【command + shift + .】 打开隐藏文件 3.进入到.ios/Flutter/ 目录 4.删除App.framework文件 5.运行flutter run让flutt ...
分类:
移动开发 时间:
2020-05-12 13:52:13
阅读次数:
104
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and t ...
分类:
Web程序 时间:
2020-05-12 11:44:27
阅读次数:
78
软件下载 https://www.wireshark.org/#download 选择对应的版本下载 mac装了Wireshark,一直以来使用都没有遇到问题,电脑系统升级后再次使用时,无论选择有线还是无线网卡,均抓包失败,弹出提示“the capture session could not be ...
分类:
其他好文 时间:
2020-05-10 21:19:23
阅读次数:
118
Description Given a singly linked list, determine if it is a palindrome. Example 1: Example 2: Follow up: Could you do it in O(n) time and O(1) space? ...
分类:
其他好文 时间:
2020-05-10 15:24:52
阅读次数:
77
我在使用springboot时,当代码有问题时,发现控制台打印下面信息: Connected to the target VM, address: '127.0.0.1:42091', transport: 'socket' log4j:WARN No appenders could be foun ...
分类:
编程语言 时间:
2020-05-07 17:02:54
阅读次数:
98