贫民窟里的程序高手

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年8月15日

摘要: 在升级脚手架到vue-cli3.0版本的时候出现了这个报错:[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile 阅读全文
posted @ 2019-08-15 10:41 贫民窟里的程序高手 阅读(2018) 评论(0) 推荐(0)

摘要: 报错信息如下图: 报错原因是:vue有两种形式的代码:一种是compiler(模版),另一种是runtime(运行时)模式。 修改方法:修改main.js ,对照自己的代码模式对号入座 阅读全文
posted @ 2019-08-15 10:38 贫民窟里的程序高手 阅读(290) 评论(0) 推荐(0)

摘要: https://docs.python.org/3/tutorial/errors.html#handling-exceptions https://docs.python.org/3/library/exceptions.html#ValueError ("invalid literal for 阅读全文
posted @ 2019-08-15 10:36 贫民窟里的程序高手 阅读(4514) 评论(0) 推荐(0)

摘要: 需求:python如何实现普通用户登录服务器后切换到root用户再执行命令 解决参考: 代码: 遇到问题: 思路:经过检查发现这个是中文字符集和英文字符集返回密码格式不同导致的,在代码中加入:ssh.send(' export LANG=en_US.UTF-8 \n'),即可解决上述问题 因为中文和 阅读全文
posted @ 2019-08-15 10:33 贫民窟里的程序高手 阅读(2117) 评论(0) 推荐(0)

摘要: 出错提示EINVRES Request to https://bower.herokuapp.com/packages/chai failed with 502 访问 https://bower.herokuapp.com/ 页面提示This Bower version is deprecated. 阅读全文
posted @ 2019-08-15 10:28 贫民窟里的程序高手 阅读(522) 评论(0) 推荐(0)

摘要: Bower install fails with 502 - Bad Gateway when downloading bower packages. For example bower install for ember library gives following response in co 阅读全文
posted @ 2019-08-15 10:27 贫民窟里的程序高手 阅读(410) 评论(0) 推荐(0)

摘要: 目录 1.安装插件管理器(Plugin Manager) 2.安装NppFTP 3.使用nppFTP连接远程linux服务器 1.安装插件管理器(Plugin Manager) 如果没有则需要安装 32bit 在v7.50后(包括7.50)不带有插件管理器(Plugin Manager),所以我们需 阅读全文
posted @ 2019-08-15 10:22 贫民窟里的程序高手 阅读(722) 评论(0) 推荐(0)

摘要: 问题描述,elasticsearch启动时报max file descriptors错误: 网上的解决办法都是修改/etc/security/limits.conf文件,增加hadoop hard nofile 131072一行 可是,我的配置本来就已经设置成这样了的 网上找来找去,都是修改limi 阅读全文
posted @ 2019-08-15 10:10 贫民窟里的程序高手 阅读(687) 评论(0) 推荐(0)

摘要: 1,安装配置JDK 8 参考:官方文档 > 1,安装JDK1.8-161 > 2,配置环境变量 2,增加用户(ElasticSearch不允许Root启动) Root启动异常为:can not run elasticsearch as root 3,下载ElasticSearch 4,配置Elast 阅读全文
posted @ 2019-08-15 10:07 贫民窟里的程序高手 阅读(1271) 评论(0) 推荐(0)

摘要: 创建索引 kibana 使用如下命令进行创建索引内容。 创建别名 创建Mapping 阅读全文
posted @ 2019-08-15 09:59 贫民窟里的程序高手 阅读(8744) 评论(0) 推荐(0)