问题描述 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
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
参考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
问题描述 Linux 环境下运行 Java 程序时,执行 生成 文件,再执行 时报错: 解决方法 使用命令: 打开 文件,键入 进行编辑; 修改 的变量前添加 , 修改后为: ; 键入 退出编辑, 保存并退出; 键入命令 使其生效。 ...
分类:
其他好文 时间:
2019-03-16 12:50:50
阅读次数:
285
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
今天遇到了一个特别奇怪的问题,我在用docker容器的时候,发现我的postgresql怎么也启动不起来 尝试了N多种办法,最后看了看postgresql的日志发现 postgresql 日志中报错 FATAL: could not write lock file "postmaster.pid": ...
分类:
数据库 时间:
2019-03-14 18:31:40
阅读次数:
359
解决"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 WebDriverAgentLib和WebDriverAgentRunner都编译到真机运行成功,未在桌面生成一个没图标的WebDriverAgentRunner 连接并选择自己的iOS设备,然后按Cmd+U,或是点击Product->Test,等待会将会出现如截图的问题: 解决方 ...
分类:
移动开发 时间:
2019-03-12 12:27:30
阅读次数:
502
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 通常原因是因为远程服务器上的redis没有配置好。 解决方案如下:(1)将redis.conf中的bind:127.0.0.1注释掉;(2)将redis.conf中的protected-mode yes改为p ...
分类:
其他好文 时间:
2019-03-09 22:02:46
阅读次数:
3201