Delphi StrUtils-字符串函数RightStr、MidStr、LeftStr 引用单元:StrUtils 函数原型: function RightStr (Const Str: String; Size: Word): String; begin if Size > Length(Str ...
Docker允许管理docker0桥接或者通过-b选项自定义桥接网卡,需要安装bridge-utils软件包。步骤: 1,确保docker的进程是停止的2,创建自定义网桥,3,给网桥分配特定的ip4,以-b的方式指定网桥 操作步骤: service docker stop ip link set d ...
分类:
其他好文 时间:
2020-05-18 11:58:57
阅读次数:
70
1问题概述首先是javafx找不到对应的类:其次是classcom.sun.javafx.fxml.FXMLLoaderHelper(inunnamedmodule@0x50f36265)cannotaccessclasscom.sun.javafx.util.Utils(inmodulejavafx.graphics)becausemodulejavafx.graphicsdoesnotexpo
分类:
其他好文 时间:
2020-05-18 09:23:44
阅读次数:
62
1、pip install + 库名 安装失败时: pip install 库名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 2、查看已安装库: pip list 3、接口自动化所需库: 1. pip instal ...
分类:
其他好文 时间:
2020-05-17 01:38:17
阅读次数:
80
Issue前言:开发人员在使用监控报表管理系统时,导出Excel时,报空指针异常:[2020-05-1114:31:47]ERRORcom.ruoyi.common.utils.poi.ExcelUtilcreateSheet-.......创建工作表Exception:{}java.lang.NullPointerException:null2020-05-1114:31:47]ERRORcom
分类:
其他好文 时间:
2020-05-17 00:48:49
阅读次数:
323
对应java代码:packagecom.yoooya.ytp.utils.doc;importcom.aspose.words.Document;importcom.aspose.words.License;importcom.aspose.words.SaveFormat;importcom.yoooya.ytp.utils.DateUtils;importcom.yoooya.ytp.util
分类:
编程语言 时间:
2020-05-16 10:46:26
阅读次数:
66
准备环境 dns服务器一般选择的软件工具都是bind9,准备搭建dns的服务器操作系统是centos 7 x64位操作系统。windows有对应的bind软件可以下载,配置是图形界面,因此大家可以自行下载学习。我这里主要讲解linux操作系统的搭建步骤。 dns服务器ip是 192.168.1.11 ...
分类:
其他好文 时间:
2020-05-15 20:32:05
阅读次数:
91
sudo apt install cifs-utils sudo mkdir /mnt/windowshare sudo mount.cifs //192.168.199.234/111 /mnt/windowshare -o username=share, passwd=share 参考地址: h ...
最近项目需要封装Elasticsearch工具类,特此记录便于日后查阅。 1、maven依赖 <dependency> <groupId>org.elasticsearch.plugin</groupId> <artifactId>transport-netty4-client</artifactI ...
分类:
编程语言 时间:
2020-05-15 16:03:46
阅读次数:
82
import os from utils.eval_utils import evaluate_on_cpu, evaluate_on_gpu, get_preds_gpu, voc_eval, parse_gt_rec from read_xml import readXMLAndReturnBo ...
分类:
其他好文 时间:
2020-05-15 00:05:59
阅读次数:
86