码迷,mamicode.com
首页 >  
搜索关键字:could not    ( 5457个结果
iReport 5.6.0 PDF导出中文不显示问题 解决方案
问题描述 iReport 5.6.0 PDF格式导出,中文不显示。 报错信息如下: Error exporting print... Could not load the following font : pdfFontName : STSong-LightpdfEncoding : UniGB-U ...
分类:其他好文   时间:2019-03-21 00:43:11    阅读次数:370
golang算法--leetcode17
Letter Combinations of a Phone Number Given a digit string, return all possible letter combinations that the number could represent. A mapping of digi ...
分类:编程语言   时间:2019-03-19 14:56:41    阅读次数:148
inotify和epoll
参考EventHub.cpp 1、初始化inotify int mINotifyFd = inotify_init(); 2、将要监测的目录添加到inotify int result = inotify_add_watch(mINotifyFd, argv[1], IN_DELETE | IN_CR ...
分类:其他好文   时间:2019-03-18 11:52:00    阅读次数:171
Error: Could not find or load main class Test
问题描述 Linux 环境下运行 Java 程序时,执行 生成 文件,再执行 时报错: 解决方法 使用命令: 打开 文件,键入 进行编辑; 修改 的变量前添加 , 修改后为: ; 键入 退出编辑, 保存并退出; 键入命令 使其生效。 ...
分类:其他好文   时间:2019-03-16 12:50:50    阅读次数:285
解决Linux 安装python3 .5 解决pip 安装无法成功问题ssl安全拦截无法pip安装库问题
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.Could not fetch URL https://pypi.org/simple/p ...
分类:编程语言   时间:2019-03-16 09:55:59    阅读次数:877
postgresql 日志报错could not write to log file: No space left on device,could not write lock file "postmaster.pid": No space left on device
今天遇到了一个特别奇怪的问题,我在用docker容器的时候,发现我的postgresql怎么也启动不起来 尝试了N多种办法,最后看了看postgresql的日志发现 postgresql 日志中报错 FATAL: could not write lock file "postmaster.pid": ...
分类:数据库   时间:2019-03-14 18:31:40    阅读次数:359
解决 "Could not resolve host: mirrorlist.centos.or
解决"Couldnotresolvehost:mirrorlist.centos.org;未知的错误"安装yum报以下错误:错误引起主要是因为环境读取不到yun引起的。可以考虑/etc/sysconfig/network-scripts/ifcfg-eth0配置出错导致网络不通。或者/etc/resolv.conf的DNS配置出错。或者可以考虑清楚yum缓存影响(yumclea
分类:其他好文   时间:2019-03-13 18:00:28    阅读次数:294
appium--【Mac】提示报错“could not launch WebDriverAgentRunner..........."
运行appium WebDriverAgentLib和WebDriverAgentRunner都编译到真机运行成功,未在桌面生成一个没图标的WebDriverAgentRunner 连接并选择自己的iOS设备,然后按Cmd+U,或是点击Product->Test,等待会将会出现如截图的问题: 解决方 ...
分类:移动开发   时间:2019-03-12 12:27:30    阅读次数:502
Composer install 报错
Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for laravel/horizon v1.4.3 -> satisfiable ...
分类:其他好文   时间:2019-03-10 21:00:16    阅读次数:352
Could not get a resource from the pool 错误解决
错误关键信息:Could not get a resource from the pool 通常原因是因为远程服务器上的redis没有配置好。 解决方案如下:(1)将redis.conf中的bind:127.0.0.1注释掉;(2)将redis.conf中的protected-mode yes改为p ...
分类:其他好文   时间:2019-03-09 22:02:46    阅读次数:3201
5457条   上一页 1 ... 88 89 90 91 92 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!