一、进程管理 1、ps查看进程 [root@VM-4-16-centos ~]#ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.3 43596 3440 ? Ss Jan08 0:16 /usr/ ...
分类:
系统相关 时间:
2021-01-16 12:03:46
阅读次数:
0
官方文档地址: https://dromara.org/zh-cn/docs/soul/user-http.html http服务就是我们自己的项目。 1.引入 soul-examples/soul-examples-http 到soul.pom中 application.yml中添加自己的soul ...
分类:
Web程序 时间:
2021-01-16 12:01:05
阅读次数:
0
执行 npm install 编译出错,提示 ERR! sharp EACCES: permission denied, mkdir '/root/.npm' info sharp Are you trying to install as a root or sudo user? Try again ...
分类:
其他好文 时间:
2021-01-16 11:57:44
阅读次数:
0
mongo --port 端口 查看用户use admindb.system.users.find().pretty() 查询操作次数db.serverStatus().opcounters 查看参数use admindb.adminCommand({getParameter:"*"})因为mgse ...
分类:
其他好文 时间:
2021-01-16 11:54:15
阅读次数:
0
一、登陆nexus地址:http://10.137.8.212:8081/#admin/repository/blobstores 二、创建知识库,有3种类型 三、创建仓库(1)创建npm(hosted)私有仓库① ②hosted改成allow redeploy,这样才能运行重复上传一个包,不然会报 ...
分类:
其他好文 时间:
2021-01-15 12:09:20
阅读次数:
0
import re # 要读取的svg文件 file = open(r"C:\Users\Administrator\Desktop\car.svg") # svg文件的data部分输出到此文件 paths = open("paths.txt", "w") while 1: line = file. ...
分类:
编程语言 时间:
2021-01-15 12:08:47
阅读次数:
0
docker run -d \ --name=mstream \ -e PUID=1000 \ -e PGID=1000 \ -e USER=leander806 \ -e PASSWORD=zhangyao13! \ -e USE_JSON=true/false \ -e TZ=Asia/Shan ...
分类:
其他好文 时间:
2021-01-15 11:44:38
阅读次数:
0
用mybatis进行一个修改操作的时候,int age 我并没没有给它赋值,执行完成修改后发现原有的age的值修改为0, 先看看mapper.xml里面的sql <update id="updateUser" parameterType="u"> update t_user set <if test ...
分类:
其他好文 时间:
2021-01-14 11:26:28
阅读次数:
0
物理卷PV,卷组VG,逻辑卷LV 物理卷:每个4m,基本单元 卷组:由物理卷组成的组,作为一个新的大磁盘 逻辑卷:划分上面的大磁盘,就可以分区 三种卷的操作 实验: 1.关机插入四个20G硬盘 查看当前磁盘情况 fdisk -l | grep /dev/sd 2.将前三个硬盘创建成物理卷 pvcre ...
分类:
其他好文 时间:
2021-01-14 11:22:10
阅读次数:
0
1. su - db2inst1 2.db2 list db directory 3.db2 list node directory 4.db2 list tables for all/user 5.db2 set client connect (number) ...
分类:
数据库 时间:
2021-01-14 11:08:54
阅读次数:
0