用引导安装centos的方法给曙光工作站安装centos7.6,安装完成后,free -m发现内存只有2G。
分类:
其他好文 时间:
2020-03-23 11:21:27
阅读次数:
114
1、计算器 bash [17:23:31 root@Centos8 ~] bc bc 1.07.1 Copyright 1991 1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012 2017 Free Software Foundation, Inc. Th ...
分类:
其他好文 时间:
2020-03-23 00:18:48
阅读次数:
83
1.Linux常见命令 /etc/motd 系统登录后提示文件 /etc/issue 系统登录前提示文件 cat 查看文本文件 free -h 查看内存 tty 查看端口 echo $SHELL 查看shell类型 cat /etc/shells 查看所有shell类型(打开 文件夹) ps aux ...
分类:
系统相关 时间:
2020-03-22 18:03:01
阅读次数:
95
微信支付和支付宝在线支付越来越重要,在各种产品中多多少少都会和支付打交道,此篇博客用采用第三方开源代码 "best pay sdk" 封装好的api作为入门代码。 导入开源jar包到SrpingBoot中: best pay sdk具体使用可参考文档: https://github.com/Pay ...
分类:
微信 时间:
2020-03-21 21:20:18
阅读次数:
121
自定义指令 https://cn.vuejs.org/v2/guide/custom-directive.html 简介 Watch a free video lesson on Vue School 除了核心功能默认内置的指令 (v-model 和 v-show),Vue 也允许注册自定义指令。注 ...
分类:
其他好文 时间:
2020-03-21 18:24:03
阅读次数:
82
原文: https://developer.arm.com/docs/321493627/10/how-do-i-handle-non-secure-group-1-interrupts-when-a-core-runs-at-secure-el1 How do I handle Non-secur ...
分类:
其他好文 时间:
2020-03-20 23:58:07
阅读次数:
109
大家赶紧来看看,特别好用的。 文档: This is pytools modulethe module is use MIT license MIT License Copyright (c) 2020 Pytools Permission is hereby granted, free of ch ...
分类:
其他好文 时间:
2020-03-20 19:54:07
阅读次数:
72
命令缩写: pwd:print work directory 打印当前目录 显示出当前工作目录的绝对路径 ps: process status(进程状态,类似于windows的任务管理器) 常用参数:-auxf ps auxf 显示进程状态 df: disk free 其功能是显示磁盘可用空间数目信 ...
分类:
其他好文 时间:
2020-03-20 17:11:17
阅读次数:
81
使用nginx代理mysql连接有个好处就是,如果做了容灾处理的话, 可以瞬间平滑切换到可用服务上。 1. vi /etc/nginx/nginx.conf ,在 http{} 结构体外(也就是文件末尾)添加如下配置: stream { upstream cloudsocket { hash $re ...
分类:
数据库 时间:
2020-03-20 12:48:26
阅读次数:
70