上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 49 下一页
摘要: 1.背景 根据提示 最小化安装完成后 我安装的版本为 CentOS Linux release 7.8.2003 (Core) 2.设置linux网卡 cd /etc/sysconfig/network-scripts 找到文件 ifcfg-ens + 数字如vi ifcfg-ens33 修改内容 阅读全文
posted @ 2022-12-02 11:23 岑惜 阅读(932) 评论(0) 推荐(0)
摘要: 解决高版本安装解析失败问题 需在启动项后面加上 android:exported=“true” 阅读全文
posted @ 2022-12-02 10:45 岑惜 阅读(61) 评论(0) 推荐(0)
摘要: <div style="transform: perspective(1000px) rotateX(57deg);transform-style: preserve-3d;"> <div style="animation: ind666 linear 4s infinite;"> 这里放下你喜欢的 阅读全文
posted @ 2022-12-02 10:41 岑惜 阅读(56) 评论(0) 推荐(0)
摘要: 1.调用 if (StringUtil.equals(HotCacheData.os, "linux")) { msg = processVideo(filePath, n, targetUrl); } else { if (StringUtil.isEmpty(HotCacheData.ffmpe 阅读全文
posted @ 2022-12-02 10:39 岑惜 阅读(222) 评论(0) 推荐(0)
摘要: String msg = ""; Process process = null; try { ProcessBuilder pb = new ProcessBuilder(); //因为process执行命令并不是像窗口中执行shell一样,所以需要添加参数,用于执行脚本 // pb.command 阅读全文
posted @ 2022-12-02 10:35 岑惜 阅读(203) 评论(0) 推荐(0)
摘要: reader = new InputStreamReader(in); LineNumberReader line = new LineNumberReader(reader); String str = null; while ((str = line.readLine()) != null) { 阅读全文
posted @ 2022-12-02 10:31 岑惜 阅读(49) 评论(0) 推荐(0)
摘要: 需要提前开启 set global log_bin_trust_function_creators=TRUE; 阅读全文
posted @ 2022-12-02 10:26 岑惜 阅读(52) 评论(0) 推荐(0)
摘要: 查看系统磁盘数据 df -h 查看文件夹占用磁盘大小 du -sh /* 阅读全文
posted @ 2022-12-02 10:25 岑惜 阅读(52) 评论(0) 推荐(0)
摘要: 执行 config set stop-writes-on-bgsave-error no 具体请参考这篇博客 https://blog.csdn.net/qq_45047809/article/details/112529734 阅读全文
posted @ 2022-12-02 10:24 岑惜 阅读(40) 评论(0) 推荐(0)
摘要: 原因是xmlbeans版本不对导致 版本参考 poi -版本兼容 与 xmlbeans版本说明 - 岑惜 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-12-02 10:21 岑惜 阅读(661) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 49 下一页