gem install bundlerERROR: Loading command: install (LoadError) cannot load such file -- opensslERROR: While executing gem ... (NoMethodError) undefine ...
分类:
系统相关 时间:
2020-04-08 09:27:53
阅读次数:
169
报错原因: 共享内存信号量kernel.sem参数设置过小 参数含义 上面的4个数据分别对应:SEMMSL、SEMMNS、SEMOPM、SEMMNI这四个核心参数,具体含义和配置如下。 SEMMSL:每个用户拥有信号量最大数量 SEMMNS:系统信号量最大数量 SEMOPM:每次semop系统调用操 ...
分类:
其他好文 时间:
2020-04-07 20:35:00
阅读次数:
69
name = 'hello worLD, 你好!' print(name.title()) # 将每个字母的首字母大写 print(name.lower()) # 将所有英文字母小写 print(name.upper()) # 将所有英文字母大写 name = ' hello worLD, 你好! ...
分类:
编程语言 时间:
2020-04-07 18:18:06
阅读次数:
81
进到目录:/ect/ 找到hosts文件,为:hosts.txt,去掉后缀txt,就可以ping通了 (base) localhost:~ ligaijiang$ ping localhost ping: cannot resolve localhost: Unknown host (base) l ...
分类:
其他好文 时间:
2020-04-07 13:05:01
阅读次数:
127
Given a list of positive integers nums and an int target, return indices of the two numbers such that they add up to a target - 30. Conditions: You wi ...
分类:
其他好文 时间:
2020-04-06 09:49:05
阅读次数:
76
1.新建项目 新建vue项目直接通过命令行即可,过程比较简单,具体参照:https://www.jianshu.com/p/02b12c600c7b 需要注意的是,直接在需要生成的目录下用命令行操作即可,不用先新建该项目的文件夹。 2.遇到报错 Error: Cannot find module ' ...
分类:
其他好文 时间:
2020-04-05 20:28:44
阅读次数:
92
OpenSSL1.1.1没有libeay.dll和ssleay.dll https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gz http://slproweb.com/products/Win32OpenSSL.html 程序运行 ...
分类:
其他好文 时间:
2020-04-04 11:56:08
阅读次数:
149
vscode 程序运行时报错: 原因 使用了runcode插件 这个错误一般出现在使用命令行输入的时候出现。 但是output页面是只读的,只能输出,不能用来输入。 解决 解放方法是,将run code设置为在Teminal中运行: File -> Preferences -> Settings 找 ...
分类:
其他好文 时间:
2020-04-04 10:00:36
阅读次数:
220
D:/Qt/Qt5.9.0/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file debug\nh_03test ...
分类:
其他好文 时间:
2020-04-03 21:58:08
阅读次数:
93
1.情景展示 在安装chrome离线扩展程序时,报错信息如下:无法从该网站添加应用、扩展程序和用户脚本(Apps, extensions, and user scripts cannot be added from this website)。 2.解决方案 第一步:新建一个标签页,在地址栏输入:c ...
分类:
Web程序 时间:
2020-04-03 18:02:33
阅读次数:
286