Python 需要事先安装Python配置好环境变量。建议使用Anaconda,方便。 在Notepad按F5,输入如下 cmd /k chdir /d $(CURRENT_DIRECTORY) & python $(FILE_NAME) & PAUSE & EXIT 点保存,然后自定义快捷键,完成 ...
分类:
编程语言 时间:
2019-07-15 09:29:52
阅读次数:
162
针对配置php的情况: linux服务器一般提示这个 connect() to unix:/tmp/php-cgi.sock failed (2: No such file or directory) while connecting to upstream, client: x.x.x.x, se ...
分类:
Web程序 时间:
2019-07-15 01:40:02
阅读次数:
2208
yum install glibc.i686 重新安装,javac成功 如果还有如下类系错误 再继续安装包 error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such fi ...
分类:
系统相关 时间:
2019-07-15 01:18:51
阅读次数:
179
1、Linux上的文件管理类命令都有哪些,其常用的使用方法及其相关示例演示。 cp: copy files and directories 单源复制: cp [options]… [-T] source dest 多源复制:cp [options]… source… Directory cp [op ...
分类:
系统相关 时间:
2019-07-14 19:54:25
阅读次数:
158
错误信息: Sending Logstash logs to /usr/local/logstash-6.4.3/logs which is now configured via log4j2.properties[2019-07-14T17:37:06,988][FATAL][logstash.r ...
分类:
其他好文 时间:
2019-07-14 17:48:55
阅读次数:
152
Linux中,cd命令的全称是change directory,即改变目录的意思,主要用于切换工作目录到指定目录。 假设当前处于wintest用户的主目录,路径为 /home/wintest ,存在文件夹testA,而testA文件夹下存在子文件夹testB 1. 进入testA目录 cd test ...
分类:
系统相关 时间:
2019-07-14 13:28:22
阅读次数:
143
Linux中,mkdir命令的全称是make directory,即创建目录的意思。 假设当前处于wintest用户的主目录,路径为 /home/wintest ,存在文件夹testA,进入testA 1. 在testA目录下,新建文件夹testB mkdir testB 2. 当前用户主目录下,创 ...
分类:
系统相关 时间:
2019-07-14 13:19:03
阅读次数:
121
$ brew install php70-mcrypt 报错: Error: parent directory is world writable but not sticky 搜索到github的答案 https://github.com/Homebrew/legacy-homebrew/issu ...
分类:
Web程序 时间:
2019-07-13 23:55:57
阅读次数:
239
按照Laravel文档的安装方式在windows上安装Laravel时,执行composer global require "laravel/installer"。 然后命令行就显示Changed current directory to C:/Users/Administrator/AppData ...
分类:
移动开发 时间:
2019-07-12 22:30:34
阅读次数:
669
1、建立引导,参考博文:https://www.cnblogs.com/wxzbk/p/10335859.html2、启动测试gunicorn -b 0.0.0.0:8080 run:app3、配置nginx1.跳转:cd /etc/nginx2.跳转:cd sites-available3.创建配 ...
分类:
其他好文 时间:
2019-07-12 18:18:45
阅读次数:
88