systemctl list-unit-files会列出开启的和未开启的:使用grep过滤一下开启的grep enabledgrep enabled然后使用systemctl status openresty.service1查看这个.service文件的路径,及内容。禁用开机启动:sudo sys... ...
分类:
系统相关 时间:
2020-07-11 17:38:57
阅读次数:
223
本章节是java实现对文本数据的中间部分进行插入,文本数据集合插入,直接上代码把: import org.apache.commons.io.IOUtils; import java.io.*; import java.nio.file.Files; import java.nio.file.Pat ...
分类:
编程语言 时间:
2020-07-11 16:48:47
阅读次数:
74
1、安装CPAS-15.15_18.11.17745.22684软件,非官方下载链接 https://download.csdn.net/download/sunrain_hjb/12567734;2、找到安装目录(如C:\Program Files (x86)\Frontline Test Sys ...
分类:
其他好文 时间:
2020-07-11 13:09:22
阅读次数:
230
1、首先需要win10专业版或教育版。我的电脑是家庭版,淘宝十几块钱升级到专业版先。 2、安装docker后,提示安装Git,报错:无法将“git”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确” 解决方法:确保安装了git(git bash ...
C:\Program Files (x86)\Thunder Network\Xmp\profiles\Subtitle\Query\3058B8C096237AEC24F97458FB18AB6DE0A3740F ...
分类:
其他好文 时间:
2020-07-11 12:25:32
阅读次数:
82
前言 业务需求 步骤 location / { if ($request_uri ~* ^/\?id\=(.*)\&type\=(\d)$) { return 307 https://shtlc.xxxx.cn/micro_code/customize?id=$arg_id; } try_files ...
分类:
其他好文 时间:
2020-07-11 10:08:47
阅读次数:
100
1.查询表空间信息 select tablespace_name,file_name,bytes/1024/1024 mb from dba_temp_files union all select tablespace_name,file_name,bytes/1024/1024 mb from d ...
分类:
数据库 时间:
2020-07-11 09:46:16
阅读次数:
64
准备工作 首先安装flask_restful三方组件 pip install flask_restful 在models.py中新建一个类,生成表,往里面插入一些数据。(flask要想使用ORM的话需要安装flask_sqlalchemy三方组件,之前已经说过了,此处不再赘述) 然后写了一个urls ...
安装包下载地址:https://orientdb.com/orientdb-enterprise/version-3-0/ Windows系统 安装包下载完成后,解压缩 环境变量中配置 ORIENTDB_HOME = 压缩后的目录 如 E:\Learn\Files\orientdb\orientdb ...
分类:
数据库 时间:
2020-07-10 19:05:33
阅读次数:
89
脚本如下,把脚本制定成计划任务即可 @echo off title 数据库备份 set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%" "E:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump" --opt -u ro ...
分类:
数据库 时间:
2020-07-10 15:28:12
阅读次数:
67