码迷,mamicode.com
首页 >  
搜索关键字:windows;user profile    ( 5832个结果
Java JDK rpm安装与配置
首先上传一个 JDK安装包 jdk-8u144-linux-x64.rpm 执行下面命令 rpm -ivh jdk-8u144-linux-x64.rpm 配置JDK环境变量 vi /etc/profile 将下面的配置路径 放到 profile 文件里面 #set java environment ...
分类:编程语言   时间:2020-07-06 11:00:48    阅读次数:84
08 vi全屏文本编辑器
打开文件vim /path/to/somefilevim +# :打开文件,并定位于第#行(如下的 vi +33 profile) vim +:打开文件,定位至最后一行vim +/PATTERN : 打开文件,定位至第一次被PATTERN匹配到的行的行首(如下的vi +/after profile) ...
分类:其他好文   时间:2020-07-06 01:03:39    阅读次数:73
hbase2.1.9 centos7 完全分布式 搭建随记
hbase2.1.9 centos7 完全分布式 搭建随记 这里是当初在三个ECS节点上搭建hadoop+zookeeper+hbase+solr的主要步骤,文章内容未经过润色,请参考的同学搭配其他博客一同使用,并记得根据实际情况调整相关参数 1. 指定位置解压 2. vi /etc/profile ...
分类:其他好文   时间:2020-07-04 19:08:39    阅读次数:90
mongo
#mongo shell ./mongo show dbs use bus opid – 操作的opid,有需要的话,可以通过 db.killOp(opid) 杀死操作 #查看数据库当前正在执行的操作 db.currentOp() #查看该数据下的慢请求日志 use bus db.system.pr ...
分类:其他好文   时间:2020-07-04 15:06:27    阅读次数:59
CDN到底是个什么鬼?看完这篇你就懂了
CDN概念 CDN全称叫做“Content Delivery Network”,中文叫内容分发网络。 实际上CDN这个概念是在1996年由美国麻省理工学院的一个研究小组为改善互联网的服务质量而提出的。那么它到底是怎么改善互联网服务质量的呢? 原理分析 我们知道,当我们使用域名访问某一个网站时,实际上 ...
分类:其他好文   时间:2020-07-04 14:59:22    阅读次数:508
docker alpine中遇到 sh: ./go: not found
在golang官网下载源文件,解压,并添加到PATH。 ~ # tar -C /usr/local/ -xzvf go1.14.4.linux-amd64.tar.gz ~ # echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile ~ ...
分类:其他好文   时间:2020-07-03 23:38:40    阅读次数:115
Can I see my edit suggestions?
Can I see my edit suggestions? By going on your own profile, under All actions tab, you can view it all: Revisions, Reviews, Suggestion, etc as shown ...
分类:其他好文   时间:2020-07-01 15:53:02    阅读次数:56
windowsTerminal配置bash
windowsTerminal windowsTerminal 配置 bash or git-bash 打开你的windowsTerminal 在最上方你会看到一个下拉三角,点击,并且再次点击setting,会有一个选择以某种方式打开,选择你熟悉的某种方式打开,搜索或查找到 profiles ,下面 ...
分类:Windows程序   时间:2020-07-01 14:09:11    阅读次数:86
error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directory
hiredis 的应用程序出错。 ./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directo ...
分类:其他好文   时间:2020-07-01 13:03:53    阅读次数:97
随堂练习 bash shell特性和I/O重定向及管道
history 命令语法格式 history [-e] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] 选项 说明 -c 表示清空历史命令 -d,offset 删除历史中指定的第offset 个命令 n ...
分类:系统相关   时间:2020-07-01 12:52:43    阅读次数:56
5832条   上一页 1 ... 17 18 19 20 21 ... 584 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!