编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36
// 代理访问和设置 const options = { // 主题色 themeColor: 'red', // 文本主颜色 textColor: '#333', // h1 h2 h3 h4 h5 h1: '1.6rem', h2: '1.4rem', h3: '1.2rem', h4: '1r ...
分类:
Web程序 时间:
2020-11-27 11:40:32
阅读次数:
16
[oracle@wallet01 ~]$ cat /home/oracle/script/full_backup.sh #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi export SH_HOME=/home/orac ...
分类:
数据库 时间:
2020-11-26 15:19:56
阅读次数:
23
package com.smil.gws.wbd.labor;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import com.smil.gws.common.utils.GwsReportUtils ...
分类:
Web程序 时间:
2020-11-26 15:05:39
阅读次数:
9
多层嵌套 [] h->createElement <script type="text/jsx"> export default { name: "demo", render(h) { return h( "el-row", { props: { level: 1, value: this.valu ...
分类:
Web程序 时间:
2020-11-26 14:15:41
阅读次数:
7
概述在复杂的网络环境中,需要通过抓包来排查网络问题,但是有时候https的包是tls加密,无法看到真实它在做什么,需要对其进行解密。工具tcpdumpwiresharkhttps请求工具浏览器curl设置解密变量exportSSLKEYLOGFILE=~/Downloads/ssl.key测试发送https请求curlhttps://baidu.com<html><head>
分类:
Web程序 时间:
2020-11-25 12:50:13
阅读次数:
14
netsh wlan export profile key=clearnetsh wlan add profile filename="d:\Desktop\JoinDomain\wlan.xml"start-sleep -s 1然后最好将配置文件名称改为与ssid名称一样netsh wlan co ...
分类:
其他好文 时间:
2020-11-24 12:58:58
阅读次数:
11
一、1、概述:官方网站:MySQL官网:https://www.mysql.com/mariadb官网:https://mariadb.com/官方文档:MySQL:https://dev.mysql.com/doc/Mariadb:https://mariadb.com/kb/en版本演变:MySQL:5.1(centos6.x)——>5.5——>5.6——>5.7MariaD
分类:
数据库 时间:
2020-11-24 12:21:21
阅读次数:
9
第一步接口 import request from '@/utils/request' // 查询挂号信息 export function querytestForPage(parms) { return request({ url: 'jisuapi/get?'+parms, method: 'g ...
分类:
其他好文 时间:
2020-11-24 12:08:49
阅读次数:
8
原文:https://www.jianshu.com/p/9d8b2e42328c <template> <div class="test"> </div> </template> <script> export default { name : 'test', data() { return { ...
分类:
Web程序 时间:
2020-11-23 12:04:10
阅读次数:
12