行走的问题解决机
zhangpeterx
这个作者很懒,什么都没留下…
展开
-
nodejs报错解决:Error: Can only perform operation while paused. - undefined
此文首发于我的Jekyll博客:zhang0peter的个人博客下午在用nodejs进行调试时遇到报错:debug> nThrown:Error: Can only perform operation while paused. - undefined at _pending.<computed> (internal/deps/node-inspect/lib/...原创 2020-02-07 15:43:30 · 953 阅读 · 0 评论 -
Linux/ubuntu:Chrome报错解决: error while loading shared libraries: libnss3.so libXss.so.1 libasound.so.
此文首发于我的Jekyll博客:zhang0peter的个人博客下午在用nodejs在linux上操作puppeteer/chromium/chrome时报错如下:-> # node search.js count is 1(node:15360) UnhandledPromiseRejectionWarning: Error: Failed to launch the brows...原创 2020-02-07 15:11:39 · 10821 阅读 · 0 评论 -
Linux/Debian/Ubuntu报错解决:W: Target Packages (main/binary-amd64/Packages) is configured multiple times
此文首发于我的Jekyll博客:zhang0peter的个人博客今天在ubuntu上更新库(apt update)的时候遇到了报错:-> # apt update Hit:1 http://mirrors.zju.edu.cn/ubuntu bionic InReleaseHit:2 https://mirrors.aliyun.com/kuberne...原创 2020-02-07 14:15:07 · 20655 阅读 · 1 评论 -
Android studio 报错解决:Error:SSL peer shut down incorrectly
此文首发于我的Jekyll博客:zhang0peter的个人博客很久没用 Android studio 了,刚刚在打开一个项目的biuld过程中报错:SSL peer shut down incorrectly具体的报错内容放文章结尾处。这个报错很多人遇到,网上的一个解决方法是把配置文件gradle-wrapper.properties中的distributionUrl参数从https...原创 2020-02-03 20:10:16 · 13001 阅读 · 0 评论 -
Python-anaconda-Spyder使用matplotlib画图无法显示报错解决:Figures now render in the Plots pane by default. To mak
此文首发于我的Jekyll博客:zhang0peter的个人博客晚上在用anaconda的Spyder IDE,用 matplotlib 画图时不会显示图片在iPython终端中,报错如下:Figures now render in the Plots pane by default. To make them also appear inline in the Console, unche...原创 2020-01-31 20:24:22 · 32007 阅读 · 23 评论 -
从零开始在ubuntu上安装和使用k8s集群及报错解决
文章目录安装docker安装kubernetes配置k8s集群配置虚拟机网络配置Master节点的k8s网络拉取k8s需要的镜像启动 kubeadm 和 kubelet配置 node节点部署应用报错解决此文首发于我的个人Jekyll博客:zhang0peter的个人博客这几天在学习K8S的安装和使用,在此记录一下此文参考了视频教程:两小时Kubernetes(K8S)从懵圈到熟练——大型分...原创 2020-01-30 20:01:04 · 5298 阅读 · 0 评论 -
谷歌浏览器删除相同重复无效书签
此文首发于我的个人博客:谷歌浏览器删除相同重复无效书签 — zhang0peter的个人博客chrome在不同电脑间同步书签时会出现重复书签的问题,让人很烦。我在谷歌上搜索google chrome delete multi same bookmarks时,发现前面的几个网页全是无效的结果。用中文搜索反而能出来有用的结果,这很有趣:谷歌浏览器删除相同重复无效书签。使用插件Bookmark...原创 2020-01-27 15:55:45 · 7456 阅读 · 1 评论 -
Linux/ubuntu 安装 redis 4.0报错解决:redis-server.service: Can't open PID file /var/run/redis/redis-server.
此文首发于我的个人博客:Linux/ubuntu 安装 redis 4.0报错解决:redis-server.service: Can’t open PID file /var/run/redis/redis-server.pid (yet?) after start: No such file or directory — zhang0peter的个人博客晚上在我的ubuntu 18.04的...原创 2020-01-27 15:53:53 · 14303 阅读 · 1 评论 -
caddy 获取SSL证书报错解决:failed to obtain certificate: acme: Error -> One or more domains had a problem
此文首发于我的个人博客:caddy 获取SSL证书报错解决:failed to obtain certificate: acme: Error -> One or more domains had a problem — zhang0peter的个人博客早上尝试使用caddy,启动HTTPS服务,并自动配置TLS证书,结果在自动配证书的过程中报错:-> # sudo system...原创 2020-01-27 15:52:31 · 16309 阅读 · 0 评论 -
anaconda-spyder-ipython终端控制台无法停止程序--问题解决
此文首发于我的个人博客:anaconda-spyder-ipython终端控制台无法停止问题解决 — zhang0peter的个人博客自从我使用anaconda的spyder作为PythonD的IDE开始,经常会出现一种情况,那就是调试代码或者运行程序的时候,点击终止按钮stop debugging无法停止程序,这让我很苦恼。后来我发现想要强行终止程序,可以直接关闭控制台console 1/...原创 2020-01-20 14:21:40 · 5255 阅读 · 2 评论 -
Python-PyCharm 报错解决:ImportError: cannot import name 'InteractiveConsole' from 'code'
此文首发于我的个人博客:Python-PyCharm 报错解决:ImportError: cannot import name ‘InteractiveConsole’ from ‘code’ — zhang0peter的个人博客早上在用PyCharm跑Python代码时遇到报错:Traceback (most recent call last): File "C:\Users\pete...原创 2020-01-20 10:37:27 · 5656 阅读 · 3 评论 -
报错解决:RequestsDependencyWarning: urllib3 (1.24.3) or chardet (3.0.4) doesn't match a supported versio
此文首发于我的个人博客:报错解决 RequestsDependencyWarning urllib3 (1.24.3) or chardet (3.0.4) doesn’t match a supported version! — zhang0peter的个人博客下午在用Python的requests库跑爬虫时遇到报错:/usr/lib/python3/dist-packages/reque...原创 2020-01-13 17:35:00 · 11208 阅读 · 0 评论 -
报错解决:ad NaCl helper startup ack (0 bytes)
layout: posttitle: 报错解决:ad NaCl helper startup ack (0 bytes)categories: [chrome, 行走的问题解决机]description: pyppeteer操作Chrome报错解决keywords: chrome, pyppeteer,此文首发于我的个人博客:报错解决:ad NaCl helper startup ac...原创 2020-01-10 11:23:37 · 1231 阅读 · 0 评论 -
GitHub 博客-- Jekyll--代码高亮,Liquid 转义字符
此文首发于我的个人博客:zhang0peter的个人博客转载请注明在使用Jekyll搭建了自己的 GitHub博客后,想使代码高亮,因为Jekyll使用Liquid语言,跟md相比语法有些不同。在markdown文件中如果使用传统的```大部分情况下可以正确高亮代码 :```jsvar i=1```也可以使用liquid提供的高亮方法:{% highlight ruby %}...原创 2020-01-10 10:44:22 · 1165 阅读 · 0 评论 -
报错解决:Liquid Warning: Liquid syntax error (line 2): Expected dotdot but found id in "{{(site.github.p
在使用GitHub Pages博客-- Jekyll后,遇到了报错: Liquid Warning: Liquid syntax error (line 2): Expected dotdot but found id in "{{(site.github.public_repositories sort: 'stargazers_count') reverse }}" in pages/...原创 2020-01-09 15:14:17 · 1722 阅读 · 0 评论 -
报错解决:ERROR: While executing gem ... (Gem::CommandLineError)
在使用GitHub Pages博客-- Jekyll后,GitHub发了一个警告给我:We found a vulnerable dependency in a repository you have security alert access to.@zhang0peter zhang0peter/zhang0peter.github.ioKnown moderate severity ...原创 2020-01-09 14:49:49 · 10756 阅读 · 0 评论 -
Python-logging报错解决:UnicodeEncodeError: 'gbk' codec can't encode character '\u' in position: illegal
我在Python3 中使用Logging模块把日志打到终端输出时会报错。代码如下:import logginglogging.basicConfig(level=logging.INFO, filename='log.log', format='%(asctime)s - %(name)s - %(levelna...原创 2020-01-07 15:12:21 · 4693 阅读 · 1 评论 -
anaconda -spyder报错解决-UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 611: illegal
下午在写Python程序时突然遇到报错:This command failed to be executed because an error occurred while trying to get the file code from Spyder's editor. The error was:An exception has occurred, use %tb to see the...原创 2020-01-05 15:45:25 · 9158 阅读 · 3 评论 -
anaconda spyder使用协程报错解决:RuntimeError: This event loop is already running
早上在anaconda的spyder中写协程代码时遇到了报错。代码如下:import asyncioasync def coroutine(): print("hey") await asyncio.sleep(1)asyncio.get_event_loop().run_until_complete(coroutine())报错如下:Python 3.7.4 (...原创 2020-01-04 13:51:41 · 12962 阅读 · 1 评论 -
记一次Java多线程程序调试经历:HttpClient 死锁
我自己写了一个爬虫程序,跑了半天后程序就卡死了,没有任何输出和动静。先是使用jstatd和VisualVM,参考这篇文章:jstatd,VisualVM使用和报错解决结果如下图:看到内存毫无变化,应该是发生了死锁。使用命令jstack查看线程状态:-> % jstack 26924 2019-12-23 09:53:38Full thread dump OpenJ...原创 2019-12-23 10:59:01 · 2271 阅读 · 0 评论 -
jstatd,VisualVM使用和报错解决:Could not create remote object--java.security.AccessControlException
今天在使用jstatd和VisualVM来查看Java程序运行的怎样,结果报错了:-> # jstatdCould not create remote objectjava.security.AccessControlException: access denied ("java.util.PropertyPermission" "java.rmi.server.ignoreSubCl...原创 2019-12-22 13:12:23 · 2870 阅读 · 0 评论 -
IDEA报错总结:修改Java编译版本--maven项目
之前写过2篇文章:解决IDEA报错:Lambda expressions not supported at language level ‘7’IDEA报错解决:Error:(33, 35) java: -source 7 中不支持 lambda 表达式 (请使用 -source 8 或更高版本以启用 lambda 表达式)早上又遇到报错:Warning:(117, 13) java: ...原创 2019-12-21 14:20:24 · 2885 阅读 · 2 评论 -
Maven报错解决:Element 'dependency' cannot have character [children], because the type's content type is
在用maven的时候遇到报错:Element 'dependency' cannot have character [children], because the type's content type is element-only.报错内容如下: <dependencies> <dependency> <groupId>juni...原创 2019-11-29 10:59:40 · 13395 阅读 · 4 评论 -
IDEA报错解决:Error:(33, 35) java: -source 7 中不支持 lambda 表达式 (请使用 -source 8 或更高版本以启用 lambda 表达式)
晚上在用IDEA的时候遇到了报错:Error:(33, 35) java: -source 7 中不支持 lambda 表达式 (请使用 -source 8 或更高版本以启用 lambda 表达式)我在IDEA的设置里选择File → Project Structure → Project, 修改Level到大于7的等级,我选择8 - Lambdas, type annotations...原创 2019-11-29 10:19:09 · 1444 阅读 · 0 评论 -
CLion使用WSL的cmake报错解决: configure_file Problem configuring file Call Stack (most recent call first):
今天想用WSL的cmake,结果刚使用的时候就报错如下:/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /mnt/c/Users/peter/CLionProjects/untitled6CMake Error at /usr/share/cmake-3.10/Modules/CMakeDeter...原创 2019-10-19 20:32:51 · 4407 阅读 · 5 评论 -
anaconda: import numpy报错:ImportError: DLL load failed: 找不到指定的模块。
我的numpy的版本是1.15.1,我使用的是anaconda环境。今天在导入numpy库时遇到了一个出乎意料的错误&gt;&gt;&gt; import numpyTraceback (most recent call last): File "C:\Users\peter\AppData\Local\Continuum\anaconda3\lib\site-packages\nump...原创 2018-12-07 11:38:48 · 43049 阅读 · 24 评论 -
ModuleNotFoundError: No module named 'sklearn.cross_validation'
在使用anaconda写Python代码,运行from sklearn.cross_validation import train_test_split时报错:ModuleNotFoundError: No module named ‘sklearn.cross_validation’上网查阅资料后发现问题:sklearn.cross_validation是sklearn老版本的模块,新...原创 2018-10-19 23:05:54 · 11650 阅读 · 4 评论 -
latex 编译Underfull \hbox (badness 10000) in paragraph警告
编译latex的IEEE时警告:Underfull \hbox (badness 10000) in paragraph看了一下,这个警告的underfull是说该处排版内容太稀疏了(badness 10000)是TeX衡量排版效果好不好的一个尺度;如果是Overfull则是说该处内容太多,超出了设定的印刷范围,这多数是由于系统无法找到合适的自动换行点造成的。...原创 2018-10-21 08:54:54 · 69139 阅读 · 1 评论 -
解决UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte问题
本文最后更新于2018-6-20,可能会因为没有更新而失效。如已失效或需要修正,请联系我!早上在用Flask框架时出现了这个问题,我在源代码里写的是 @app.route('/hello')def hello(): return render_template('index.html')然后打开网页,出现问题,报的错是: UnicodeDecodeError: ‘utf-8’...原创 2018-10-26 18:17:20 · 26008 阅读 · 2 评论 -
解决selenium报错--unknown error: DevToolsActivePort file doesn‘t exist
早上在linux下用selenium启动Chrome时出现问题:报错:Traceback (most recent call last): File &quot;get2.py&quot;, line 62, in &amp;lt;module&amp;gt; browser = webdriver.Chrome() File &quot;/root/.pyenv/versions/anaconda3-5.1原创 2018-10-29 10:57:51 · 42154 阅读 · 22 评论 -
树莓派安装octave,报错missing `server' JVM at问题解决
问题Error: missing server' JVM at/usr/lib/jvm/java-8-openjdk-armhf/jre/lib/arm/server/libjvm.so’.Please install or use the JRE or JDK that contains these missing components.dpkg: error processing pac...原创 2018-11-01 15:08:29 · 3603 阅读 · 0 评论 -
Linux命令行使用matplotlib,报错_tkinter.TclError: no display name and no $DISPLAY environment variable问题解决
问题我在Linux命令行使用Python的matplotlib,报错 File "/usr/lib/python3/dist-packages/matplotlib/pyplot.py", line 1466, in title return gca().set_title(s, *args, **kwargs) File "/usr/lib/python3/dist-packag...原创 2018-11-01 21:48:42 · 9835 阅读 · 4 评论 -
解决pip安装时出现报错TypeError: unsupported operand type(s) for -=: ‘Retry‘ and ‘int‘
我在Linux下使用pip安装时出现报错:Exception:Traceback (most recent call last): File &quot;/usr/lib/python2.7/dist-packages/pip/basecommand.py&quot;, line 215, in main status = self.run(options, args) File &quot;/usr/li...原创 2018-11-02 11:50:10 · 23883 阅读 · 3 评论 -
解决tensorflow报错ValueError: Variable conv1/weights already exists, disallowed.
早上在跑别人的tensorflow代码时报错:Traceback (most recent call last): File &quot;&amp;lt;ipython-input-23-712e8e1f026f&amp;gt;&quot;, line 1, in &amp;lt;module&amp;gt; runfile('C:/Users/peter/Downloads/tensorflow原创 2018-11-03 11:54:22 · 21463 阅读 · 28 评论 -
解决问题:chmod: changing permissions of ‘...‘: Read-only file system和/dev/sda1 is write-protected but ex
我在Linux系统里想要改变系统权限时出现了报错:chmod: changing permissions of 'transmission-daemon/': Read-only file system我当时已经是root权限解决方法:1.系统文件如果是系统文件出现这个问题,重新挂载根目录即可:mount -rw -o remount /2.移动硬盘或者U盘mount -o r...原创 2018-11-10 12:18:37 · 39168 阅读 · 4 评论 -
java报错-找不到或无法加载主类(Error: Could not find or load main class)
比如说test.javapackage test;public class test{ public static void main(String[] args) { System.out.println("Hello Word !"); }}运行java文件需要先编译:javac test.java然后运行:java test有时在运行时,...原创 2018-12-10 17:06:34 · 22608 阅读 · 2 评论 -
Python中bitmap数据结构的构造和使用
起因我想用bitmap的原因是因为我写了一个B站用户的爬虫,是通过关系网进行爬取的,所以我需要确定一个ID是否已经被爬取过。B站ID的规则是从1开始递增的数字,现在最大的ID接近4亿了。Python2有一个bitmap的库,但是并不好用,感兴趣的可以用一下,安装方法和使用方法如下:pip install bitmapfrom bitmap import BitMapbm = BitMa...原创 2019-01-17 15:59:06 · 3641 阅读 · 0 评论 -
Latex报错Missing $ inserted.inserted text
今天晚上在用Latex写文章,编译时报错:Missing $ inserted.<inserted text> 我尝试在overleaf上编译,报错为:Check that your $'s match around math expressions. If they do, then you've probably used a symbol in normal text ...原创 2019-01-07 22:37:32 · 39169 阅读 · 1 评论 -
python的sklearn机器学习SVM中的NuSVC运行报错:ValueError: b'specified nu is infeasible'
nus =[_/10 for _ in range(1,11,1)]for nu in nus: clf = svm.NuSVC(nu=nu) try: clf.fit(X_train, y_train)#替换成自己的训练模型 except ValueError as e: print(&quot;nu {} not feasible&quot;.f...原创 2019-01-08 11:29:44 · 5486 阅读 · 0 评论 -
Debian 9 安装ASP .NET CORE
文章目录1.添加微软更新源2.安装 .NET SDK1.添加微软更新源微软官网教程:Install .NET Core SDK on Linux Debian 9 x64 | .NET先运行如下命令:wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor &amp;amp;gt; microsoft.asc.g...原创 2019-01-25 16:11:47 · 1720 阅读 · 0 评论