vim /etc/systemd/system/node_exporter.service [Unit] Description=node_exporter Documentation=https://prometheus.io/ After=network.target [Service] Typ ...
分类:
系统相关 时间:
2020-06-22 17:16:37
阅读次数:
107
其实这种sql就不应该存在吧。。。 <select id="queryServiceOrderList" resultMap="BaseVoResultMap"> SELECT ai.`name`, sp.shop_name, so.car_no, so.service_date, so.servi ...
分类:
数据库 时间:
2020-06-22 17:09:17
阅读次数:
67
MySQL常用命令 操作系统: ubuntu 18.04 mysql版本:8.0 启动数据库 ubuntu启动MySQL服务端 service mysql start 连接本地数据库 mysql -u root -p -u 后接用户名,不使用此参数默认用户就是root -p 使用密码,在执行命令后将 ...
分类:
数据库 时间:
2020-06-22 15:28:57
阅读次数:
62
-Declipse.ignoreApp=true -Dosgi.noShutdown=true -Xmx2048m -Xms2048m -Xmn512m-XX:PermSize=512M -XX:MaxPermSize=256M -Djetty.http.port=9080 -Dosgi.conso ...
分类:
其他好文 时间:
2020-06-22 15:17:54
阅读次数:
54
由于工作需要必须将word文档内容粘贴到编辑器中使用 但发现word中的图片粘贴后变成了file:///xxxx.jpg这种内容,如果上传到服务器后其他人也访问不了,网上找了很多编辑器发现没有一个能直接解决这个问题 考虑到自己除了工作其他时间基本上不使用windows,因此打算使用nodejs来解决 ...
分类:
Web程序 时间:
2020-06-22 15:10:23
阅读次数:
262
ceilometer openstack project create --domain default --description "Service Project" service yum -y install redis libvirt epel-release yum -y install ...
分类:
其他好文 时间:
2020-06-22 12:52:24
阅读次数:
81
一、病毒特征(sysupdate、networkservice) 内存占用率极高,使用top指令,%CPU下占用内存的程序为sysupdate、networkservice 查看定时任务日志,可观察/etc/update.sh反复运行 more /var/log/cron log | grep "u ...
分类:
系统相关 时间:
2020-06-22 12:51:13
阅读次数:
183
首先,新建一个ASP.NET项目,然后添加新项“Web Service(.asmx)”,命名为MathService。向类中添加方法,注意:只有包含WebMethod特性的方法才可以作为Web服务进行远程访问。 public class MathService : System.Web.Servic ...
分类:
Web程序 时间:
2020-06-22 12:33:49
阅读次数:
71
1.Bean <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i ...
分类:
编程语言 时间:
2020-06-21 23:23:18
阅读次数:
59
0.前言 在《asp.net core 系列》之实战系列中,我们在之前的篇幅中对项目有了一个大概的认知,也搭建了一个基础的项目骨架。那么就让我们继续完善这个骨架,让它更加丰满。这一篇,我将带领小伙伴们一起实现用户管理功能。 1. 数据表 一般情况下,我们会把用户表和登录信息表放在两个表里。为什么会这 ...
分类:
Web程序 时间:
2020-06-21 20:15:00
阅读次数:
60